diff options
| author | Jon Clausen <jac@nordu.net> | 2018-08-02 14:36:42 +0200 |
|---|---|---|
| committer | Jon Clausen <jac@nordu.net> | 2018-08-02 14:36:42 +0200 |
| commit | 017fcf919200e6c82631029e4ae616d174c1e1e0 (patch) | |
| tree | b4c7392ed89c2950a5c541e573b128f5e9c8ccee | |
| parent | 665704e39cb66aefa3be3e05bf61eb8e2bea9cd2 (diff) | |
back to using sda for booting
| -rw-r--r-- | ks-template/hw/dell/R7425/100g-dtn.ks | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ks-template/hw/dell/R7425/100g-dtn.ks b/ks-template/hw/dell/R7425/100g-dtn.ks index 20bf830..f8f30f8 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=sdb +ignoredisk --only-use=sda,sdb # Keyboard layouts keyboard --vckeymap=us --xlayouts='' # System language @@ -34,7 +34,7 @@ skipx 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 +bootloader --append=" crashkernel=auto elevator=deadline KRNLCMDLINE" --location=mbr --boot-drive=sda autopart --type=lvm --nohome # Partition clearing information clearpart --all --drives=sda,sdb |
