[baseimage]: add mkfs.ext3 and fsck.ext3 in initrd to support ext3 partition (#1306)
This commit is contained in:
parent
292de7dcda
commit
b8a0a10e8d
@ -21,7 +21,7 @@ copy_exec /sbin/mke2fs
|
|||||||
copy_exec /sbin/sfdisk
|
copy_exec /sbin/sfdisk
|
||||||
copy_exec /sbin/fdisk
|
copy_exec /sbin/fdisk
|
||||||
|
|
||||||
fstypes="ext4"
|
fstypes="ext4 ext3"
|
||||||
|
|
||||||
for type in $fstypes; do
|
for type in $fstypes; do
|
||||||
prog="/sbin/mkfs.${type}"
|
prog="/sbin/mkfs.${type}"
|
||||||
|
Loading…
Reference in New Issue
Block a user