diff options
| author | Jon Clausen <jac@nordu.net> | 2018-08-01 15:37:47 +0200 |
|---|---|---|
| committer | Jon Clausen <jac@nordu.net> | 2018-08-01 15:37:47 +0200 |
| commit | 3408839829d5d957a05746a9d66975e21114c183 (patch) | |
| tree | da555a31888be6891ffc3313a1a82cbb8d50706d | |
| parent | 09089cf51a7c7f1fc8b6b08d626578f45a6b8a2c (diff) | |
use sdb, don't create 'home' LV, no --initlabel
| -rw-r--r-- | ks-template/hw/dell/R7425/100g-dtn.ks | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ks-template/hw/dell/R7425/100g-dtn.ks b/ks-template/hw/dell/R7425/100g-dtn.ks index 37e16c8..52e3b00 100644 --- a/ks-template/hw/dell/R7425/100g-dtn.ks +++ b/ks-template/hw/dell/R7425/100g-dtn.ks @@ -10,7 +10,7 @@ url --url=http://INSTALLSERVER/install/centos/7/os/x86_64/ text # Run the Setup Agent on first boot firstboot --enable -ignoredisk --only-use=sda +ignoredisk --only-use=sdb # Keyboard layouts keyboard --vckeymap=us --xlayouts='' # System language @@ -35,9 +35,9 @@ timezone Europe/Copenhagen --isUtc user --name=jac --password=$6$t3nu7Hd9pAQCpy7J$uRbZOadIBN7AeRdQwG67ac4OD5nDCK9vb2wWlR1PWwovE7ssu/MngMsViP71ITVuij84.aF6a2c5IhTcYZv.0. --iscrypted --gecos="Jon Clausen" --groups=wheel # System bootloader configuration bootloader --append=" crashkernel=auto elevator=deadline KRNLCMDLINE" --location=mbr --boot-drive=sdb -autopart --type=lvm +autopart --type=lvm --nohome # Partition clearing information -clearpart --all --initlabel --drives=sda,sdb +clearpart --all --drives=sda,sdb # Boot the installed system automatically once the install finishes; #reboot |
