Magellan Linux

Diff of /trunk/grubby/test.sh

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

revision 3008 by niro, Tue Jun 27 14:28:28 2017 UTC revision 3009 by niro, Tue Jun 27 14:29:55 2017 UTC
# Line 565  if [ "$testgrub2" == "y" ]; then Line 565  if [ "$testgrub2" == "y" ]; then
565          --copy-default --title 'Red Hat Enterprise Linux Server' \          --copy-default --title 'Red Hat Enterprise Linux Server' \
566          --args=root=/dev/mapper/foo--          --args=root=/dev/mapper/foo--
567    
568        # copy a stanza and add arguments as well, while using --set-index=
569        testing="GRUB2 add stanza and new args with --set-index="
570        grub2Test grub2.18 add/g2-1.18  --env grubenv.3 \
571            --add-kernel=/boot/vmlinuz-3.10.0-327.22.2.el7.x86_64.debug \
572            --boot-filesystem=/boot --copy-default \
573            --title "Red Hat Enterprise Linux Server (3.10.0-327.22.2.el7.x86_64.debug) 7.2 (Maipo) with debugging" \
574            --args="root=/dev/mapper/rhel_team--area--222-root systemd.log_level=debug systemd.log_target=kmsg" \
575            --set-index=1
576    
577      testing="GRUB2 add initrd"      testing="GRUB2 add initrd"
578      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 \
579          --initrd=/boot/new-initrd --boot-filesystem=/boot/          --initrd=/boot/new-initrd --boot-filesystem=/boot/

Legend:
Removed from v.3008  
changed lines
  Added in v.3009