blob: 038f81195689ad96ec5ea596c33ceb2594544966 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
### for unmodified install cd: (TODO: someday, have an iso that has the scripts already) ###
You can copy-paste the code below when logged in to the install cd
/arch/setup. # fake ftp install so it lets you run the network configure script
# when network works, quit installer
pacman -Sy git
git clone git://github.com/Dieterbe/fifa.git /home/arch/tmp
cp -ax /home/arch/tmp/src/fifa.sh /arch/fifa.sh
cp -ax /home/arch/tmp/src/lib-archboot /arch/lib-archboot
mkdir /home/arch/fifa/
cp -ax /home/arch/tmp/src/profiles/* /home/arch/fifa/
/arch/fifa.sh #you can skip networking
|