aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornl6720 <devnull@nl6720.me>2025-06-19 16:49:59 +0300
committernl6720 <devnull@nl6720.me>2025-06-24 21:04:34 +0300
commit6750238624299277f3eea40e85648408995a3dde (patch)
tree95af2b3459ab4265c79ac5cfb6781411914baed1
parent20c91ed238c2823748541ea1a533e2f5343b839d (diff)
downloadarchiso-6750238624299277f3eea40e85648408995a3dde.tar.gz
archiso-6750238624299277f3eea40e85648408995a3dde.tar.bz2
configs/releng/airootfs/usr/local/bin/Installation_guide: use xdg-open
Avoid needlessly hardcoding the web browser and instead rely on `xdg-open`. While `xdg-utils` is not explicitly included, it was already getting pulled in as dependency of another package.
-rw-r--r--CHANGELOG.rst1
-rwxr-xr-xconfigs/releng/airootfs/usr/local/bin/Installation_guide2
-rw-r--r--configs/releng/packages.x86_641
3 files changed, 3 insertions, 1 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 67c17c4..90b317b 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -15,6 +15,7 @@ Changed
- Undeprecate ``/${install_dir}/grubenv``. There are use cases that rely on extracting only the ``${install_dir}`` from
the ISO.
+- Use ``xdg-open`` instead of hardcoding the web browser in the ``Installation_guide`` script.
Deprecated
----------
diff --git a/configs/releng/airootfs/usr/local/bin/Installation_guide b/configs/releng/airootfs/usr/local/bin/Installation_guide
index 4266754..58b97b0 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/title/Installation_guide'
+exec xdg-open 'https://wiki.archlinux.org/title/Installation_guide'
diff --git a/configs/releng/packages.x86_64 b/configs/releng/packages.x86_64
index 756ef42..b519f73 100644
--- a/configs/releng/packages.x86_64
+++ b/configs/releng/packages.x86_64
@@ -122,6 +122,7 @@ wireless-regdb
wireless_tools
wpa_supplicant
wvdial
+xdg-utils
xfsprogs
xl2tpd
zsh