Skip to content

Commit d2c8b9f

Browse files
committed
Merge branch 'master' of github.com:nlf/dhyve-os
2 parents 1c17796 + f4a769b commit d2c8b9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rootfs/etc/init.d/S03automount

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ start() {
2424
mkswap /dev/vda3
2525
swapon /dev/vda3
2626

27-
mkfs.btrfs /dev/vda1
27+
mkfs.btrfs -m single /dev/vda1
2828
mkfs.ext4 /dev/vda2
2929
fi
3030
fi

0 commit comments

Comments
 (0)