Skip to content

Commit

Permalink
EndeavourOS Endeavour Neo-T2
Browse files Browse the repository at this point in the history
  • Loading branch information
NoaHimesaka1873 committed Oct 10, 2024
1 parent d33930f commit e7efd17
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
4 changes: 4 additions & 0 deletions pacman.conf
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,10 @@ LocalFileSigLevel = Optional
# repo name header and Include lines. You can add preferred servers immediately
# after the header, and they will be used before the default mirrors.

[arch-mact2]
SigLevel = Never
Server = https://mirror.funami.tech/$repo/os/$arch

[endeavouros]
SigLevel = PackageRequired
Include = /etc/pacman.d/endeavouros-mirrorlist
Expand Down
4 changes: 2 additions & 2 deletions profiledef.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
# shellcheck disable=SC2034

iso_name="EndeavourOS-T2"
iso_label="EOS_T2_ENDEAVOUR"
iso_label="EOS_T2_ENDEAVOUR_NEO"
iso_publisher="t2linux <https://t2linux.org>"
iso_application="EndeavourOS Live/Rescue CD for Macs with T2 security chip"
iso_version="Endeavour-T2"
iso_version="Endeavour Neo-T2"
install_dir="arch"
buildmodes=('iso')
quiet="n"
Expand Down
4 changes: 4 additions & 0 deletions run_before_squashfs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,10 @@ pacman -Qs | grep "/xorg-server " | cut -c7- >> iso_package_versions
pacman -Qs | grep "/nvidia " | cut -c7- >> iso_package_versions
mv "iso_package_versions" "/home/liveuser/"
# use iwd as NetworkManager backend
echo "[device]" >> /etc/NetworkManager/conf.d/wifi_backend.conf
echo "wifi.backend=iwd" >> /etc/NetworkManager/conf.d/wifi_backend.conf
echo "############################"
echo "# end chrooted commandlist #"
echo "############################"
Expand Down

0 comments on commit e7efd17

Please sign in to comment.