Skip to content

Commit 0d10343

Browse files
authored
mount -t nullfs /sysroot/boot /sysroot/sysroot/boot
1 parent d25c649 commit 0d10343

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

overlays/ramdisk/init.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ mount -t unionfs /memdisk /sysroot
6060

6161
echo "==> Mount /sysroot/sysroot/boot" # https://github.com/helloSystem/ISO/issues/4#issuecomment-800636914
6262
mkdir -p /sysroot/sysroot/boot
63-
mount -t nullfs /boot /sysroot/sysroot/boot
63+
mount -t nullfs /sysroot/boot /sysroot/sysroot/boot
6464

6565
echo "==> Change into /sysroot"
6666
mount -t devfs devfs /sysroot/dev

0 commit comments

Comments
 (0)