This commit is contained in:
Your Name 2023-02-04 21:09:44 -07:00
parent 59748472a4
commit cc68b93095

View File

@ -51,7 +51,7 @@ DEBIAN_RELEASE='stable'
FLATPAKS+=( app/net.brinkervii.grapejuice org.kde.kdenlive )
#Packages
PACKAGES=" grub-theme-breeze telegram-desktop minidlna keepassxc libsecret-tools libglu1-mesa preload apt-transport-https zram-tools samba samba-common nfs-common nfs-kernel-server linux-cpupower locales redis cockpit cockpit-machines cockpit-podman flatpak powertop blueman cups acpi packagekit cockpit-packagekit cockpit-pcp cockpit-storaged acpid podman ghostscript cifs-utils ntp vim-airline rsync screen base udev git network-manager efibootmgr linux-headers-amd64 cryptsetup network-manager-openvpn ntp screen docbook-xsl alsa-utils sysstat redis neofetch fuse3 build-essential unzip bash-completion parted dosfstools wget curl "
PACKAGES=" telegram-desktop minidlna keepassxc libsecret-tools libglu1-mesa preload apt-transport-https zram-tools samba samba-common nfs-common nfs-kernel-server linux-cpupower locales redis cockpit cockpit-machines cockpit-podman flatpak powertop blueman cups acpi packagekit cockpit-packagekit cockpit-pcp cockpit-storaged acpid podman ghostscript cifs-utils ntp vim-airline rsync screen base udev git network-manager efibootmgr linux-headers-amd64 cryptsetup network-manager-openvpn ntp screen docbook-xsl alsa-utils sysstat redis neofetch fuse3 build-essential unzip bash-completion parted dosfstools wget curl "
SHARED_DESKTOP_APPS=" gnome-core gimp gnome-tweaks evolution nextcloud-desktop gnome-photos handbrake vlc libreoffice "
#REMOVED=" aardvark-dns podman-compose yt-dlp podman-toolbox syncthing "
VIRTUALIZATION=" virt-manager qemu-system libvirt-daemon-system ovmf "
@ -162,7 +162,7 @@ install() {
echo "deb https://deb.debian.org/debian $DEBIAN_RELEASE main contrib non-free" >>$TARGET/etc/apt/sources.list
chroot $TARGET /usr/bin/apt update
chroot $TARGET /usr/bin/bash -c "export DEBIAN_FRONTEND=noninteractive;/usr/bin/apt install -y $PACKAGES"
wget -q https://github.com/AdisonCavani/distro-grub-themes/raw/master/themes/debian.tar -O $TARGET/etc/default/debian.tar
cp -f debian.tar $TARGET/etc/default/
locale
accounts
auto_login
@ -234,8 +234,9 @@ kernel-packages(){
}
bootloader() {
rm -rf /boot/grub/themes
mkdir /boot/grub/themes
cp -rf /usr/share/grub/themes/breeze/* /boot/grub/themes/
tar xf /etc/default/debian.tar -C /boot/grub/themes/
plymouth-set-default-theme -R spacefun
echo "root UUID=$(/sbin/blkid | grep $BTRFS | cut -d '"' -f2) none luks" > /etc/crypttab
/sbin/update-initramfs -c -k all