Magellan Linux

Diff of /trunk/grubby/test.sh

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

revision 2967 by niro, Wed Jul 16 10:59:52 2014 UTC revision 2968 by niro, Thu Jun 30 09:56:56 2016 UTC
# Line 523  if [ "$testgrub2" == "y" ]; then Line 523  if [ "$testgrub2" == "y" ]; then
523          --devtree='/boot/dtb-2.6.38.8-32.fc15.x86_64/foobarbaz.dtb' \          --devtree='/boot/dtb-2.6.38.8-32.fc15.x86_64/foobarbaz.dtb' \
524          --initrd=/boot/initramfs-2.6.38.8-32.fc15.x86_64.img \          --initrd=/boot/initramfs-2.6.38.8-32.fc15.x86_64.img \
525          --boot-filesystem=/boot/ --copy-default --efi          --boot-filesystem=/boot/ --copy-default --efi
526      grub2Test grub2.14 add/g2-1.14 \      grub2Test grub2.15 add/g2-1.15 \
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 \
# Line 619  if [ "$testgrub2" == "y" ]; then Line 619  if [ "$testgrub2" == "y" ]; then
619          testing="GRUB2 add initrd with linux16"          testing="GRUB2 add initrd with linux16"
620          grub2Test grub2.11 add/g2-1.11 --update-kernel=/boot/new-kernel.img \          grub2Test grub2.11 add/g2-1.11 --update-kernel=/boot/new-kernel.img \
621              --initrd=/boot/new-initrd --boot-filesystem=/boot/              --initrd=/boot/new-initrd --boot-filesystem=/boot/
622    
623            testing="GRUB2 add rescue with linux16"
624            grub2Test grub2.14 add/g2-1.14 \
625                --add-kernel=/boot/vmlinuz-0-rescue-5a94251776a14678911d4ae0949500f5 \
626                --initrd /boot/initramfs-0-rescue-5a94251776a14678911d4ae0949500f5.img \
627                --copy-default --title "Fedora 21 Rescue" --args=root=/fooooo \
628                --remove-kernel=wtf --boot-filesystem=/boot/
629      fi      fi
630  fi  fi
631    

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