--- trunk/grubby/test.sh 2014/07/16 10:59:52 2714 +++ trunk/grubby/test.sh 2016/06/30 09:56:56 2968 @@ -523,7 +523,7 @@ --devtree='/boot/dtb-2.6.38.8-32.fc15.x86_64/foobarbaz.dtb' \ --initrd=/boot/initramfs-2.6.38.8-32.fc15.x86_64.img \ --boot-filesystem=/boot/ --copy-default --efi - grub2Test grub2.14 add/g2-1.14 \ + grub2Test grub2.15 add/g2-1.15 \ --add-kernel=/boot/vmlinuz-0-rescue-5a94251776a14678911d4ae0949500f5 \ --initrd /boot/initramfs-0-rescue-5a94251776a14678911d4ae0949500f5.img \ --copy-default --title "Fedora 21 Rescue" --args=root=/fooooo \ @@ -619,6 +619,13 @@ testing="GRUB2 add initrd with linux16" grub2Test grub2.11 add/g2-1.11 --update-kernel=/boot/new-kernel.img \ --initrd=/boot/new-initrd --boot-filesystem=/boot/ + + testing="GRUB2 add rescue with linux16" + grub2Test grub2.14 add/g2-1.14 \ + --add-kernel=/boot/vmlinuz-0-rescue-5a94251776a14678911d4ae0949500f5 \ + --initrd /boot/initramfs-0-rescue-5a94251776a14678911d4ae0949500f5.img \ + --copy-default --title "Fedora 21 Rescue" --args=root=/fooooo \ + --remove-kernel=wtf --boot-filesystem=/boot/ fi fi