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
ba09d311a2
commit
bd53341450
|
|
@ -19,9 +19,12 @@ Whenever this live-cd boots, from here on now - it'll run `archinstall.py`.
|
|||
|
||||
# Manually run it on a booted Live CD
|
||||
|
||||
# pacman -Sy git
|
||||
# git clone https://github.com/Torxed/archinstall.git
|
||||
# python3 ./archinstall/archinstall.py
|
||||
|
||||
> Note: *(You could also wget the `archinstall.py` script and skip installing git)*
|
||||
|
||||
# Some parameters you can give it
|
||||
|
||||
--drive=</dev/sdX>
|
||||
|
|
|
|||
Loading…
Reference in New Issue