forked from rhboot/grubby
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add s390/s390x --info test (#1285601)
Running the --info grubby option on s390/s390x platforms always returned the (null) value. Added a test to look at --info and ensure it comes out as a user would expect. Resolves: rhbz#1285601
- Loading branch information
Showing
3 changed files
with
30 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
index=1 | ||
kernel=/boot/vmlinuz-3.10.0-514.6.2.el7.s390x | ||
args="crashkernel=auto rd.dasd=0.0.0120 rd.dasd=0.0.0121 rd.dasd=0.0.0122 rd.dasd=0.0.0123 rd.lvm.lv=rhel_ibm-z-68/root rd.lvm.lv=rhel_ibm-z-68/swap rd.znet=qeth,0.0.8000,0.0.8001,0.0.8002,layer2=1,portname=z-68,portno=0 LANG=en_US.UTF-8 systemd.log_level=debug systemd.log_target=kmsg" | ||
root=/dev/mapper/rhel_ibm--z--68-root | ||
initrd=/boot/initramfs-3.10.0-514.6.2.el7.s390x.img | ||
title=3.10.0-514.6.2.el7.s390x_with_debugging |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
[defaultboot] | ||
defaultauto | ||
prompt=1 | ||
timeout=5 | ||
default=3.10.0-514.6.2.el7.s390x_with_debugging | ||
target=/boot | ||
[3.10.0-514.6.2.el7.s390x] | ||
image=/boot/vmlinuz-3.10.0-514.6.2.el7.s390x | ||
parameters="root=/dev/mapper/rhel_ibm--z--68-root crashkernel=auto rd.dasd=0.0.0120 rd.dasd=0.0.0121 rd.dasd=0.0.0122 rd.dasd=0.0.0123 rd.lvm.lv=rhel_ibm-z-68/root rd.lvm.lv=rhel_ibm-z-68/swap rd.znet=qeth,0.0.8000,0.0.8001,0.0.8002,layer2=1,portname=z-68,portno=0 LANG=en_US.UTF-8" | ||
ramdisk=/boot/initramfs-3.10.0-514.6.2.el7.s390x.img | ||
[3.10.0-514.6.2.el7.s390x_with_debugging] | ||
image=/boot/vmlinuz-3.10.0-514.6.2.el7.s390x | ||
parameters="root=/dev/mapper/rhel_ibm--z--68-root crashkernel=auto rd.dasd=0.0.0120 rd.dasd=0.0.0121 rd.dasd=0.0.0122 rd.dasd=0.0.0123 rd.lvm.lv=rhel_ibm-z-68/root rd.lvm.lv=rhel_ibm-z-68/swap rd.znet=qeth,0.0.8000,0.0.8001,0.0.8002,layer2=1,portname=z-68,portno=0 LANG=en_US.UTF-8 systemd.log_level=debug systemd.log_target=kmsg" | ||
ramdisk=/boot/initramfs-3.10.0-514.6.2.el7.s390x.img | ||
[linux] | ||
image=/boot/vmlinuz-3.10.0-514.el7.s390x | ||
ramdisk=/boot/initramfs-3.10.0-514.el7.s390x.img | ||
parameters="root=/dev/mapper/rhel_ibm--z--68-root crashkernel=auto rd.dasd=0.0.0120 rd.dasd=0.0.0121 rd.dasd=0.0.0122 rd.dasd=0.0.0123 rd.lvm.lv=rhel_ibm-z-68/root rd.lvm.lv=rhel_ibm-z-68/swap rd.znet=qeth,0.0.8000,0.0.8001,0.0.8002,layer2=1,portname=z-68,portno=0 LANG=en_US.UTF-8" | ||
[linux-0-rescue-196fd0394b7442a6838686745f03fd04] | ||
image=/boot/vmlinuz-0-rescue-196fd0394b7442a6838686745f03fd04 | ||
ramdisk=/boot/initramfs-0-rescue-196fd0394b7442a6838686745f03fd04.img | ||
parameters="root=/dev/mapper/rhel_ibm--z--68-root crashkernel=auto rd.dasd=0.0.0120 rd.dasd=0.0.0121 rd.dasd=0.0.0122 rd.dasd=0.0.0123 rd.lvm.lv=rhel_ibm-z-68/root rd.lvm.lv=rhel_ibm-z-68/swap rd.znet=qeth,0.0.8000,0.0.8001,0.0.8002,layer2=1,portname=z-68,portno=0" |