Skip to content

Commit

Permalink
Fixed 040-Prepare_VKFS
Browse files Browse the repository at this point in the history
Corrected a typo
  • Loading branch information
dslm4515 authored Nov 20, 2018
1 parent 8437333 commit 7ceaff9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plain-text/x86_64-chunks/040-Prepare_VKFS
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 7ceaff9

Please sign in to comment.