Skip to content

Commit

Permalink
[baseimage]: add mkfs.ext3 and fsck.ext3 in initrd to support ext3 pa…
Browse files Browse the repository at this point in the history
…rtition (#1306)
  • Loading branch information
lguohan authored Jan 16, 2018
1 parent 292de7d commit b8a0a10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/initramfs-tools/mke2fs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ copy_exec /sbin/mke2fs
copy_exec /sbin/sfdisk
copy_exec /sbin/fdisk

fstypes="ext4"
fstypes="ext4 ext3"

for type in $fstypes; do
prog="/sbin/mkfs.${type}"
Expand Down

0 comments on commit b8a0a10

Please sign in to comment.