From 550aca712432c6708fc48db5e9a8aaba9ef1e0c1 Mon Sep 17 00:00:00 2001 From: nl6720 Date: Sat, 11 Jul 2020 17:03:19 +0300 Subject: Remove lynx usage in configs/releng/build.sh /usr/local/bin/Installation_guide: Add a convenience script which opens the installation guide in lynx. /etc/motd: Provide a message with minimal instructions for connecting to internet and inform about the Installation_guide convenience script. --- configs/releng/build.sh | 3 --- 1 file changed, 3 deletions(-) (limited to 'configs/releng/build.sh') diff --git a/configs/releng/build.sh b/configs/releng/build.sh index 7974ab1..51401ed 100755 --- a/configs/releng/build.sh +++ b/configs/releng/build.sh @@ -120,9 +120,6 @@ make_customize_airootfs() { cp "${script_path}/pacman.conf" "${work_dir}/x86_64/airootfs/etc" - lynx -dump -nolist 'https://wiki.archlinux.org/index.php/Installation_Guide?action=render' >> \ - "${work_dir}/x86_64/airootfs/root/install.txt" - if [ -n "${verbose}" ]; then mkarchiso -v -w "${work_dir}/x86_64" -C "${work_dir}/pacman.conf" -D "${install_dir}" \ -r '/root/customize_airootfs.sh' run -- cgit v1.2.3-54-g00ecf