Clean up MOTD, remove unnecessary packages for Macs, newer kernel version, and updated README

This commit is contained in:
Noa Himesaka
2022-01-31 23:44:44 +09:00
parent 6d4c023c59
commit 80b408b018
4 changed files with 4 additions and 8 deletions
-1
View File
@@ -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)
-2
View File
@@ -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 Installation_guide.
Also, before DOING ANYTHING ELSE, RUN /root/runmefirst.sh to make T2-supported kernel and firmware available to pacman.
+1 -2
View File
@@ -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
View File
@@ -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 ../../..