+ elif [ -e (loop)/boot/grub/initrd.xz ]; then
+ vt_linux_specify_initrd_file /boot/grub/initrd.xz
+ elif [ -e (loop)/initrd.gz ]; then
+ vt_linux_specify_initrd_file /initrd.gz
+ elif [ -e (loop)/slax/boot/initrfs.img ]; then
+ vt_linux_specify_initrd_file /slax/boot/initrfs.img
+ elif [ -e (loop)/pmagic/initrd.img ]; then
+ vt_linux_specify_initrd_file /pmagic/initrd.img
+ elif [ -e (loop)/boot/initrd.xz ]; then
+ vt_linux_specify_initrd_file /boot/initrd.xz