From 7bf51a6b66f47e06b3f903d60f15aedbc39130eb Mon Sep 17 00:00:00 2001 From: Geoff Levand Date: Mon, 26 Mar 2012 18:49:23 -0700 Subject: Add grub.cfg from opensuse install Signed-off-by: Geoff Levand --- test/parser/Makefile.am | 1 + test/parser/data/grub-02/grub.cfg | 35 +++++++++++++++++++++++++++++++++++ 2 files changed, 36 insertions(+) create mode 100644 test/parser/data/grub-02/grub.cfg (limited to 'test') diff --git a/test/parser/Makefile.am b/test/parser/Makefile.am index e863773..b9f9384 100644 --- a/test/parser/Makefile.am +++ b/test/parser/Makefile.am @@ -32,6 +32,7 @@ parser_test_LDADD = $(common_libs) noinst_DATA = \ data/grub-01/grub.cfg \ + data/grub-02/grub.cfg \ data/kboot-01/expected-output \ data/kboot-01/etc/kboot.conf \ data/kboot-02/expected-output \ diff --git a/test/parser/data/grub-02/grub.cfg b/test/parser/data/grub-02/grub.cfg new file mode 100644 index 0000000..85b5cf2 --- /dev/null +++ b/test/parser/data/grub-02/grub.cfg @@ -0,0 +1,35 @@ +# Modified by YaST2. Last modification on Fri Mar 9 11:38:54 PST 2012 +# THIS FILE WILL BE PARTIALLY OVERWRITTEN by perl-Bootloader +# For the new kernel it try to figure out old parameters. In case we are not able to recognize it (e.g. change of flavor or strange install order ) it it use as fallback installation parameters from /etc/sysconfig/bootloader + +default 2 +timeout 8 +##YaST - generic_mbr +#gfxmenu (hd0,1)/boot/message +serial --unit=0 --speed=115200 +terminal --timeout=10 serial console +##YaST - activate + +###Don't change this comment - YaST2 identifier: Original name: linux### +title G2f9b620 -- openSUSE 12.1 - 3.2.0-rc3-11771 + root (hd0,1) + kernel /boot/vmlinuz-3.2.0-rc3 root=/dev/disk/by-id/ata-GB1000EAMYC_WMATV7016365-part2 resume=/dev/disk/by-id/ata-GB1000EAMYC_WMATV7016365-part1 splash=silent console=ttyS0,115200 showopts maxcpus=4 vga=0x31d + initrd /boot/initrd-3.2.0-rc3 + +###Don't change this comment - YaST2 identifier: Original name: linux### +title Gf91961f -- openSUSE 12.1 - 3.2.0-11770 + root (hd0,1) + kernel /boot/vmlinuz-3.2. root=/dev/disk/by-id/ata-GB1000EAMYC_WMATV7016365-part2 resume=/dev/disk/by-id/ata-GB1000EAMYC_WMATV7016365-part1 splash=silent console=ttyS0,115200 showopts maxcpus=4 vga=0x31d + initrd /boot/initrd-3.2. + +###Don't change this comment - YaST2 identifier: Original name: linux### +title Desktop -- openSUSE 12.1 - 3.1.9-1.4 + root (hd0,1) + kernel /boot/vmlinuz-3.1.9-1.4-desktop root=/dev/disk/by-id/ata-GB1000EAMYC_WMATV7016365-part2 resume=/dev/disk/by-id/ata-GB1000EAMYC_WMATV7016365-part1 splash=silent quiet clocksource=jiffies showopts vga=0x31a console=ttyS0,115200 + initrd /boot/initrd-3.1.9-1.4-desktop + +###Don't change this comment - YaST2 identifier: Original name: failsafe### +title Failsafe -- openSUSE 12.1 - 3.1.9-1.4 + root (hd0,1) + kernel /boot/vmlinuz-3.1.9-1.4-desktop root=/dev/disk/by-id/ata-GB1000EAMYC_WMATV7016365-part2 showopts apm=off noresume edd=off powersaved=off nohz=off highres=off processor.max_cstate=1 nomodeset x11failsafe vga=0x31a + initrd /boot/initrd-3.1.9-1.4-desktop -- cgit v1.2.1