You are not logged in.

#1 2009-02-01 01:48:43

Gauvenator
Member
Registered: 2008-04-03
Posts: 172

How to build your own install img?

How do I build my own arch install image...iirc there are tools but I don't know how to use them.

Also is it possible to use the usb .img installer off of one's harddrive?  I know I can use dd to put it on a partition, but was wondering if it would be able to boot and install properly.

Offline

#2 2009-02-01 01:50:52

Allan
Pacman
From: Brisbane, AU
Registered: 2007-06-09
Posts: 11,385
Website

Re: How to build your own install img?

This is from an email by Dieter to the arch-releng list:

   git clone http://projects.archlinux.org/git/archiso.git

   cd archiso/archiso
   sudo make install #to be packaged later

   cd ../configs/install-iso
   # change version in Makefile
   # if on x86_64, remove intel-536ep and intel-537 from packages.list

   ./buildall.sh
   scp release/* ...somewhere...

Offline

#3 2009-02-01 09:49:33

Dieter@be
Forum Fellow
From: Belgium
Registered: 2006-11-05
Posts: 2,001
Website

Re: How to build your own install img?

What Allan posted is for when you want to create images who are the same as the official ones.  But you can also play with the package lists etc if you want (see configs/install-iso directory in the archiso project)

Also, you can just install archlinux-installer on any working arch system and run the installer from it to install arch on another.


< Daenyth> and he works prolifically
4 8 15 16 23 42

Offline

#4 2009-02-03 01:47:51

Gauvenator
Member
Registered: 2008-04-03
Posts: 172

Re: How to build your own install img?

Yeh I ended up just installing from my existing install.  The reason I asked initially was because I wanted to make a installer cd with the latest kernel.

Thx!

Offline

Board footer

Powered by FluxBB