From c0baf2d538e1556a38208058be8a871d720bcc0b Mon Sep 17 00:00:00 2001 From: Jon Clausen Date: Wed, 1 Aug 2018 13:00:16 +0200 Subject: clear both sda and sdb --- ks-template/hw/dell/R7425/100g-dtn.ks | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.1