Magellan Linux

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

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

revision 2971 by niro, Thu Jun 30 10:06:57 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 664  extlinuxTest extlinux.5 add/extlinux5.1 Line 664  extlinuxTest extlinux.5 add/extlinux5.1
664      --initrd=/boot/initramfs-3.15.0-0.rc1.git4.1.fc21.armv7hl.img \      --initrd=/boot/initramfs-3.15.0-0.rc1.git4.1.fc21.armv7hl.img \
665      --boot-filesystem=/boot --copy-default \      --boot-filesystem=/boot --copy-default \
666      --title="Fedora (3.15.0-0.rc1.git4.1.fc21.armv7hl) 21 (Rawhide)" \      --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)"      --remove-kernel="TITLE=Fedora (3.12.0-0.fc21.armv7hl) 21 (Rawhide)"
675    
676  testing="LILO long titles"  testing="LILO long titles"

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