dmsquash-live: really changed /dev/live-baseloop to /run/initramfs/

Forgot to amend my change to ce32e32f2a
master
Harald Hoyer 2012-01-20 12:02:15 +01:00
parent e263867f6b
commit 027dbc9f85
1 changed files with 1 additions and 1 deletions

View File

@ -201,7 +201,7 @@ if [ -n "$ROOTFLAGS" ]; then
fi

if [ -b "$BASE_LOOPDEV" ]; then
ln -s $BASE_LOOPDEV /dev/live-baseloop
ln -s $BASE_LOOPDEV /run/initramfs/live-baseloop
fi
ln -s /dev/mapper/live-rw /dev/root
printf '/bin/mount %s /dev/mapper/live-rw %s\n' "$ROOTFLAGS" "$NEWROOT" > $hookdir/mount/01-$$-live.sh