archiso 59-1

This commit is contained in:
Erik Dubois 2021-12-02 18:51:00 +01:00
parent 8ace877eba
commit 2420cf9678
2 changed files with 3 additions and 2 deletions

View file

@ -16,7 +16,7 @@ automated_script ()
script="$(script_cmdline)" script="$(script_cmdline)"
if [[ -n "${script}" && ! -x /tmp/startup_script ]]; then if [[ -n "${script}" && ! -x /tmp/startup_script ]]; then
if [[ "${script}" =~ ^((http|https|ftp)://) ]]; then if [[ "${script}" =~ ^((http|https|ftp)://) ]]; then
curl "${script}" --location --retry-connrefused -s -o /tmp/startup_script >/dev/null curl "${script}" --location --retry-connrefused --retry 10 -s -o /tmp/startup_script >/dev/null
rt=$? rt=$?
else else
cp "${script}" /tmp/startup_script cp "${script}" /tmp/startup_script

View file

@ -34,6 +34,7 @@ gpart
gpm gpm
gptfdisk gptfdisk
grml-zsh-config grml-zsh-config
grub
hdparm hdparm
intel-ucode intel-ucode
ipw2100-fw ipw2100-fw
@ -83,6 +84,7 @@ ppp
pptpclient pptpclient
pv pv
qemu-guest-agent qemu-guest-agent
refind
reflector reflector
reiserfsprogs reiserfsprogs
rp-pppoe rp-pppoe
@ -146,7 +148,6 @@ xterm
sddm sddm
bash-completion bash-completion
grub
os-prober os-prober
dex dex
libxinerama libxinerama