* docs/osdetect.cfg: Add isolinux config to detected OSes.
This commit is contained in:
parent
8f5add13ff
commit
a99c0a328f
2 changed files with 10 additions and 0 deletions
|
@ -178,6 +178,12 @@ for dev in (*); do
|
|||
# uuid: filesystem UUID
|
||||
probe -s uuid -u $dev
|
||||
|
||||
if test -f ($device)/isolinux/isolinux.cfg ; then
|
||||
menuentry "ISOLINUX config (on $device)" $device {
|
||||
set root=$2
|
||||
syslinux_configfile -i /isolinux/isolinux.cfg
|
||||
}
|
||||
fi
|
||||
if test -f ($device)/bootmgr -a -f ($device)/boot/bcd; then
|
||||
menuentry "Windows Vista bootmgr (on $device)" $device {
|
||||
set root=$2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue