diff --git a/archiso/airootfs/etc/mkinitcpio.d/linux-t2.preset b/archiso/airootfs/etc/mkinitcpio.d/linux-t2.preset new file mode 100644 index 0000000..7ef4b84 --- /dev/null +++ b/archiso/airootfs/etc/mkinitcpio.d/linux-t2.preset @@ -0,0 +1,6 @@ +PRESETS=('archiso') + +ALL_kver='/boot/vmlinuz-linux-t2' +ALL_config='/etc/mkinitcpio.conf' + +archiso_image="/boot/initramfs-linux-t2.img" diff --git a/archiso/packages.x86_64 b/archiso/packages.x86_64 index d02dafe..cd2dff4 100644 --- a/archiso/packages.x86_64 +++ b/archiso/packages.x86_64 @@ -116,6 +116,7 @@ vim vpnc wireless-regdb wireless_tools +wpa_supplicant wvdial xfsprogs xl2tpd diff --git a/archiso/pacman.conf b/archiso/pacman.conf index 51b4cfd..5735211 100644 --- a/archiso/pacman.conf +++ b/archiso/pacman.conf @@ -70,6 +70,14 @@ 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. +[Redecorating-t2] +Server = https://github.com/Redecorating/archlinux-t2-packages/releases/download/packages +SigLevel = Optional TrustAll + +[arch-mact2] +Server = https://mirror.funami.tech/arch-mact2/os/x86_64 +SigLevel = Never + #[testing] #Include = /etc/pacman.d/mirrorlist @@ -99,10 +107,4 @@ Include = /etc/pacman.d/mirrorlist #[custom] #SigLevel = Optional TrustAll #Server = file:///home/custompkgs -[Redecorating-t2] -Server = https://github.com/Redecorating/archlinux-t2-packages/releases/download/packages -SigLevel = Optional TrustAll - -[arch-mact2] -Server = https://mirror.funami.tech/arch-mact2/os/x86_64 -SigLevel = Never +