diff options
author | Juan RP <xtraeme@gmail.com> | 2013-04-28 09:31:20 +0200 |
---|---|---|
committer | Juan RP <xtraeme@gmail.com> | 2013-04-28 09:31:20 +0200 |
commit | a5068a62922eeea925f8582f065be74cf9e62912 (patch) | |
tree | 54939209c3e0d138b2bd89831e9d6358eeaff62b /isolinux | |
parent | 5e22439dae7969b1306e8ab3124e28d78c4c6e11 (diff) | |
download | hrmpf-a5068a62922eeea925f8582f065be74cf9e62912.tar.gz hrmpf-a5068a62922eeea925f8582f065be74cf9e62912.tar.xz hrmpf-a5068a62922eeea925f8582f065be74cf9e62912.zip |
isolinux/isolinux.cfg.in: fix booting from first hd with syslinux>=5.
Diffstat (limited to 'isolinux')
-rw-r--r-- | isolinux/isolinux.cfg.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/isolinux/isolinux.cfg.in b/isolinux/isolinux.cfg.in index a4d8ce9..106bd0f 100644 --- a/isolinux/isolinux.cfg.in +++ b/isolinux/isolinux.cfg.in @@ -26,4 +26,5 @@ KERNEL /boot/vmlinuz APPEND initrd=/boot/initrd.lz root=live:CDLABEL=VOID_LIVE rootfstype=auto ro rd.luks=0 rd.md=0 rd.dm=0 loglevel=4 vconsole.keymap=@@KEYMAP@@ vconsole.unicode=1 locale.LANG=@@LOCALE@@ LABEL c MENU LABEL Boot first HD found by BIOS -LOCALBOOT 0x80 +COM32 chain.c32 +APPEND hd0 |