Skip to content

Commit b8a0a10

Browse files
authored
[baseimage]: add mkfs.ext3 and fsck.ext3 in initrd to support ext3 partition (#1306)
1 parent 292de7d commit b8a0a10

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

files/initramfs-tools/mke2fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ copy_exec /sbin/mke2fs
2121
copy_exec /sbin/sfdisk
2222
copy_exec /sbin/fdisk
2323

24-
fstypes="ext4"
24+
fstypes="ext4 ext3"
2525

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

0 commit comments

Comments
 (0)