correct assignment for additional external commands
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=70
This commit is contained in:
parent
da8b6e8325
commit
fd887b9073
@ -382,7 +382,8 @@ test -n "$ext_cmds"
|
|||||||
# guestfs may call mkfs, but it cant tell in advance which filesystems
|
# guestfs may call mkfs, but it cant tell in advance which filesystems
|
||||||
# it must support. Collect a manual list of possible filesystems so that
|
# it must support. Collect a manual list of possible filesystems so that
|
||||||
# the commands get included in the initrd.
|
# the commands get included in the initrd.
|
||||||
for fs in \
|
ext_cmds="$ext_cmds
|
||||||
|
` for fs in \
|
||||||
ext2 \
|
ext2 \
|
||||||
ext3 \
|
ext3 \
|
||||||
ext4 \
|
ext4 \
|
||||||
@ -397,7 +398,8 @@ for fs in \
|
|||||||
; do
|
; do
|
||||||
echo mkfs.$fs
|
echo mkfs.$fs
|
||||||
echo fsck.$fs
|
echo fsck.$fs
|
||||||
done >> ext_cmds.txt
|
done
|
||||||
|
` "
|
||||||
#
|
#
|
||||||
for cmd in ls $ext_cmds
|
for cmd in ls $ext_cmds
|
||||||
do
|
do
|
||||||
|
Loading…
x
Reference in New Issue
Block a user