Getting CRUX 2.6 from GIT
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
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
Thanks Fredrik. On Tue, Mar 2, 2010 at 1:02 AM, Fredrik Rinnestam <fredrik@rinnestam.se>wrote:
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 _______________________________________________ CRUX mailing list CRUX@lists.crux.nu http://lists.crux.nu/mailman/listinfo/crux
participants (2)
-
ferrety ferrety
-
Fredrik Rinnestam