We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95f189a commit a0649b3Copy full SHA for a0649b3
builder/prepare.sh
@@ -27,6 +27,8 @@ ln -sf /etc/init.d/net.eth0 /etc/runlevels/default/net.eth0
27
28
# disable modules
29
echo rc_want="!modules">> /etc/rc.conf
30
+# disable fsck
31
+echo rc_need="!fsck">> /etc/rc.conf
32
33
passwd root -d root
34
exit
0 commit comments