Skip to content

Commit 95fb92f

Browse files
authored
Allow Debian Runtime to be installed in Live mode
1 parent 3462e52 commit 95fb92f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

overlays/boot/boot/init_script

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,9 @@ mount -t nullfs /media/.uzip/boot /boot
9191

9292
kldload /media/.uzip/boot/kernel/unionfs.ko
9393

94-
mount -t tmpfs tmpfs /root # does slim need this?
94+
mount -t tmpfs tmpfs /root # Does slim need this?
95+
96+
mount -t tmpfs tmpfs /compat # In case the user wants to install something there in Live mode
9597

9698
mount -t tmpfs tmpfs /var
9799
cp -R /media/.uzip/var/ /var

0 commit comments

Comments
 (0)