Magellan Linux

Diff of /trunk/grubby/test.sh

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

revision 3002 by niro, Thu Jun 30 10:37:25 2016 UTC revision 3003 by niro, Tue Jun 27 14:14:00 2017 UTC
# Line 543  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.3002  
changed lines
  Added in v.3003