archiso 59-1
This commit is contained in:
parent
8ace877eba
commit
2420cf9678
2 changed files with 3 additions and 2 deletions
|
@ -16,7 +16,7 @@ automated_script ()
|
|||
script="$(script_cmdline)"
|
||||
if [[ -n "${script}" && ! -x /tmp/startup_script ]]; 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=$?
|
||||
else
|
||||
cp "${script}" /tmp/startup_script
|
||||
|
|
|
@ -34,6 +34,7 @@ gpart
|
|||
gpm
|
||||
gptfdisk
|
||||
grml-zsh-config
|
||||
grub
|
||||
hdparm
|
||||
intel-ucode
|
||||
ipw2100-fw
|
||||
|
@ -83,6 +84,7 @@ ppp
|
|||
pptpclient
|
||||
pv
|
||||
qemu-guest-agent
|
||||
refind
|
||||
reflector
|
||||
reiserfsprogs
|
||||
rp-pppoe
|
||||
|
@ -146,7 +148,6 @@ xterm
|
|||
|
||||
sddm
|
||||
bash-completion
|
||||
grub
|
||||
os-prober
|
||||
dex
|
||||
libxinerama
|
||||
|
|
Loading…
Reference in a new issue