Magellan Linux

Diff of /trunk/grubby/test.sh

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2992 by niro, Thu Jun 30 10:35:14 2016 UTC revision 3003 by niro, Tue Jun 27 14:14:00 2017 UTC
# Line 299  grubDisplayTest grub.10 defaulttitle/g.1 Line 299  grubDisplayTest grub.10 defaulttitle/g.1
299  grubDisplayTest grub.11 defaulttitle/g.11 --default-title  grubDisplayTest grub.11 defaulttitle/g.11 --default-title
300    
301  testing="GRUB display default kernel"  testing="GRUB display default kernel"
302  grubDisplayTest grub.1 defaultkernel/g.1 --default-kernel  grubDisplayTest grub.1 defaultkernel/g.1 --boot-filesystem=/boot --default-kernel
303    grubDisplayTest grub.1 defaultkernel/g.2 --boot-filesystem=/ --default-kernel
304    
305  testing="LILO default directive"  testing="LILO default directive"
306  liloTest lilo.1 default/l1.1 --set-default=/boot/vmlinuz-2.4.18-4  liloTest lilo.1 default/l1.1 --set-default=/boot/vmlinuz-2.4.18-4
# Line 542  if [ "$testgrub2" == "y" ]; then Line 543  if [ "$testgrub2" == "y" ]; then
543          --copy-default --title "Fedora 21 Rescue" --args=root=/fooooo \          --copy-default --title "Fedora 21 Rescue" --args=root=/fooooo \
544          --remove-kernel=wtf --boot-filesystem=/boot/ --efi          --remove-kernel=wtf --boot-filesystem=/boot/ --efi
545    
546        # a grub2 add with a "set" of the form: set foo="bar=1,2".  bz#1152550
547        # has this being emitted as: set foo="bar=1,2"=1,2"
548        # which is wrong.
549        grub2Test grub2.16 add/g2-1.16 \
550            --add-kernel=/boot/vmlinuz-foo \
551            --copy-default --title 'Red Hat Enterprise Linux Server' \
552            --args=root=/dev/mapper/foo--
553    
554      testing="GRUB2 add initrd"      testing="GRUB2 add initrd"
555      grub2Test grub2.2 add/g2-1.4 --update-kernel=/boot/new-kernel.img \      grub2Test grub2.2 add/g2-1.4 --update-kernel=/boot/new-kernel.img \
556          --initrd=/boot/new-initrd --boot-filesystem=/boot/          --initrd=/boot/new-initrd --boot-filesystem=/boot/

Legend:
Removed from v.2992  
changed lines
  Added in v.3003