Added make support for multiple architectures and did cleanup
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
desktop-image: "../splash.png"
|
||||
title-color: "#ffffff"
|
||||
title-font: "DejaVu Sans Bold 16"
|
||||
title-text: "debian-live-config 3.0.0 (Debian 11.1.0)"
|
||||
title-text: "Gui-minimal-testing"
|
||||
message-font: "Unifont Regular 16"
|
||||
terminal-font: "Unifont Regular 16"
|
||||
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
menu hshift 0
|
||||
menu width 82
|
||||
|
||||
menu title debian-live-config 3.0.0 (Debian 11.1.0)
|
||||
menu title Gui-minimal-testing
|
||||
include stdmenu.cfg
|
||||
|
||||
label live-amd64
|
||||
menu label ^Live system (amd64) (English)
|
||||
menu label ^Live system
|
||||
menu default
|
||||
linux /live/vmlinuz
|
||||
initrd /live/initrd.img
|
||||
@@ -13,7 +13,6 @@ label live-amd64
|
||||
|
||||
label live-amd64-r
|
||||
menu label ^Live system (ToRam)
|
||||
menu default
|
||||
linux /live/vmlinuz
|
||||
initrd /live/initrd.img
|
||||
append boot=live config toram locales=en_US.UTF-8
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
#!/bin/bash
|
||||
echo "I: running $0"
|
||||
apt -y purge exim4-base nfs-common rpcbind
|
||||
apt -y purge exim4-base nfs-common rpcbind firmware-netronome grub*
|
||||
|
||||
if [ -f "/usr/bin/x86_64" ] ; then
|
||||
apt purge $(apt list --installed |grep linux-image |grep -v bpo| sed 's#/.*##') -y
|
||||
fi
|
||||
@@ -2,7 +2,7 @@
|
||||
echo "I: running $0"
|
||||
|
||||
disabled_services="avahi-daemon.service openvpn.service rsync.service ssh.service nmbd.service smbd.service libvirtd.service libvirt-guests.service"
|
||||
enabled_services="bumblebeed.service cups-browsed.service bluetooth.service cups.service fancontrol.service laptop-mode.service ntp.service plymouth.service preload.service smartmontools.service rsyslog.service lm-sensors.service hddtemp.service haveged.service"
|
||||
enabled_services="bluetooth.service fancontrol.service laptop-mode.service ntp.service preload.service smartmontools.service rsyslog.service lm-sensors.service hddtemp.service haveged.service"
|
||||
|
||||
for service in $disabled_services; do
|
||||
echo "Disabling $service"
|
||||
|
||||
@@ -3,20 +3,20 @@
|
||||
##### Kernel / firmware
|
||||
|
||||
Package: linux-image-*
|
||||
Pin: release a=bullseye-backports
|
||||
Pin: release a=bullseye-backports , b=amd64
|
||||
Pin-Priority: 600
|
||||
|
||||
Package: linux-headers-*
|
||||
Pin: release a=bullseye-backports
|
||||
Pin: release a=bullseye-backports , b=amd64
|
||||
Pin-Priority: 600
|
||||
|
||||
Package: firmware-*
|
||||
Pin: release a=bullseye-backports
|
||||
Pin: release a=bullseye-backports , b=amd64
|
||||
Pin-Priority: 600
|
||||
|
||||
##### NVIDIA proprietary drivers
|
||||
|
||||
Package: nvidia-driver
|
||||
Pin: release a=bullseye-backports
|
||||
Pin: release a=bullseye-backports , b=amd64
|
||||
Pin-Priority: 600
|
||||
|
||||
@@ -47,8 +47,8 @@
|
||||
[greeter]
|
||||
background = /usr/share/backgrounds/homeworld-darker-3840x2160.png
|
||||
user-background = false
|
||||
theme-name = Arc-Darker
|
||||
icon-theme-name = Papirus
|
||||
theme-name = Adwaita-dark
|
||||
icon-theme-name = Adwaita
|
||||
font-name = Roboto
|
||||
xft-antialias = true
|
||||
#xft-dpi=
|
||||
|
||||
@@ -1 +1,6 @@
|
||||
! Packages Priority important
|
||||
|
||||
#For updating kernel to Backport
|
||||
#if ARCHITECTURES amd64
|
||||
linux-image-amd64
|
||||
#endif
|
||||
|
||||
@@ -10,8 +10,8 @@ whiptail
|
||||
moreutils
|
||||
less
|
||||
#Section: Packaging
|
||||
debhelper
|
||||
equivs
|
||||
#debhelper
|
||||
#equivs
|
||||
checkinstall
|
||||
debconf-utils
|
||||
lintian
|
||||
|
||||
@@ -57,7 +57,7 @@ colortail
|
||||
#Description: lightdm
|
||||
lightdm
|
||||
lightdm-gtk-greeter
|
||||
light-locker
|
||||
#light-locker
|
||||
|
||||
#Section: Boot screen
|
||||
#plymouth
|
||||
@@ -91,10 +91,10 @@ xfonts-75dpi
|
||||
xfonts-100dpi
|
||||
xserver-xorg
|
||||
xserver-xorg-input-all
|
||||
xserver-xorg-input-wacom
|
||||
xserver-xorg-input-aiptek
|
||||
xserver-xorg-input-elographics
|
||||
xserver-xorg-input-joystick
|
||||
#xserver-xorg-input-wacom
|
||||
#xserver-xorg-input-aiptek
|
||||
#xserver-xorg-input-elographics
|
||||
#xserver-xorg-input-joystick
|
||||
xserver-xorg-input-kbd
|
||||
xserver-xorg-input-mouse
|
||||
xserver-xorg-input-mutouch
|
||||
@@ -109,7 +109,7 @@ hwdata
|
||||
#nvidia-driver
|
||||
##if ARCHITECTURES amd64
|
||||
#linux-headers-amd64
|
||||
#endif
|
||||
##endif
|
||||
##if ARCHITECTURES i386
|
||||
#linux-headers-686:i386
|
||||
##endif
|
||||
@@ -120,13 +120,12 @@ hwdata
|
||||
|
||||
#Section: Kernel/boot/init
|
||||
systemd
|
||||
os-prober
|
||||
#os-prober
|
||||
initramfs-tools
|
||||
console-setup
|
||||
#console-setup
|
||||
user-setup
|
||||
libpam-systemd
|
||||
|
||||
|
||||
#Section: Firmwares
|
||||
firmware-linux-free
|
||||
firmware-linux-nonfree
|
||||
|
||||
Reference in New Issue
Block a user