diff options
author | CoprDistGit <infra@openeuler.org> | 2023-09-19 03:21:34 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-09-19 03:21:34 +0000 |
commit | c7be82c38ae67193c9a6e49fb16d5615ce3ce006 (patch) | |
tree | 5000ef910d51151ea9fc4e4f5440f2b7d8851593 /lorax-enable-anaconda-KdumpSpoke.patch | |
parent | b5cb83d7ac779a40dc9473ab058aed655abb2cf9 (diff) |
automatic import of loraxopeneuler20.03
Diffstat (limited to 'lorax-enable-anaconda-KdumpSpoke.patch')
-rw-r--r-- | lorax-enable-anaconda-KdumpSpoke.patch | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/lorax-enable-anaconda-KdumpSpoke.patch b/lorax-enable-anaconda-KdumpSpoke.patch new file mode 100644 index 0000000..b80b7d1 --- /dev/null +++ b/lorax-enable-anaconda-KdumpSpoke.patch @@ -0,0 +1,37 @@ +diff -Nuar lorax-29.16/share/templates.d/99-generic/config_files/aarch64/grub2-efi.cfg lorax-29.16-new/share/templates.d/99-generic/config_files/aarch64/grub2-efi.cfg +--- a/share/templates.d/99-generic/config_files/aarch64/grub2-efi.cfg 2019-08-26 04:14:56.212000000 -0400 ++++ b/share/templates.d/99-generic/config_files/aarch64/grub2-efi.cfg 2019-08-26 04:18:31.500000000 -0400 +@@ -27,15 +27,15 @@ + + ### BEGIN /etc/grub.d/10_linux ### + menuentry 'Install @PRODUCT@ @VERSION@ with GUI mode' --class red --class gnu-linux --class gnu --class os { +- linux @KERNELPATH@ @ROOT@ ro inst.geoloc=0 ++ linux @KERNELPATH@ @ROOT@ ro inst.geoloc=0 inst.kdump_addon=on + initrd @INITRDPATH@ + } + menuentry 'Install @PRODUCT@ @VERSION@ with text mode' --class red --class gnu-linux --class gnu --class os { +- linux @KERNELPATH@ @ROOT@ ro inst.text inst.geoloc=0 console=ttyAMA0 console=tty0 ++ linux @KERNELPATH@ @ROOT@ ro inst.text inst.geoloc=0 inst.kdump_addon=on console=ttyAMA0 console=tty0 + initrd @INITRDPATH@ + } + menuentry 'Test this media & install @PRODUCT@ @VERSION@' --class red --class gnu-linux --class gnu --class os { +- linux @KERNELPATH@ @ROOT@ rd.live.check inst.geoloc=0 ++ linux @KERNELPATH@ @ROOT@ rd.live.check inst.geoloc=0 inst.kdump_addon=on + initrd @INITRDPATH@ + } + menuentry 'Rescue a @PRODUCT@ system' --class red --class gnu-linux --class gnu --class os { +diff -Nuar lorax-29.16/share/templates.d/99-generic/config_files/aarch64/grub.conf lorax-29.16-new/share/templates.d/99-generic/config_files/aarch64/grub.conf +--- a/share/templates.d/99-generic/config_files/aarch64/grub.conf 2019-08-26 04:14:56.228000000 -0400 ++++ b/share/templates.d/99-generic/config_files/aarch64/grub.conf 2019-08-26 04:19:04.176000000 -0400 +@@ -5,9 +5,9 @@ + hiddenmenu + title Install @PRODUCT@ @VERSION@ + findiso +- kernel @KERNELPATH@ @ROOT@ quiet inst.geoloc=0 ++ kernel @KERNELPATH@ @ROOT@ quiet inst.geoloc=0 inst.kdump_addon=on + initrd @INITRDPATH@ + title Test this media & install @PRODUCT@ @VERSION@ + findiso +- kernel @KERNELPATH@ @ROOT@ rd.live.check quiet inst.geoloc=0 ++ kernel @KERNELPATH@ @ROOT@ rd.live.check quiet inst.geoloc=0 inst.kdump_addon=on + initrd @INITRDPATH@ |