p2v: Set the virt-p2v ISO timeout to 60 seconds (not 6 seconds).

Thanks: Dennis Gilmore.
This commit is contained in:
Richard W.M. Jones
2015-10-21 15:45:27 +01:00
parent 34d1b2678b
commit 9ecfd8a94f

View File

@@ -171,7 +171,7 @@ sed -i -e '
#/label check0/{N;N;N;d;}
# Set the default timeout to 60 seconds
s/^timeout .*/timeout 60/
s/^timeout .*/timeout 600/
' $LIVE_ROOT/isolinux/isolinux.cfg
# TODO: Replace the splash screen with something P2V appropriate