Fixed: customize_rootfs.sh is not always run from /root, meaning 'git clone' would occationally fail to clone into /root rendering the rest of the process invalid.
This commit is contained in:
parent
0fbebe6207
commit
4001428149
|
|
@ -5,6 +5,7 @@ Just a bare bone automated [Arch](https://wiki.archlinux.org/index.php/Arch_Linu
|
|||
|
||||
# cd ~/archlive
|
||||
# echo -e "git\npython-psutil" >> packages.both
|
||||
# echo "cd /root" >> ./airootfs/root/customize_airootfs.sh
|
||||
# echo "git clone https://github.com/Torxed/archinstall.git" >> ./airootfs/root/customize_airootfs.sh
|
||||
# echo "chmod +x ~/archinstall/archinstall.py" >> ./airootfs/root/customize_airootfs.sh
|
||||
# mkdir ./airootfs/etc/skel
|
||||
|
|
|
|||
Loading…
Reference in New Issue