* docs/osdetect.cfg: Add isolinux config to detected OSes.

This commit is contained in:
Vladimir Serbinenko 2013-12-18 05:34:17 +01:00
parent 8f5add13ff
commit a99c0a328f
2 changed files with 10 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2013-12-17 Vladimir Serbinenko <phcoder@gmail.com>
* docs/osdetect.cfg: Add isolinux config to detected OSes.
2013-12-17 Vladimir Serbinenko <phcoder@gmail.com>
Implement syslinux parser.

View File

@ -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