working state
This commit is contained in:
parent
d94113878f
commit
46cea63aae
12 changed files with 241 additions and 61 deletions
|
@ -3,4 +3,14 @@ if grep -Fqa 'accessibility=' /proc/cmdline &> /dev/null; then
|
|||
setopt SINGLE_LINE_ZLE
|
||||
fi
|
||||
|
||||
~/.automated_script.sh
|
||||
loadkeys fr
|
||||
|
||||
echo "[.zlogin] ____ starting auto install ____"
|
||||
archinstall --config ./user_configuration.json --creds ./user_credentials.json
|
||||
echo "[.zlogin] ____ finished auto install ____"
|
||||
echo "[.zlogin] ____ starting post install ____"
|
||||
sh post_install.sh
|
||||
echo "[.zlogin] ____ finished post install ____"
|
||||
|
||||
# echo "[.zlogin] shutting down ..."
|
||||
# # shutdown now
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue