archiso 53
This commit is contained in:
parent
658fa0f42f
commit
1f08b29365
7 changed files with 11 additions and 6 deletions
|
@ -9,7 +9,7 @@ https://www.archlinux.org/packages/extra/any/archiso/
|
||||||
We are now using this version
|
We are now using this version
|
||||||
|
|
||||||
|
|
||||||
archiso-version=archiso 51-1
|
archiso-version=archiso 53-1
|
||||||
|
|
||||||
|
|
||||||
sudo pacman -Q archiso and you will know your version
|
sudo pacman -Q archiso and you will know your version
|
||||||
|
|
|
@ -2,7 +2,8 @@ To install [38;2;23;147;209mArch Linux[0m follow the installation guide:
|
||||||
https://wiki.archlinux.org/index.php/Installation_guide
|
https://wiki.archlinux.org/index.php/Installation_guide
|
||||||
|
|
||||||
For Wi-Fi, authenticate to the wireless network using the [35miwctl[0m utility.
|
For Wi-Fi, authenticate to the wireless network using the [35miwctl[0m utility.
|
||||||
Ethernet and Wi-Fi connections using DHCP should work automatically.
|
For mobile broadband (WWAN) modems, connect with the [35mmmcli[0m utility.
|
||||||
|
Ethernet, WLAN and WWAN interfaces using DHCP should work automatically.
|
||||||
|
|
||||||
After connecting to the internet, the installation guide can be accessed
|
After connecting to the internet, the installation guide can be accessed
|
||||||
via the convenience script [35mInstallation_guide[0m.
|
via the convenience script [35mInstallation_guide[0m.
|
||||||
|
|
|
@ -16,7 +16,7 @@ automated_script ()
|
||||||
script="$(script_cmdline)"
|
script="$(script_cmdline)"
|
||||||
if [[ -n "${script}" && ! -x /tmp/startup_script ]]; then
|
if [[ -n "${script}" && ! -x /tmp/startup_script ]]; then
|
||||||
if [[ "${script}" =~ ^((http|https|ftp)://) ]]; then
|
if [[ "${script}" =~ ^((http|https|ftp)://) ]]; then
|
||||||
curl "${script}" --retry-connrefused -s -o /tmp/startup_script >/dev/null
|
curl "${script}" --location --retry-connrefused -s -o /tmp/startup_script >/dev/null
|
||||||
rt=$?
|
rt=$?
|
||||||
else
|
else
|
||||||
cp "${script}" /tmp/startup_script
|
cp "${script}" /tmp/startup_script
|
||||||
|
|
|
@ -43,6 +43,8 @@ iwd
|
||||||
jfsutils
|
jfsutils
|
||||||
kitty-terminfo
|
kitty-terminfo
|
||||||
lftp
|
lftp
|
||||||
|
libfido2
|
||||||
|
libusb-compat
|
||||||
linux
|
linux
|
||||||
linux-atm
|
linux-atm
|
||||||
linux-firmware
|
linux-firmware
|
||||||
|
@ -74,6 +76,7 @@ openvpn
|
||||||
partclone
|
partclone
|
||||||
parted
|
parted
|
||||||
partimage
|
partimage
|
||||||
|
pcsclite
|
||||||
ppp
|
ppp
|
||||||
pptpclient
|
pptpclient
|
||||||
reflector
|
reflector
|
||||||
|
@ -94,6 +97,7 @@ terminus-font
|
||||||
termite-terminfo
|
termite-terminfo
|
||||||
testdisk
|
testdisk
|
||||||
tmux
|
tmux
|
||||||
|
tpm2-tss
|
||||||
udftools
|
udftools
|
||||||
usb_modeswitch
|
usb_modeswitch
|
||||||
usbmuxd
|
usbmuxd
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
#
|
#
|
||||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
|
||||||
SERIAL 0 38400
|
SERIAL 0 115200
|
||||||
UI vesamenu.c32
|
UI vesamenu.c32
|
||||||
MENU TITLE Arch Linux
|
MENU TITLE Arch Linux
|
||||||
MENU BACKGROUND splash.png
|
MENU BACKGROUND splash.png
|
||||||
|
|
|
@ -35,7 +35,7 @@ echo
|
||||||
#isoLabel='arcolinux-next-'$arcolinuxVersion'-x86_64.iso'
|
#isoLabel='arcolinux-next-'$arcolinuxVersion'-x86_64.iso'
|
||||||
|
|
||||||
# setting of the general parameters
|
# setting of the general parameters
|
||||||
archisoRequiredVersion="archiso 52-1"
|
archisoRequiredVersion="archiso 53-1"
|
||||||
buildFolder=$HOME"/alci-build"
|
buildFolder=$HOME"/alci-build"
|
||||||
outFolder=$HOME"/Alci-Iso-Out"
|
outFolder=$HOME"/Alci-Iso-Out"
|
||||||
archisoVersion=$(sudo pacman -Q archiso)
|
archisoVersion=$(sudo pacman -Q archiso)
|
||||||
|
|
|
@ -35,7 +35,7 @@ echo
|
||||||
#isoLabel='arcolinux-next-'$arcolinuxVersion'-x86_64.iso'
|
#isoLabel='arcolinux-next-'$arcolinuxVersion'-x86_64.iso'
|
||||||
|
|
||||||
# setting of the general parameters
|
# setting of the general parameters
|
||||||
archisoRequiredVersion="archiso 52-1"
|
archisoRequiredVersion="archiso 53-1"
|
||||||
buildFolder=$HOME"/alci-build"
|
buildFolder=$HOME"/alci-build"
|
||||||
outFolder=$HOME"/Alci-Iso-Out"
|
outFolder=$HOME"/Alci-Iso-Out"
|
||||||
archisoVersion=$(sudo pacman -Q archiso)
|
archisoVersion=$(sudo pacman -Q archiso)
|
||||||
|
|
Loading…
Reference in a new issue