[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Installation entries on bootloaders binary scripts



(This applies to Debian Stable's Debian Live)

I have noticed that:

  /usr/lib/live/build/binary_grub2

has several entries to provide some installation boot entries.

	Grub_install_entry "install" "${VMLINUZ_DI}" "${INITRD_DI}" "${APPEND_DI}"
Grub_install_entry "installgui" "${VMLINUZ_GI}" "${INITRD_GI}" "${APPEND_GI}" Grub_install_entry "expert" "${VMLINUZ_DI}" "${INITRD_DI}" "priority=low ${APPEND_DI}" Grub_install_entry "expertgui" "${VMLINUZ_GI}" "${INITRD_GI}" "priority=low ${APPEND_GI}" Grub_install_entry "rescue" "${VMLINUZ_DI}" "${INITRD_DI}" "rescue/enable=true ${APPEND_DI}" Grub_install_entry "rescuegui" "${VMLINUZ_GI}" "${INITRD_GI}" "rescue/enable=true ${APPEND_GI}" Grub_install_entry "auto" "${VMLINUZ_DI}" "${INITRD_DI}" "auto=true priority=critical ${APPEND_DI}" Grub_install_entry "autogui" "${VMLINUZ_GI}" "${INITRD_GI}" "auto=true priority=critical ${APPEND_GI}"


But I have also noticed that:

  /usr/lib/live/build/binary_syslinux

does not seem to have these installation boot entries.

So the question is if these installation boot entries:

* Are ok
* Should not be in grub2
* Should also be in syslinux

?

So that I can file (or not) a bug accordingly.


Thank you.

adrian15
--
Support free software. Donate to Super Grub Disk. Apoya el software libre. Dona a Super Grub Disk. http://www.supergrubdisk.org/donate/


Reply to: