Added some packages; Replaced linux with linux-lts

This commit is contained in:
Andrew Lee 2021-11-05 23:10:12 -04:00
parent 8a86b31063
commit e8fdaa7b98
Signed by: andrew
GPG key ID: 4DCE67C47836D125
6 changed files with 39 additions and 14 deletions

0
.gitignore vendored Normal file
View file

3
TODO.md Normal file
View file

@ -0,0 +1,3 @@
# TO DO
[] Create a README when live environment boots
[] Create live user

View file

@ -0,0 +1,8 @@
# mkinitcpio preset file for the 'linux-lts' package on archiso
PRESETS=('archiso')
ALL_kver='/boot/vmlinuz-linux-lts'
ALL_config='/etc/mkinitcpio.conf'
archiso_image="/boot/initramfs-linux-lts.img"

View file

@ -1,8 +0,0 @@
# mkinitcpio preset file for the 'linux' package on archiso
PRESETS=('archiso')
ALL_kver='/boot/vmlinuz-linux'
ALL_config='/etc/mkinitcpio.conf'
archiso_image="/boot/initramfs-linux.img"

View file

@ -1,3 +1,4 @@
# Base Packages
alsa-utils
amd-ucode
arch-install-scripts
@ -47,8 +48,8 @@ less
lftp
libfido2
libusb-compat
linux
linux-atm
linux-lts
linux-lts-headers
linux-firmware
livecd-sounds
lsscsi
@ -116,3 +117,24 @@ wvdial
xfsprogs
xl2tpd
zsh
# X Packages
xfce4
xfce4-goodies
xdg-user-dirs
virtualbox-guest-utils
virtualbox-guest-dkms
xorg-server
xorg-drivers
xorg-xinit
xf86-video-amdgpu
xf86-video-ati
xf86-video-intel
xf86-video-nouveau
mesa
nvidia
# Application
firefox
vlc
virtualbox

View file

@ -1,10 +1,10 @@
#!/usr/bin/env bash
# shellcheck disable=SC2034
iso_name="archlinux"
iso_label="ARCH_$(date +%Y%m)"
iso_publisher="Arch Linux <https://archlinux.org>"
iso_application="Arch Linux Live/Rescue CD"
iso_name="aleebootutility"
iso_label="ALEEBOOTUTILITY_$(date +%Y%m)"
iso_publisher="Andrew Lee <https://alee14.me>"
iso_application="Alee's Boot Utility"
iso_version="$(date +%Y.%m.%d)"
install_dir="arch"
buildmodes=('iso')