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.
This commit is contained in:
parent
8b4e987e17
commit
550aca7124
9
configs/releng/airootfs/etc/motd
Normal file
9
configs/releng/airootfs/etc/motd
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
To install [38;2;23;147;209mArch Linux[0m follow the installation guide:
|
||||||
|
https://wiki.archlinux.org/index.php/Installation_guide
|
||||||
|
|
||||||
|
For Wi-Fi, authenticate to the wireless network using the [35miwctl[0m utility.
|
||||||
|
Ethernet and Wi-Fi connections using DHCP should work automatically.
|
||||||
|
|
||||||
|
After connecting to the internet, the installation guide can be accessed
|
||||||
|
via the convenience script [35mInstallation_guide[0m.
|
||||||
|
|
@ -1,3 +0,0 @@
|
|||||||
View this installation guide online at
|
|
||||||
https://wiki.archlinux.org/index.php/Installation_Guide
|
|
||||||
|
|
3
configs/releng/airootfs/usr/local/bin/Installation_guide
Executable file
3
configs/releng/airootfs/usr/local/bin/Installation_guide
Executable file
@ -0,0 +1,3 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
exec lynx 'https://wiki.archlinux.org/index.php/Installation_guide'
|
@ -120,9 +120,6 @@ make_customize_airootfs() {
|
|||||||
|
|
||||||
cp "${script_path}/pacman.conf" "${work_dir}/x86_64/airootfs/etc"
|
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
|
if [ -n "${verbose}" ]; then
|
||||||
mkarchiso -v -w "${work_dir}/x86_64" -C "${work_dir}/pacman.conf" -D "${install_dir}" \
|
mkarchiso -v -w "${work_dir}/x86_64" -C "${work_dir}/pacman.conf" -D "${install_dir}" \
|
||||||
-r '/root/customize_airootfs.sh' run
|
-r '/root/customize_airootfs.sh' run
|
||||||
|
@ -14,7 +14,6 @@ dmraid
|
|||||||
dnsmasq
|
dnsmasq
|
||||||
dosfstools
|
dosfstools
|
||||||
efibootmgr
|
efibootmgr
|
||||||
elinks
|
|
||||||
ethtool
|
ethtool
|
||||||
exfat-utils
|
exfat-utils
|
||||||
f2fs-tools
|
f2fs-tools
|
||||||
@ -35,6 +34,7 @@ linux-atm
|
|||||||
linux-firmware
|
linux-firmware
|
||||||
lsscsi
|
lsscsi
|
||||||
lvm2
|
lvm2
|
||||||
|
lynx
|
||||||
man-db
|
man-db
|
||||||
man-pages
|
man-pages
|
||||||
mc
|
mc
|
||||||
|
Loading…
Reference in New Issue
Block a user