Update README.md

This commit is contained in:
Anton Hvornum 2018-04-06 19:51:57 +02:00 committed by GitHub
parent 7107e8866f
commit 6cb796aad5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -5,9 +5,9 @@ Just a bare bone arch install
# cd ~/archlive
# echo "git" >> packages.both
# echo "git clone https://github.com/Torxed/archinstall.git" >> ./airootfs/root/customize_airrootfs.sh
# echo "git clone https://github.com/Torxed/archinstall.git" >> ./airootfs/root/customize_airootfs.sh
# mkdir ./airootfs/etc/skel
# echo '[[ -z $DISPLAY && $XDG_VTNR -eq 1 ]] && exec ~/archinstall/archinstall.py' >> ./airootfs/etc/skel/.bash_profile
# echo '[[ -z $DISPLAY && $XDG_VTNR -eq 1 ]] && sh -c ~/archinstall/archinstall.py' >> ./airootfs/etc/skel/.zprofile
# 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.