Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgraded Syslinux to 6.03 to fix issue with VirtualBox 4.3.26 #1

Merged
merged 1 commit into from Apr 3, 2015

Commits on Mar 30, 2015

  1. Upgraded Syslinux to 6.03 to fix issue with VirtualBox 4.3.26

    rm boot/isolinux/* doc/syslinux/*
    cp /tmp/syslinux-6.03*/doc/*txt doc/syslinux
    find /tmp/syslinux-6.03/bios -type f | grep c32$ | while read file; do cp $file boot/isolinux; done
    cp /tmp/syslinux-6.03/bios/*/*pxelinux* .
    cp /tmp/syslinux-6.03/bios/*/memdisk boot/isolinux
    chmod -R 644 boot/isolinux/*
    eoyslebo committed Mar 30, 2015
    Configuration menu
    Copy the full SHA
    a75983c View commit details
    Browse the repository at this point in the history