change rescue parameter with new anaconda
This commit is contained in:
parent
71107478e4
commit
28dbc2d727
39
0011-change-rescue-parameter-with-new-anaconda.patch
Normal file
39
0011-change-rescue-parameter-with-new-anaconda.patch
Normal file
@ -0,0 +1,39 @@
|
|||||||
|
From 8a67d38e533dbbe114e4f7ca51fb24a854176239 Mon Sep 17 00:00:00 2001
|
||||||
|
From: sun_hai_10 <sunha10@huawei.com>
|
||||||
|
Date: Tue, 29 Nov 2022 14:22:17 +0800
|
||||||
|
Subject: [PATCH] change rescue parameter with new anaconda
|
||||||
|
|
||||||
|
---
|
||||||
|
isomaker/80-openeuler/config_files/aarch64/grub2-efi.cfg | 2 +-
|
||||||
|
isomaker/80-openeuler/config_files/x86/grub2-efi.cfg | 2 +-
|
||||||
|
2 files changed, 2 insertions(+), 2 deletions(-)
|
||||||
|
|
||||||
|
diff --git a/isomaker/80-openeuler/config_files/aarch64/grub2-efi.cfg b/isomaker/80-openeuler/config_files/aarch64/grub2-efi.cfg
|
||||||
|
index 2d165e1..2cc19a8 100644
|
||||||
|
--- a/isomaker/80-openeuler/config_files/aarch64/grub2-efi.cfg
|
||||||
|
+++ b/isomaker/80-openeuler/config_files/aarch64/grub2-efi.cfg
|
||||||
|
@@ -40,7 +40,7 @@ submenu 'Troubleshooting -->' {
|
||||||
|
initrd @INITRDPATH@
|
||||||
|
}
|
||||||
|
menuentry 'Rescue the @PRODUCT@ system' --class red --class gnu-linux --class gnu --class os {
|
||||||
|
- linux @KERNELPATH@ @ROOT@ rescue console=tty0 smmu.bypassdev=0x1000:0x17 smmu.bypassdev=0x1000:0x15 video=efifb:off video=VGA-1:640x480-32@60me fpi_to_tail=off
|
||||||
|
+ linux @KERNELPATH@ @ROOT@ inst.rescue console=tty0 smmu.bypassdev=0x1000:0x17 smmu.bypassdev=0x1000:0x15 video=efifb:off video=VGA-1:640x480-32@60me fpi_to_tail=off
|
||||||
|
initrd @INITRDPATH@
|
||||||
|
}
|
||||||
|
}
|
||||||
|
diff --git a/isomaker/80-openeuler/config_files/x86/grub2-efi.cfg b/isomaker/80-openeuler/config_files/x86/grub2-efi.cfg
|
||||||
|
index fe2bc03..c7cb824 100644
|
||||||
|
--- a/isomaker/80-openeuler/config_files/x86/grub2-efi.cfg
|
||||||
|
+++ b/isomaker/80-openeuler/config_files/x86/grub2-efi.cfg
|
||||||
|
@@ -34,7 +34,7 @@ submenu 'Troubleshooting -->' {
|
||||||
|
initrdefi @INITRDPATH@
|
||||||
|
}
|
||||||
|
menuentry 'Rescue a @PRODUCT@ system' --class openEuler --class gnu-linux --class gnu --class os {
|
||||||
|
- linuxefi @KERNELPATH@ @ROOT@ rescue fpi_to_tail=off
|
||||||
|
+ linuxefi @KERNELPATH@ @ROOT@ inst.rescue fpi_to_tail=off
|
||||||
|
initrdefi @INITRDPATH@
|
||||||
|
}
|
||||||
|
}
|
||||||
|
--
|
||||||
|
2.23.0
|
||||||
|
|
||||||
@ -11,7 +11,7 @@ Summary: a duilding tool for DVD ISO making and ISO cutting
|
|||||||
License: Mulan PSL v2
|
License: Mulan PSL v2
|
||||||
Group: System/Management
|
Group: System/Management
|
||||||
Version: 2.0.3
|
Version: 2.0.3
|
||||||
Release: 15
|
Release: 16
|
||||||
BuildRoot: %{_tmppath}/%{name}
|
BuildRoot: %{_tmppath}/%{name}
|
||||||
|
|
||||||
Source: https://gitee.com/openeuler/oemaker/repository/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
Source: https://gitee.com/openeuler/oemaker/repository/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||||
@ -34,6 +34,7 @@ Patch0007: 0007-restore-env-after-selinux-status-changes.patch
|
|||||||
Patch0008: 0008-add-parse_everything_deb_exclude.patch
|
Patch0008: 0008-add-parse_everything_deb_exclude.patch
|
||||||
Patch0009: 0009-automated-kickstart-function.patch
|
Patch0009: 0009-automated-kickstart-function.patch
|
||||||
Patch0010: 0010-do-not-cleanup-pkg.patch
|
Patch0010: 0010-do-not-cleanup-pkg.patch
|
||||||
|
Patch0011: 0011-change-rescue-parameter-with-new-anaconda.patch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
a building tool for DVD ISO making and ISO cutting
|
a building tool for DVD ISO making and ISO cutting
|
||||||
@ -137,6 +138,11 @@ rm -rf %{buildroot}
|
|||||||
rm -rf $RPM_BUILD_DIR/%{name}
|
rm -rf $RPM_BUILD_DIR/%{name}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Nov 29 2022 sunhai <sunhai10@huawei.com> - 2.0.3-16
|
||||||
|
- ID:NA
|
||||||
|
- SUG:NA
|
||||||
|
- DESC: change rescue parameter with new anaconda
|
||||||
|
|
||||||
* Thu Jul 14 2022 wangchong <wangchong56@huawei.com> - 2.0.3-15
|
* Thu Jul 14 2022 wangchong <wangchong56@huawei.com> - 2.0.3-15
|
||||||
- ID:NA
|
- ID:NA
|
||||||
- SUG:NA
|
- SUG:NA
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user