Skip to content

Commit 3b0e3da

Browse files
andrewlukoshkoevgeni
authored andcommitted
Change GRUB entry name to AlmaLinux-Upgrade-Initramfs
1 parent 0f31a66 commit 3b0e3da

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

repos/system_upgrade/common/actors/addupgradebootentry/libraries/addupgradebootentry.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ def add_boot_entry(configs=None):
1717
'/usr/sbin/grubby',
1818
'--add-kernel', '{0}'.format(kernel_dst_path),
1919
'--initrd', '{0}'.format(initram_dst_path),
20-
'--title', 'RHEL-Upgrade-Initramfs',
20+
'--title', 'AlmaLinux-Upgrade-Initramfs',
2121
'--copy-default',
2222
'--make-default',
2323
'--args', '{DEBUG} enforcing=0 rd.plymouth=0 plymouth.enable=0'.format(DEBUG=debug)

repos/system_upgrade/common/actors/addupgradebootentry/tests/unit_test_addupgradebootentry.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def __call__(self, filename, content):
4242
'/usr/sbin/grubby',
4343
'--add-kernel', '/abc',
4444
'--initrd', '/def',
45-
'--title', 'RHEL-Upgrade-Initramfs',
45+
'--title', 'AlmaLinux-Upgrade-Initramfs',
4646
'--copy-default',
4747
'--make-default',
4848
'--args',

0 commit comments

Comments
 (0)