Skip to content

Commit a0649b3

Browse files
committed
remove fsck in microvm boot
1 parent 95f189a commit a0649b3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

builder/prepare.sh

+2
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ ln -sf /etc/init.d/net.eth0 /etc/runlevels/default/net.eth0
2727

2828
# disable modules
2929
echo rc_want="!modules">> /etc/rc.conf
30+
# disable fsck
31+
echo rc_need="!fsck">> /etc/rc.conf
3032

3133
passwd root -d root
3234
exit

0 commit comments

Comments
 (0)