Merge "grub configuration should use user kernel & ramdisk"
This commit is contained in:
commit
2b14daeec2
@ -13,8 +13,8 @@ menuentry "boot_partition" {
|
|||||||
}
|
}
|
||||||
|
|
||||||
menuentry "boot_ramdisk" {
|
menuentry "boot_ramdisk" {
|
||||||
linuxefi {{ pxe_options.deployment_aki_path }} root=/dev/ram0 text {{ pxe_options.pxe_append_params|default("", true) }} {{ pxe_options.ramdisk_opts|default('', true) }}
|
linuxefi {{ pxe_options.aki_path }} root=/dev/ram0 text {{ pxe_options.pxe_append_params|default("", true) }} {{ pxe_options.ramdisk_opts|default('', true) }}
|
||||||
initrdefi {{ pxe_options.deployment_ari_path }}
|
initrdefi {{ pxe_options.ari_path }}
|
||||||
}
|
}
|
||||||
|
|
||||||
menuentry "boot_whole_disk" {
|
menuentry "boot_whole_disk" {
|
||||||
|
@ -13,8 +13,8 @@ menuentry "boot_partition" {
|
|||||||
}
|
}
|
||||||
|
|
||||||
menuentry "boot_ramdisk" {
|
menuentry "boot_ramdisk" {
|
||||||
linuxefi /tftpboot/1be26c0b-03f2-4d2e-ae87-c02d7f33c123/deploy_kernel root=/dev/ram0 text test_param ramdisk_param
|
linuxefi /tftpboot/1be26c0b-03f2-4d2e-ae87-c02d7f33c123/kernel root=/dev/ram0 text test_param ramdisk_param
|
||||||
initrdefi /tftpboot/1be26c0b-03f2-4d2e-ae87-c02d7f33c123/deploy_ramdisk
|
initrdefi /tftpboot/1be26c0b-03f2-4d2e-ae87-c02d7f33c123/ramdisk
|
||||||
}
|
}
|
||||||
|
|
||||||
menuentry "boot_whole_disk" {
|
menuentry "boot_whole_disk" {
|
||||||
|
@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
fixes:
|
||||||
|
- Fixes a bug with the grub ramdisk boot template handling, such that the template now properly
|
||||||
|
references the user provided kernal and ramdisk. Previously the deployment ramdisk and kernel
|
||||||
|
was referenced in the template.
|
Loading…
x
Reference in New Issue
Block a user