We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3462e52 commit 95fb92fCopy full SHA for 95fb92f
overlays/boot/boot/init_script
@@ -91,7 +91,9 @@ mount -t nullfs /media/.uzip/boot /boot
91
92
kldload /media/.uzip/boot/kernel/unionfs.ko
93
94
-mount -t tmpfs tmpfs /root # does slim need this?
+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
97
98
mount -t tmpfs tmpfs /var
99
cp -R /media/.uzip/var/ /var
0 commit comments