[arch-general] Customising arch iso

2010-03-12 Thread Damien Churchill
I was just wondering if there are there any up to date instructions available for customising the arch installer? I only need to upgrade the kernel to 2.6.32 in order to install (at least that is the first problem I have encountered). Thanks in advance, Damien

Re: [arch-general] Customising arch iso

2010-03-12 Thread Ionut Biru
On 03/12/2010 12:51 PM, Damien Churchill wrote: I was just wondering if there are there any up to date instructions available for customising the arch installer? I only need to upgrade the kernel to 2.6.32 in order to install (at least that is the first problem I have encountered). Thanks in

Re: [arch-general] Customising arch iso

2010-03-12 Thread Damien Churchill
On 12 March 2010 10:54, Ionut Biru biru.io...@gmail.com wrote: On 03/12/2010 12:51 PM, Damien Churchill wrote: I was just wondering if there are there any up to date instructions available for customising the arch installer? I only need to upgrade the kernel to 2.6.32 in order to install (at

Re: [arch-general] Customising arch iso

2010-03-12 Thread Damien Churchill
On 12 March 2010 10:56, Damien Churchill dam...@gmail.com wrote: On 12 March 2010 10:54, Ionut Biru biru.io...@gmail.com wrote: On 03/12/2010 12:51 PM, Damien Churchill wrote: I was just wondering if there are there any up to date instructions available for customising the arch installer? I

Re: [arch-general] Customising arch iso

2010-03-12 Thread Dieter Plaetinck
On Fri, 12 Mar 2010 11:49:36 + Damien Churchill dam...@gmail.com wrote: On 12 March 2010 10:56, Damien Churchill dam...@gmail.com wrote: On 12 March 2010 10:54, Ionut Biru biru.io...@gmail.com wrote: On 03/12/2010 12:51 PM, Damien Churchill wrote: I was just wondering if there are

Re: [arch-general] Customising arch iso

2010-03-12 Thread Dieter Plaetinck
On Fri, 12 Mar 2010 12:17:07 + Damien Churchill dam...@gmail.com wrote: On 12 March 2010 12:14, Dieter Plaetinck die...@plaetinck.be wrote: you can also build your own iso's using archiso. it's pretty easy, although you need archiso from git and you must let it look in a repository

Re: [arch-general] Customising arch iso

2010-03-12 Thread Dan McGee
On Fri, Mar 12, 2010 at 6:29 AM, Dieter Plaetinck die...@plaetinck.be wrote: you could also try a netinstall cd and enable the testing repository in /tmp/pacman.conf.  IIRC aif (the installer) uses pacman with that config file, so it might just work, although i never tried it myself. if you

Re: [arch-general] Customising arch iso

2010-03-12 Thread Dieter Plaetinck
On Fri, 12 Mar 2010 06:57:46 -0600 Dan McGee dpmc...@gmail.com wrote: On Fri, Mar 12, 2010 at 6:29 AM, Dieter Plaetinck die...@plaetinck.be wrote: you could also try a netinstall cd and enable the testing repository in /tmp/pacman.conf.  IIRC aif (the installer) uses pacman with that

Re: [arch-general] Customising arch iso

2010-03-12 Thread Damien Churchill
On 12 March 2010 13:19, Dieter Plaetinck die...@plaetinck.be wrote: On Fri, 12 Mar 2010 06:57:46 -0600 Dan McGee dpmc...@gmail.com wrote: On Fri, Mar 12, 2010 at 6:29 AM, Dieter Plaetinck die...@plaetinck.be wrote: you could also try a netinstall cd and enable the testing repository in

Re: [arch-general] Customising arch iso

2010-03-12 Thread Aaron Griffin
On Fri, Mar 12, 2010 at 8:15 AM, Damien Churchill dam...@gmail.com wrote: On 12 March 2010 13:19, Dieter Plaetinck die...@plaetinck.be wrote: On Fri, 12 Mar 2010 06:57:46 -0600 Dan McGee dpmc...@gmail.com wrote: On Fri, Mar 12, 2010 at 6:29 AM, Dieter Plaetinck die...@plaetinck.be wrote:

Re: [arch-general] Customising arch iso

2010-03-12 Thread Thomas Bächler
Am 12.03.2010 16:37, schrieb Aaron Griffin: Using the core installing then just upgrading kernel26 and kernel26-firmware to 2.6.33 worked just in case anyone was wondering. Got networking up finally :) Yeah, I was going to suggest just pulling the kernel updates onto a thumb drive or

Re: [arch-general] Customising arch iso

2010-03-12 Thread Sven-Hendrik Haase
On 12.03.2010 16:48, Thomas Bächler wrote: Am 12.03.2010 16:37, schrieb Aaron Griffin: Using the core installing then just upgrading kernel26 and kernel26-firmware to 2.6.33 worked just in case anyone was wondering. Got networking up finally :) Yeah, I was going to suggest just

Re: [arch-general] Customising arch iso

2010-03-12 Thread Aaron Griffin
On Fri, Mar 12, 2010 at 9:48 AM, Thomas Bächler tho...@archlinux.org wrote: Am 12.03.2010 16:37, schrieb Aaron Griffin: Using the core installing then just upgrading kernel26 and kernel26-firmware to 2.6.33 worked just in case anyone was wondering. Got networking up finally :) Yeah, I was

Re: [arch-general] Customising arch iso

2010-03-12 Thread Thomas Bächler
Am 12.03.2010 20:35, schrieb Aaron Griffin: Well it *is* one command from a git checkout cd install-iso make Let's make that 2: # pacman -S archiso # archiso-build-cd --arch i686 --format iso or something like that :) We have an archiso package from 2008 in extra. Any package is better

Re: [arch-general] Customising arch iso

2010-03-12 Thread Aaron Griffin
On Fri, Mar 12, 2010 at 4:49 PM, Thomas Bächler tho...@archlinux.org wrote: Am 12.03.2010 20:35, schrieb Aaron Griffin: Well it *is* one command from a git checkout cd install-iso make Let's make that 2: # pacman -S archiso # archiso-build-cd --arch i686 --format iso This is just too