* 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
|
@ -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.
|
||||
|
|
|
@ -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…
Reference in a new issue