Magellan Linux

Diff of /tags/grubby-8_34/test.sh

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

revision 2683 by niro, Wed Jul 16 09:51:14 2014 UTC revision 2685 by niro, Wed Jul 16 10:38:09 2014 UTC
# Line 460  if [ "$testgrub2" == "y" ]; then Line 460  if [ "$testgrub2" == "y" ]; then
460      grub2Test grub2.5 add/g2-1.5 --add-kernel=/boot/new-kernel.img \      grub2Test grub2.5 add/g2-1.5 --add-kernel=/boot/new-kernel.img \
461          --title='title' --initrd=/boot/new-initrd --boot-filesystem=/boot/ \          --title='title' --initrd=/boot/new-initrd --boot-filesystem=/boot/ \
462          --copy-default          --copy-default
463        grub2Test grub2.12 add/g2-1.12 \
464            --add-kernel=/boot/vmlinuz-2.6.38.8-32.fc15.x86_64 \
465            --title='Linux, with Fedora 2.6.38.8-32.fc15.x86_64' \
466            --devtree='/boot/dtb-2.6.38.8-32.fc15.x86_64/foobarbaz.dtb' \
467            --initrd=/boot/initramfs-2.6.38.8-32.fc15.x86_64.img \
468            --boot-filesystem=/boot/ --copy-default --efi
469        grub2Test grub2.13 add/g2-1.13 \
470            --add-kernel=/boot/vmlinuz-2.6.38.8-32.fc15.x86_64 \
471            --title='Linux, with Fedora 2.6.38.8-32.fc15.x86_64' \
472            --devtree='/boot/dtb-2.6.38.8-32.fc15.x86_64/foobarbaz.dtb' \
473            --initrd=/boot/initramfs-2.6.38.8-32.fc15.x86_64.img \
474            --boot-filesystem=/boot/ --copy-default --efi
475    
476      testing="GRUB2 add initrd"      testing="GRUB2 add initrd"
477      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 \

Legend:
Removed from v.2683  
changed lines
  Added in v.2685