[syslinux] SYSLINUX 3.70-pre7 from git

H. Peter Anvin hpa at zytor.com
Fri Mar 28 10:56:05 PDT 2008


Geert Stappers wrote:
> $ git checkout syslinux-3.70-pre7
> Note: moving to "syslinux-3.70-pre7" which isn't a local branch
> If you want to create a new branch from this checkout, you may do so
> (now or later) by using -b with the checkout command again. Example:
>   git checkout -b <new_branch_name>
> HEAD is now at 9eddd22... Add gPXE into the source tree; build unified
> image
> stappers at alpaca:/usr/src/syslinux.git
> $ git checkout -b syslinux-3.70-pre7
> Switched to a new branch "syslinux-3.70-pre7"

This is a problem... you just created a branch with the same name as the 
tag, which probably confused git.  I suggest instead:

git checkout -b gpxe-added origin/gpxe-added

	-hpa




More information about the Syslinux mailing list