summaryrefslogtreecommitdiff
path: root/ks-template
diff options
context:
space:
mode:
authorJon Clausen <jac@nordu.net>2018-08-06 08:45:00 +0200
committerJon Clausen <jac@nordu.net>2018-08-06 08:45:00 +0200
commit2da70fccaeb37b7059bf1c5719f07cbae3097803 (patch)
tree7398c7ec37c73c3d3cc09b0223f44380f8dbfe1a /ks-template
parentc49de8ed00f381bb40db9b8d0b3d042f5efa123e (diff)
--boot-dev and --root-dev options
Diffstat (limited to 'ks-template')
-rw-r--r--ks-template/hw/dell/R7425/100g-dtn.ks6
-rw-r--r--ks-template/hw/supermicro/SYS-5018D-FN8T/dtn-10g.ks6
2 files changed, 6 insertions, 6 deletions
diff --git a/ks-template/hw/dell/R7425/100g-dtn.ks b/ks-template/hw/dell/R7425/100g-dtn.ks
index 8ff914b..274e55b 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,sdb
+ignoredisk --only-use=USEDISK
# Keyboard layouts
keyboard --vckeymap=us --xlayouts=''
# System language
@@ -34,10 +34,10 @@ 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=sda
+bootloader --append=" crashkernel=auto elevator=deadline KRNLCMDLINE" --location=mbr --boot-drive=BOOTDEV
autopart --type=lvm --nohome
# Partition clearing information
-clearpart --all --drives=sda,sdb
+clearpart --all --drives=CLEARPART
# Boot the installed system automatically once the install finishes;
reboot
diff --git a/ks-template/hw/supermicro/SYS-5018D-FN8T/dtn-10g.ks b/ks-template/hw/supermicro/SYS-5018D-FN8T/dtn-10g.ks
index b067897..eee064b 100644
--- a/ks-template/hw/supermicro/SYS-5018D-FN8T/dtn-10g.ks
+++ b/ks-template/hw/supermicro/SYS-5018D-FN8T/dtn-10g.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=USEDISK
# Keyboard layouts
keyboard --vckeymap=us --xlayouts=''
# System language
@@ -37,10 +37,10 @@ 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=sda
+bootloader --append=" crashkernel=auto elevator=deadline KRNLCMDLINE" --location=mbr --boot-drive=BOOTDEV
autopart --type=lvm
# Partition clearing information
-clearpart --all --initlabel --drives=sda
+clearpart --all --initlabel --drives=CLEARPART
# Boot the installed system automatically once the install finishes;
#reboot