mirror of
https://github.com/t2linux/archiso-t2.git
synced 2026-08-16 05:18:03 -07:00
Clean up MOTD, remove unnecessary packages for Macs, newer kernel version, and updated README
This commit is contained in:
@@ -13,6 +13,5 @@ cd archiso/
|
||||
```
|
||||
|
||||
After everything has finished, you can grab your iso in './out'.
|
||||
The MOTD contains instruction to enable local packages.
|
||||
|
||||
linux-t2 kernel is from https://github.com/Redecorating/mbp-16.1-linux-wifi (it will be automatically downloaded when building)
|
||||
@@ -8,5 +8,3 @@ 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 [35mInstallation_guide[0m.
|
||||
|
||||
Also, before DOING ANYTHING ELSE, RUN /root/runmefirst.sh to make T2-supported kernel and firmware available to pacman.
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
alsa-utils
|
||||
amd-ucode
|
||||
arch-install-scripts
|
||||
archinstall
|
||||
b43-fwcutter
|
||||
@@ -73,6 +72,7 @@ nmap
|
||||
ntfs-3g
|
||||
nvme-cli
|
||||
openconnect
|
||||
opendoas
|
||||
openssh
|
||||
openvpn
|
||||
partclone
|
||||
@@ -108,7 +108,6 @@ usb_modeswitch
|
||||
usbmuxd
|
||||
usbutils
|
||||
vim
|
||||
virtualbox-guest-utils-nox
|
||||
vpnc
|
||||
wireless-regdb
|
||||
wireless_tools
|
||||
|
||||
+3
-3
@@ -5,8 +5,8 @@ makepkg -s
|
||||
mkdir ../archiso/airootfs/t2kern/
|
||||
cp *.pkg.* ../archiso/airootfs/t2kern/
|
||||
cd ../archiso/airootfs/t2kern/
|
||||
wget https://github.com/Redecorating/mbp-16.1-linux-wifi/releases/download/v5.16-2/linux-t2-5.16-2-x86_64.pkg.tar.zst
|
||||
wget https://github.com/Redecorating/mbp-16.1-linux-wifi/releases/download/v5.16-2/linux-t2-docs-5.16-2-x86_64.pkg.tar.zst
|
||||
wget https://github.com/Redecorating/mbp-16.1-linux-wifi/releases/download/v5.16-2/linux-t2-headers-5.16-2-x86_64.pkg.tar.zst
|
||||
wget https://github.com/Redecorating/mbp-16.1-linux-wifi/releases/download/v5.16.4-1/linux-t2-5.16.4-1-x86_64.pkg.tar.zst
|
||||
wget https://github.com/Redecorating/mbp-16.1-linux-wifi/releases/download/v5.16.4-1/linux-t2-docs-5.16.4-1-x86_64.pkg.tar.zst
|
||||
wget https://github.com/Redecorating/mbp-16.1-linux-wifi/releases/download/v5.16.4-1/linux-t2-headers-5.16.4-1-x86_64.pkg.tar.zst
|
||||
repo-add t2kern.db.tar.zst *.pkg.*
|
||||
cd ../../..
|
||||
|
||||
Reference in New Issue
Block a user