Merge remote-tracking branch 'origin/merge-requests/355'
By John Lane * origin/merge-requests/355: update changelog Allow download automated script using TFTP See merge request https://gitlab.archlinux.org/archlinux/archiso/-/merge_requests/355
This commit is contained in:
commit
c96c2bef48
@ -9,6 +9,7 @@ Added
|
||||
-----
|
||||
|
||||
- Add bcachefs-tools to releng for access to bcachefs userspace tools.
|
||||
- Add tftp as a valid protocol for downloading automated boot script.
|
||||
|
||||
Changed
|
||||
-------
|
||||
|
@ -16,7 +16,7 @@ automated_script() {
|
||||
local script rt
|
||||
script="$(script_cmdline)"
|
||||
if [[ -n "${script}" && ! -x /tmp/startup_script ]]; then
|
||||
if [[ "${script}" =~ ^((http|https|ftp)://) ]]; then
|
||||
if [[ "${script}" =~ ^((http|https|ftp|tftp)://) ]]; then
|
||||
# there's no synchronization for network availability before executing this script
|
||||
printf '%s: waiting for network-online.target\n' "$0"
|
||||
until systemctl --quiet is-active network-online.target; do
|
||||
|
Loading…
Reference in New Issue
Block a user