Age | Commit message (Collapse) | Author |
|
|
|
xargs sed -ri \
-e 's|Arch Linux|{{ BRANDING_DISTRONAME }}|g' \
-e 's|https://wiki.archlinux.org/index.php/([^ "]*)|{% wiki_url '\''\1'\'' %}|g' \
-e 's|https://mailman.archlinux.org|{{ MAILMAN_BASE_URL }}|g' \
-e 's|<a href="https://bugs.archlinux.org/task/\{\{\s*([^ }])\s*}}>FS#\{\{\s*([^ }])\s*}}</a>|{% bug_link \1 %}|g' \
--
|
|
Current ISOs fail to start dhcpcd if network interface renaming is enabled and the interface
is already up. Adding net.ifnames=0 to the command line works around this problem.
|
|
Signed-off-by: Angel Velasquez <angvp@archlinux.org>
Signed-off-by: Thomas Bachler <thomas@archlinux.org>
|