File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -74,6 +74,10 @@ LocalFileSigLevel = Optional
7474# repo name header and Include lines. You can add preferred servers immediately
7575# after the header, and they will be used before the default mirrors.
7676
77+ [arch-mact2]
78+ SigLevel = Never
79+ Server = https://mirror.funami.tech/$repo/os/$arch
80+
7781[endeavouros]
7882SigLevel = PackageRequired
7983Include = /etc/pacman.d/endeavouros-mirrorlist
Original file line number Diff line number Diff line change 22# shellcheck disable=SC2034
33
44iso_name=" EndeavourOS-T2"
5- iso_label=" EOS_T2_ENDEAVOUR "
5+ iso_label=" EOS_T2_ENDEAVOUR_NEO "
66iso_publisher=" t2linux <https://t2linux.org>"
77iso_application=" EndeavourOS Live/Rescue CD for Macs with T2 security chip"
8- iso_version=" Endeavour-T2"
8+ iso_version=" Endeavour Neo -T2"
99install_dir=" arch"
1010buildmodes=(' iso' )
1111quiet=" n"
Original file line number Diff line number Diff line change @@ -108,6 +108,10 @@ pacman -Qs | grep "/xorg-server " | cut -c7- >> iso_package_versions
108108pacman -Qs | grep "/nvidia " | cut -c7- >> iso_package_versions
109109mv "iso_package_versions" "/home/liveuser/"
110110
111+ # use iwd as NetworkManager backend
112+ echo "[device]" >> /etc/NetworkManager/conf.d/wifi_backend.conf
113+ echo "wifi.backend=iwd" >> /etc/NetworkManager/conf.d/wifi_backend.conf
114+
111115echo "############################"
112116echo "# end chrooted commandlist #"
113117echo "############################"
You can’t perform that action at this time.
0 commit comments