Magellan Linux

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

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

revision 2968 by niro, Thu Jun 30 09:56:56 2016 UTC revision 2974 by niro, Thu Jun 30 10:22:59 2016 UTC
# Line 527  if [ "$testgrub2" == "y" ]; then Line 527  if [ "$testgrub2" == "y" ]; then
527          --add-kernel=/boot/vmlinuz-0-rescue-5a94251776a14678911d4ae0949500f5 \          --add-kernel=/boot/vmlinuz-0-rescue-5a94251776a14678911d4ae0949500f5 \
528          --initrd /boot/initramfs-0-rescue-5a94251776a14678911d4ae0949500f5.img \          --initrd /boot/initramfs-0-rescue-5a94251776a14678911d4ae0949500f5.img \
529          --copy-default --title "Fedora 21 Rescue" --args=root=/fooooo \          --copy-default --title "Fedora 21 Rescue" --args=root=/fooooo \
530          --remove-kernel=wtf --boot-filesystem=/boot/          --remove-kernel=wtf --boot-filesystem=/boot/ --efi
531    
532      testing="GRUB2 add initrd"      testing="GRUB2 add initrd"
533      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 \
# Line 642  ziplTest zipl.1 add/z1.1 --add-kernel=/b Line 642  ziplTest zipl.1 add/z1.1 --add-kernel=/b
642  ziplTest zipl.1 add/z1.2 --add-kernel=/boot/new-kernel.img --title test --copy-default  ziplTest zipl.1 add/z1.2 --add-kernel=/boot/new-kernel.img --title test --copy-default
643    
644  testing="Extlinux add kernel"  testing="Extlinux add kernel"
645  extlinuxTest extlinux.1 add/extlinux1.1 --add-kernel=/boot/new-kernel.img --title='title' \  extlinuxTest extlinux.1 add/extlinux1.1 --add-kernel=/boot/new-kernel.img \
646      --initrd=/boot/new-initrd --boot-filesystem=/      --title='title' --initrd=/boot/new-initrd --boot-filesystem=/
647  extlinuxTest extlinux.1 add/extlinux1.2 --add-kernel=/boot/new-kernel.img --title='title' \  extlinuxTest extlinux.1 add/extlinux1.2 --add-kernel=/boot/new-kernel.img \
648      --initrd=/boot/new-initrd --boot-filesystem=/boot      --title='title' --initrd=/boot/new-initrd --boot-filesystem=/boot
649  extlinuxTest extlinux.1 add/extlinux1.3 --add-kernel=/boot/new-kernel.img --title='title' \  extlinuxTest extlinux.1 add/extlinux1.3 --add-kernel=/boot/new-kernel.img \
650      --initrd=/boot/new-initrd --boot-filesystem=/ --copy-default      --title='title' --initrd=/boot/new-initrd --boot-filesystem=/ \
651  extlinuxTest extlinux.1 add/extlinux1.4 --add-kernel=/boot/new-kernel.img --title='title' \      --copy-default
652      --initrd=/boot/new-initrd --boot-filesystem=/boot --copy-default  extlinuxTest extlinux.1 add/extlinux1.4 --add-kernel=/boot/new-kernel.img \
653  extlinuxTest extlinux.2 add/extlinux2.1 --add-kernel=/boot/vmlinuz-3.12.0-2.fc21.i686    \      --title='title' --initrd=/boot/new-initrd --boot-filesystem=/boot \
654      --initrd=/boot/initrd-3.12.0-2.fc21.i686-new.img --boot-filesystem=/boot --copy-default \      --copy-default
655      --title="Fedora (3.12.0-2.fc21.i686) 20 (Heisenbug)"    \  extlinuxTest extlinux.2 add/extlinux2.1 \
656        --add-kernel=/boot/vmlinuz-3.12.0-2.fc21.i686 \
657        --initrd=/boot/initrd-3.12.0-2.fc21.i686-new.img \
658        --boot-filesystem=/boot --copy-default \
659        --title="Fedora (3.12.0-2.fc21.i686) 20 (Heisenbug)" \
660      --remove-kernel="TITLE=Fedora (3.12.0-2.fc21.i686) 20 (Heisenbug)"      --remove-kernel="TITLE=Fedora (3.12.0-2.fc21.i686) 20 (Heisenbug)"
661    extlinuxTest extlinux.5 add/extlinux5.1 \
662        --add-kernel=/boot/vmlinuz-3.15.0-0.rc1.git4.1.fc21.armv7hl \
663        --devtree='/boot/dtb-3.15.0-0.rc1.git4.1.fc21.armv7hl/imx6q-cubox-i.dtb' \
664        --initrd=/boot/initramfs-3.15.0-0.rc1.git4.1.fc21.armv7hl.img \
665        --boot-filesystem=/boot --copy-default \
666        --title="Fedora (3.15.0-0.rc1.git4.1.fc21.armv7hl) 21 (Rawhide)" \
667        --remove-kernel="TITLE=Fedora (3.12.0-0.fc21.armv7hl) 21 (Rawhide)"
668    extlinuxTest extlinux.6 add/extlinux6.1 \
669        --add-kernel=/boot/vmlinuz-3.15.0-0.rc1.git4.1.fc21.armv7hl \
670        --devtreedir='/boot/dtb-3.15.0-0.rc1.git4.1.fc21.armv7hl/' \
671        --initrd=/boot/initramfs-3.15.0-0.rc1.git4.1.fc21.armv7hl.img \
672        --boot-filesystem=/boot --copy-default \
673        --title="Fedora (3.15.0-0.rc1.git4.1.fc21.armv7hl) 21 (Rawhide)" \
674        --remove-kernel="TITLE=Fedora (3.12.0-0.fc21.armv7hl) 21 (Rawhide)"
675    
676  testing="LILO long titles"  testing="LILO long titles"
677  liloTest lilo.1 longtitle/l1.1 --add-kernel=/boot/new-kernel.img \  liloTest lilo.1 longtitle/l1.1 --add-kernel=/boot/new-kernel.img \

Legend:
Removed from v.2968  
changed lines
  Added in v.2974