This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
|
tasks:installing_new_arm_machines [2025/02/19 15:47] akraitman [Step 2: Update grub.conf and create the menuentry] |
tasks:installing_new_arm_machines [2025/02/19 15:48] (current) akraitman [Step 2: Update grub.conf and create the menuentry] |
||
|---|---|---|---|
| Line 18: | Line 18: | ||
| set timeout=20 | set timeout=20 | ||
| menuentry 'CentOS9-arm' { | menuentry 'CentOS9-arm' { | ||
| - | linux images/images/pxeboot/vmlinuz ip=dhcp inst.repo=http://172.21.0.11/cobbler/ks_mirror/CentOS-9.stream-aarch64 ro inst.ks=http://172.21.0.11/cblr/svc/op/ks/profile/CentOS-8.5-x86_64 | + | linux images/pxeboot/vmlinuz ip=dhcp inst.repo=http://172.21.0.11/cobbler/ks_mirror/CentOS-9.stream-aarch64 ro inst.ks=http://172.21.0.11/cblr/svc/op/ks/profile/CentOS-8.5-x86_64 |
| - | initrd images/images/pxeboot/initrd.img } | + | initrd images/pxeboot/initrd.img } |
| * Sometimes we will need to first install one machine without a kickstart file and then create a new kickstart to fit the installation we want to do for the rest of the machines | * Sometimes we will need to first install one machine without a kickstart file and then create a new kickstart to fit the installation we want to do for the rest of the machines | ||