diff options
author | Jon Clausen <jac@nordu.net> | 2018-08-01 13:00:16 +0200 |
---|---|---|
committer | Jon Clausen <jac@nordu.net> | 2018-08-01 13:00:16 +0200 |
commit | c0baf2d538e1556a38208058be8a871d720bcc0b (patch) | |
tree | 36b67854ca3aacf191bef836d3458f82042476e6 | |
parent | 5dc08318eab2b6cc20c555032218d7c3f099be53 (diff) |
clear both sda and sdb
-rw-r--r-- | ks-template/hw/dell/R7425/100g-dtn.ks | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ks-template/hw/dell/R7425/100g-dtn.ks b/ks-template/hw/dell/R7425/100g-dtn.ks index 4137e33..5e71fce 100644 --- a/ks-template/hw/dell/R7425/100g-dtn.ks +++ b/ks-template/hw/dell/R7425/100g-dtn.ks @@ -37,7 +37,7 @@ user --name=jac --password=$6$t3nu7Hd9pAQCpy7J$uRbZOadIBN7AeRdQwG67ac4OD5nDCK9vb bootloader --append=" crashkernel=auto" --location=mbr --boot-drive=sdb elevator=deadline KRNLCMDLINE autopart --type=lvm # Partition clearing information -clearpart --all --initlabel --drives=sdb +clearpart --all --initlabel --drives=sda,sdb # Boot the installed system automatically once the install finishes; #reboot |