1
0
mirror of synced 2026-04-13 23:23:41 +00:00

Fix lvcreate awaiting user input when creating swap lv

This commit is contained in:
Eric Engstrom
2014-09-25 22:07:30 +02:00
committed by Axel Beckert
parent e850ad7ab3
commit 58943d3b19

View File

@@ -3025,7 +3025,7 @@ sub createLVMBits
# The commands to create the volume.
#
my $disk_cmd =
"lvcreate $CONFIG{'lvm'} -L $partition->{'size'} -n $disk";
"lvcreate $CONFIG{'lvm'} --yes -L $partition->{'size'} -n $disk";
#
# Create the volume