mirror of
https://github.com/Alee14/alee-boot-utility.git
synced 2025-01-22 10:51:47 -05:00
Added some packages; Replaced linux with linux-lts
This commit is contained in:
parent
8a86b31063
commit
e8fdaa7b98
6 changed files with 39 additions and 14 deletions
0
.gitignore
vendored
Normal file
0
.gitignore
vendored
Normal file
3
TODO.md
Normal file
3
TODO.md
Normal file
|
@ -0,0 +1,3 @@
|
|||
# TO DO
|
||||
[] Create a README when live environment boots
|
||||
[] Create live user
|
8
airootfs/etc/mkinitcpio.d/linux-lts.preset
Normal file
8
airootfs/etc/mkinitcpio.d/linux-lts.preset
Normal 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"
|
|
@ -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"
|
|
@ -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
|
||||
|
|
|
@ -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')
|
||||
|
|
Loading…
Reference in a new issue