aboutsummaryrefslogtreecommitdiff
path: root/configs/releng/airootfs/root/.automated_script.sh
Commit message (Collapse)AuthorAgeFilesLines
* Use /usr/bin/env in shebangsnl67202020-07-111-1/+1
|
* Removing wget in favor of curlDavid Runge2020-06-231-1/+1
| | | | | | | | | | | | configs/releng/airootfs/root/.automated_script.sh: Replacing wget with curl for the use-case of downloading a pre-specified remote startup script (changing flags where needed). configs/releng/packages.x86_64: Removing wget from the list of installed packages, as .automated_script.sh was the only reason for it being installed. Closes #16
* Simplifying regex for script downloadDavid Runge2020-05-301-1/+1
| | | | | configs/releng/airootfs/root/.automated_script.sh: Using only one regex to match http://, https:// or ftp:// endpoints.
* [archiso] Rename root-image to airootfsGerardo Exequiel Pozzi2014-06-281-0/+34
Two purposes: * systemd filename friendly: "-" is used for "/" and must be escaped with "\x20" * ISO9660 filename friendly: "-" is replaced with "_"