
2 Mar
2010
2 Mar
'10
12:02 a.m.
On Mon, Mar 01, 2010 at 11:04:46PM +0100, ferrety ferrety wrote:
Hi,
When trying:
$ git clone git://crux.nu/system/iso.git
I'm getting a very old Crux version and not the lastest (i.e 2.6). Any help?
/F
You can list all branches with 'git branch -a' and then check out the appropriate branch. The command you probably want is 'git checkout -b remotes/origin/2.6-newmedia' <- the new branch with usb-boot support. -- /Fredrik Rinnestam