diff options
author | Eric Hameleers <alien@slackware.com> | 2016-02-21 22:03:30 +0100 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2016-02-21 22:03:30 +0100 |
commit | 3a551bb250d808bb53c6b278272e83c9d71c9fc9 (patch) | |
tree | d769d89d1fc8890f3ca0087fb4a2ffb18f4fff7b /menu.tpl | |
parent | 28173cf5f6ec802edad36b1c7d1ff64e60abacda (diff) | |
download | liveslak-3a551bb250d808bb53c6b278272e83c9d71c9fc9.tar.gz liveslak-3a551bb250d808bb53c6b278272e83c9d71c9fc9.tar.xz |
Add a syslinux menu option to boot from local harddisk.
No idea how to do this for grub2 though. The Slackware option in the EFI
boot menu "Detect/boot any installed operating system" doesn't work for me.
Diffstat (limited to '')
-rw-r--r-- | menu.tpl | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -72,3 +72,6 @@ label memtest menu label Memory test with memtest86+ kernel /boot/memtest +label localboot +menu label Boot from local drive + localboot -1 |