File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1516,7 +1516,7 @@ Use -U for unattended even if initializing.
1516
1516
then
1517
1517
ext_label $p " $fs_type " " -L" label
1518
1518
printf " => mkfs -t $mkfs_type $label $dst_dev ..."
1519
- yes | mkfs -t $mkfs_type " $label " " $dst_dev " & >> /tmp/$PGM -output
1519
+ yes | mkfs -t $mkfs_type $label $dst_dev & >> /tmp/$PGM -output
1520
1520
echo " "
1521
1521
else
1522
1522
if [ " $fs_type " == " swap" ]
@@ -1529,7 +1529,7 @@ Use -U for unattended even if initializing.
1529
1529
then
1530
1530
ext_label $p $fs_type " -L" label
1531
1531
printf " => mkfs -t $mkfs_type $label $dst_dev ..."
1532
- yes | mkfs -t $mkfs_type " $label " " $dst_dev " & >> /tmp/$PGM -output
1532
+ yes | mkfs -t $mkfs_type $label $dst_dev & >> /tmp/$PGM -output
1533
1533
echo " "
1534
1534
if (( p == n_image_parts))
1535
1535
then
1680
1680
if [ " $label " != " " ]
1681
1681
then
1682
1682
qecho " e2label $dst_dev $label "
1683
- e2label $dst_dev " $label "
1683
+ e2label $dst_dev $label
1684
1684
fi
1685
1685
1686
1686
mount_partition ${src_device[p]} $clone_src " "
1726
1726
if [ " $label " != " " ]
1727
1727
then
1728
1728
qecho " e2label $dst_dev $label "
1729
- e2label $dst_dev " $label "
1729
+ e2label $dst_dev $label
1730
1730
fi
1731
1731
1732
1732
mount_partition " $dst_dev " " $dst_dir " " $unmount_list "
You can’t perform that action at this time.
0 commit comments