From d86f8606dcef3a85964fc4656dcdd0e22b87c800 Mon Sep 17 00:00:00 2001 From: nl6720 Date: Sat, 20 Mar 2021 15:40:00 +0200 Subject: configs/releng: add and enable ModemManager ModemManager's mmcli is the simplest way to connect with WWAN modems. Mention mmcli in MOTD. Implements #110. --- configs/releng/airootfs/etc/motd | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'configs/releng/airootfs/etc/motd') diff --git a/configs/releng/airootfs/etc/motd b/configs/releng/airootfs/etc/motd index 417b050..3f82850 100644 --- a/configs/releng/airootfs/etc/motd +++ b/configs/releng/airootfs/etc/motd @@ -2,7 +2,8 @@ To install Arch Linux follow the installation guide: https://wiki.archlinux.org/index.php/Installation_guide For Wi-Fi, authenticate to the wireless network using the iwctl utility. -Ethernet and Wi-Fi connections using DHCP should work automatically. +For mobile broadband (WWAN) modems, connect with the mmcli utility. +Ethernet, WLAN and WWAN interfaces using DHCP should work automatically. After connecting to the internet, the installation guide can be accessed via the convenience script Installation_guide. -- cgit v1.2.3-54-g00ecf From 8b6f3545e348caf16a2ff30d948ff93b4d9a4b89 Mon Sep 17 00:00:00 2001 From: nl6720 Date: Wed, 30 Sep 2020 15:44:27 +0300 Subject: configs/releng: improve UX Implements #90 --- configs/releng/airootfs/etc/motd | 25 ++++++++++++++++--------- configs/releng/packages.x86_64 | 1 + 2 files changed, 17 insertions(+), 9 deletions(-) (limited to 'configs/releng/airootfs/etc/motd') diff --git a/configs/releng/airootfs/etc/motd b/configs/releng/airootfs/etc/motd index 3f82850..4995182 100644 --- a/configs/releng/airootfs/etc/motd +++ b/configs/releng/airootfs/etc/motd @@ -1,10 +1,17 @@ -To install Arch Linux follow the installation guide: -https://wiki.archlinux.org/index.php/Installation_guide - -For Wi-Fi, authenticate to the wireless network using the iwctl utility. -For mobile broadband (WWAN) modems, connect with the mmcli utility. -Ethernet, WLAN and WWAN interfaces using DHCP should work automatically. - -After connecting to the internet, the installation guide can be accessed -via the convenience script Installation_guide. + __________________________________________________________________________ +/ To install Arch Linux follow the installation guide: \ +| https://wiki.archlinux.org/index.php/Installation_guide | +| | +| For Wi-Fi, authenticate to the wireless network using the iwctl utility. | +| For mobile broadband (WWAN) modems, connect with the mmcli utility. | +| Ethernet, WLAN and WWAN interfaces using DHCP should work automatically. | +| | +| After connecting to the internet, the installation guide can be accessed | +\ via the convenience script Installation_guide. / + -------------------------------------------------------------------------- + \ ^__^ + \ (oo)\_______ + (__)\ )\/\ + ||----w | + || || diff --git a/configs/releng/packages.x86_64 b/configs/releng/packages.x86_64 index b48d8c0..03c8cfa 100644 --- a/configs/releng/packages.x86_64 +++ b/configs/releng/packages.x86_64 @@ -83,6 +83,7 @@ rsync rxvt-unicode-terminfo sdparm sg3_utils +sl smartmontools sof-firmware squashfs-tools -- cgit v1.2.3-54-g00ecf From c8599788f0f90c611fefc0faeebf5497ae9742cb Mon Sep 17 00:00:00 2001 From: David Runge Date: Tue, 30 Mar 2021 22:39:58 +0200 Subject: Revert "configs/releng: improve UX" This reverts commit 8b6f3545e348caf16a2ff30d948ff93b4d9a4b89. --- configs/releng/airootfs/etc/motd | 25 +++++++++---------------- configs/releng/packages.x86_64 | 1 - 2 files changed, 9 insertions(+), 17 deletions(-) (limited to 'configs/releng/airootfs/etc/motd') diff --git a/configs/releng/airootfs/etc/motd b/configs/releng/airootfs/etc/motd index 4995182..3f82850 100644 --- a/configs/releng/airootfs/etc/motd +++ b/configs/releng/airootfs/etc/motd @@ -1,17 +1,10 @@ - __________________________________________________________________________ -/ To install Arch Linux follow the installation guide: \ -| https://wiki.archlinux.org/index.php/Installation_guide | -| | -| For Wi-Fi, authenticate to the wireless network using the iwctl utility. | -| For mobile broadband (WWAN) modems, connect with the mmcli utility. | -| Ethernet, WLAN and WWAN interfaces using DHCP should work automatically. | -| | -| After connecting to the internet, the installation guide can be accessed | -\ via the convenience script Installation_guide. / - -------------------------------------------------------------------------- - \ ^__^ - \ (oo)\_______ - (__)\ )\/\ - ||----w | - || || +To install Arch Linux follow the installation guide: +https://wiki.archlinux.org/index.php/Installation_guide + +For Wi-Fi, authenticate to the wireless network using the iwctl utility. +For mobile broadband (WWAN) modems, connect with the mmcli utility. +Ethernet, WLAN and WWAN interfaces using DHCP should work automatically. + +After connecting to the internet, the installation guide can be accessed +via the convenience script Installation_guide. diff --git a/configs/releng/packages.x86_64 b/configs/releng/packages.x86_64 index 03c8cfa..b48d8c0 100644 --- a/configs/releng/packages.x86_64 +++ b/configs/releng/packages.x86_64 @@ -83,7 +83,6 @@ rsync rxvt-unicode-terminfo sdparm sg3_utils -sl smartmontools sof-firmware squashfs-tools -- cgit v1.2.3-54-g00ecf From 6e1ca35e599d40f435ec705c6f0263b20e5f5c32 Mon Sep 17 00:00:00 2001 From: nl6720 Date: Sun, 13 Jun 2021 13:14:13 +0300 Subject: Update ArchWiki article URLs Use the new, prettier short URLs. --- README.rst | 2 +- archiso/mkarchiso | 4 ++-- configs/releng/airootfs/etc/motd | 2 +- configs/releng/airootfs/usr/local/bin/Installation_guide | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) (limited to 'configs/releng/airootfs/etc/motd') diff --git a/README.rst b/README.rst index 6de4f37..79f2846 100644 --- a/README.rst +++ b/README.rst @@ -143,7 +143,7 @@ Contribute Development of archiso takes place on Arch Linux' Gitlab: https://gitlab.archlinux.org/archlinux/archiso. -Please read our distribution-wide `Code of Conduct `_ before +Please read our distribution-wide `Code of Conduct `_ before contributing, to understand what actions will and will not be tolerated. Read our `contributing guide `_ to learn more about how to provide fixes or improvements for the code diff --git a/archiso/mkarchiso b/archiso/mkarchiso index 685ad43..29e7dc4 100755 --- a/archiso/mkarchiso +++ b/archiso/mkarchiso @@ -439,7 +439,7 @@ _make_bootmode_bios.syslinux.mbr() { # Add other aditional/extra files to ${install_dir}/boot/ if [[ -e "${pacstrap_dir}/boot/memtest86+/memtest.bin" ]]; then - # rename for PXE: https://wiki.archlinux.org/index.php/Syslinux#Using_memtest + # rename for PXE: https://wiki.archlinux.org/title/Syslinux#Using_memtest install -m 0644 -- "${pacstrap_dir}/boot/memtest86+/memtest.bin" "${isofs_dir}/${install_dir}/boot/memtest" install -d -m 0755 -- "${isofs_dir}/${install_dir}/boot/licenses/memtest86+/" install -m 0644 -- "${pacstrap_dir}/usr/share/licenses/common/GPL2/license.txt" \ @@ -767,7 +767,7 @@ _add_xorrisofs_options_bios.syslinux.mbr() { # When GPT is used, create an additional partition in the MBR (besides 0xEE) for sectors 0–1 (MBR # bootstrap code area) and mark it as bootable # May allow booting on some systems - # https://wiki.archlinux.org/index.php/Partitioning#Tricking_old_BIOS_into_booting_from_GPT + # https://wiki.archlinux.org/title/Partitioning#Tricking_old_BIOS_into_booting_from_GPT '--mbr-force-bootable' # Move the first partition away from the start of the ISO to match the expectations of partition editors # May allow booting on some systems diff --git a/configs/releng/airootfs/etc/motd b/configs/releng/airootfs/etc/motd index 3f82850..1ddc9c3 100644 --- a/configs/releng/airootfs/etc/motd +++ b/configs/releng/airootfs/etc/motd @@ -1,5 +1,5 @@ To install Arch Linux follow the installation guide: -https://wiki.archlinux.org/index.php/Installation_guide +https://wiki.archlinux.org/title/Installation_guide For Wi-Fi, authenticate to the wireless network using the iwctl utility. For mobile broadband (WWAN) modems, connect with the mmcli utility. diff --git a/configs/releng/airootfs/usr/local/bin/Installation_guide b/configs/releng/airootfs/usr/local/bin/Installation_guide index d790c3e..4266754 100755 --- a/configs/releng/airootfs/usr/local/bin/Installation_guide +++ b/configs/releng/airootfs/usr/local/bin/Installation_guide @@ -2,4 +2,4 @@ # # SPDX-License-Identifier: GPL-3.0-or-later -exec lynx 'https://wiki.archlinux.org/index.php/Installation_guide' +exec lynx 'https://wiki.archlinux.org/title/Installation_guide' -- cgit v1.2.3-54-g00ecf