mirror of
https://github.com/Telecominfraproject/ols-nos.git
synced 2025-11-01 18:48:05 +00:00
[baseimage]: add mkfs.ext3 and fsck.ext3 in initrd to support ext3 partition (#1306)
This commit is contained in:
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user