Browse Source

[syslinux] modified syslinux stone module to be compatible with latest update of syslinux (3.70)

early
Nagy Karoly Gabriel 16 years ago
parent
commit
85f618d0a9
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      x86/syslinux/stone_mod_extlinux.sh

+ 1
- 1
x86/syslinux/stone_mod_extlinux.sh

@ -92,7 +92,7 @@ extlinux_install()
extlinux_clean_mbr()
{
cat /usr/lib/syslinux/mbr.bin > "$1"
cat /usr/share/syslinux/mbr.bin > "$1"
}
main()

Loading…
Cancel
Save