Update README.md
This commit is contained in:
parent
b88544d354
commit
dc92bf91b5
22
README.md
22
README.md
|
|
@ -1,2 +1,24 @@
|
||||||
# archinstall
|
# archinstall
|
||||||
Just a bare bone arch install
|
Just a bare bone arch install
|
||||||
|
|
||||||
|
# Autorun on Arch Live CD
|
||||||
|
|
||||||
|
# cd ~/archlive
|
||||||
|
# echo "git" >> packages.both
|
||||||
|
# echo "git clone https://github.com/Torxed/archinstall.git" >> ./airootfs/root/customize_airrootfs.sh
|
||||||
|
# mkdir ./airootfs/etc/skel
|
||||||
|
# echo '[[ -z $DISPLAY && $XDG_VTNR -eq 1 ]] && exec ~/archinstall/archinstall.py' >> ./airootfs/etc/skel/.bash_profile
|
||||||
|
|
||||||
|
# rm -v work/build.make_* && ./build.sh -v
|
||||||
|
> Note: `~/archlive` might be different on your system, see [ArchISO#Setup](https://wiki.archlinux.org/index.php/archiso#Setup) for more info.
|
||||||
|
|
||||||
|
Whenever this live-cd boots, from here on now - it'll run `archinstall.py`.
|
||||||
|
|
||||||
|
# Manually run it on a booted Live CD
|
||||||
|
|
||||||
|
# git clone https://github.com/Torxed/archinstall.git
|
||||||
|
# python3 ./archinstall/archinstall.py
|
||||||
|
|
||||||
|
# Some parameters you can give it
|
||||||
|
|
||||||
|
WIP
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue