From 7ceaff917545bf7a9a9388b9845d7bb8430d6da6 Mon Sep 17 00:00:00 2001 From: Derrick <27793627+dslm4515@users.noreply.github.com> Date: Mon, 19 Nov 2018 20:49:32 -0600 Subject: [PATCH] Fixed 040-Prepare_VKFS Corrected a typo --- plain-text/x86_64-chunks/040-Prepare_VKFS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plain-text/x86_64-chunks/040-Prepare_VKFS b/plain-text/x86_64-chunks/040-Prepare_VKFS index 32367bb..cf74d47 100755 --- a/plain-text/x86_64-chunks/040-Prepare_VKFS +++ b/plain-text/x86_64-chunks/040-Prepare_VKFS @@ -11,7 +11,7 @@ mount -vt devpts devpts $MLFS/dev/pts -o gid=5,mode=620 mount -vt proc proc $MLFS/proc mount -vt sysfs sysfs $MLFS/sys mount -vt tmpfs tmpfs $MLFS/run -if [ -h $LFS/dev/shm ]; then +if [ -h $MLFS/dev/shm ]; then mkdir -pv $MLFS/$(readlink $MLFS/dev/shm) fi