Fix fdisk
keystroke
This commit is contained in:
parent
5efd04dc7f
commit
376f3960f1
1 changed files with 2 additions and 0 deletions
|
@ -23,6 +23,7 @@ swapSize="$(echo "$memory" | awk '{ print int(($1 / 4) + 0.5)}')";
|
|||
echo "+${swapSize}G";
|
||||
echo "y";
|
||||
echo "t";
|
||||
echo "";
|
||||
echo "19";
|
||||
|
||||
echo "n";
|
||||
|
@ -31,6 +32,7 @@ swapSize="$(echo "$memory" | awk '{ print int(($1 / 4) + 0.5)}')";
|
|||
echo "";
|
||||
echo "y";
|
||||
echo "t";
|
||||
echo "";
|
||||
echo "23";
|
||||
|
||||
echo "w";
|
||||
|
|
Loading…
Reference in a new issue