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