4f213a77a0
Added Buildinfo file Buildinfo is located on /BuildInfo in the image, it conains the build date, host and CI info
main
Bram Prieshof2022-06-17 12:31:29 +02:00
884327f586
Added LSHW to extraPKG list
Bram Prieshof
2022-05-11 14:58:01 +00:00
b9d92bbcec
live/bootloader: add live system language selection in UEFI bootloader (GRUB) - fixes#38
nodiscc
2021-10-25 22:19:57 +02:00
ffea109e63
fix grub background/theme not shown on systems installed with full disk encryption - update-grub includes /usr/share/desktop-base/...png in grub.cfg but the file cannot be acessed by grub when the root filesystem is not unlocked yet - copy /usr/share/plymouth/themes/homeworld/plymouth_background_homeworld.png to /boot/grub/ so that update-grub prefers it over all other possible sources in /etc/grub.d/05_debian_theme - fixes#94
nodiscc
2021-10-25 22:12:29 +02:00
8c153517f1
installer: enable plymouth splash using late_command in preseed file - adding a custom /etc/default/grub in the chroot breaks unattended installation (conffile conflict resolution) - add the "splash" boot option as late as possible during installation, update grbu configuration in target - https://unix.stackexchange.com/questions/438901/reconfigure-grub-in-preseed-late-command - fixes#87
nodiscc
2021-10-25 21:52:47 +02:00
f8fbbff435
apt/doc: add disabled sources.list entry to receive updates from https://nodiscc.gitlab.io/toolbox - only possible upgrade path for packages installed from Makefile.extras - leave it disabled as we don't want third-party APT sources in the default setup - the GPG signing key is not trusted by default and must be manually trusted by the administrator
nodiscc
2021-10-23 22:40:59 +02:00
4035cd45fd
enable ufw firewall at boot by default
nodiscc
2021-10-23 22:38:41 +02:00
45cd486825
update base debian version to 11.1.0 in bootloader menus
nodiscc
2021-10-23 22:38:20 +02:00
cd86d5e2db
packages: add telegram-purple (telegram protocol support for pidgin)
nodiscc
2021-10-23 21:27:53 +02:00
edd2853d23
Makefile.extras: use APT to install additional/unofficial software - bleachbit-cleanerml, yt-dlp, pidgin-opensteamworks, user.js - install extra software from .deb packages instead of custom installation script (easier upgrades/removal) - download all third-party software from the APT repository at https://nodiscc.gitlab.io/toolbox - Sources: https://gitlab.com/nodiscc/toolbox/-/tree/master/PACKAGING, - Build logs: https://gitlab.com/nodiscc/toolbox/-/pipelines?page=1&scope=all&ref=master - no longer install user.js as system-wide default, see /usr/share/doc/user.js/INSTALL - clean clean target, please rebuild from a clean copy to avoid any caching problems (make clean; git clean -xdiff)
nodiscc
2021-10-22 19:02:05 +02:00
f1f2fbf6ea
skel: vlc: don't ask for network metadata access, disable it by default
nodiscc
2021-10-17 18:17:53 +02:00
52ab957965
skel: xfwm4: enable video compositing by default (transparency effects)
nodiscc
2021-10-17 18:17:31 +02:00
b99af4a59f
skel: fix default file associations - associate audio/video files with vlc, text files with mousepad, html with firefox, pdf with evince
nodiscc
2021-10-17 18:10:22 +02:00
699f9a921c
packages: development: remove shellcheck and asciinema (less used, reduce ISO image size)
nodiscc
2021-10-16 00:59:37 +02:00
8ea9257d66
packages: graphics: remove blender 3D editor (less used, reduce ISO image size)
nodiscc
2021-10-16 00:57:44 +02:00
0754994790
packages: audio-video: remove xfburn CD burner (less used, reduce ISO image size)
nodiscc
2021-10-16 00:54:16 +02:00
cce6f5c98f
packages: audio-video: remove asunder CD ripper (less used, reduce ISO image size)
nodiscc
2021-10-16 00:53:31 +02:00
b4d02ca53f
packages: office: reduce number of default installed fonts (decrease ISO image size) - keep 2/3 fonts of each style/family
nodiscc
2021-10-16 00:51:29 +02:00
995194ad84
packages: network: add support for more IM protocols in pidgin: - purple-lurch (OMEMO Encryption plugin for libpurple) - https://packages.debian.org/bookworm/purple-lurch - discord, rocketchat, XMPP HTTP upload, XMPP message carbons
nodiscc
2021-10-16 00:50:37 +02:00
5817b96c94
skel: use Papirus-Dark icon theme by default
nodiscc
2021-10-16 00:24:03 +02:00
e3cfb02712
skel: xfwm4: disable confusing "Use mouse wheel on title bar to roll up the window" setting
nodiscc
2021-10-16 00:23:34 +02:00
023260a780
skel: xfce4-panel: replace xfce4-power-manager notification icon with battery panel plugin - notification icon is deprecated/shows a broken icon > https://gitlab.xfce.org/xfce/xfce4-power-manager/-/issues/104 > As a general note: if you're using the xfce4-panel don't use the trayicon. It's really the legacy option I left in to potentially enable users of other or mixed desktop environment setups to use xfce4-power-manager.
nodiscc
2021-10-16 00:22:36 +02:00
ac3fad900c
skel: xfce4-panel: decrease panel size to 28px by default - adapt clock format to 28px panel height
nodiscc
2021-10-16 00:20:39 +02:00
cfe7aabee1
skel: desktop: use zoomed wallpaper mode by default
nodiscc
2021-10-16 00:20:15 +02:00
bf84d34efd
skel: fix default association for text/plain files (open with mousepad)
nodiscc
2021-10-16 00:18:12 +02:00
284b1fa97b
skel: session: don't autostart keepassxc by default - when keepassxc starts before xfce4-panel notification area, the window will start minimized but the notification icon will be missing - a workaround is to restart keepassxc - bad UX, just disable keepassxc autostart - use monochrome notification icon
nodiscc
2021-10-16 00:17:00 +02:00
05bc275714
skel: session: don't autostart blueman bluetooth manager by default
nodiscc
2021-10-16 00:15:53 +02:00
f047f05a2c
skel: update default bash aliases, don't alias 'diff', alias 'd' to 'colordiff' - update documentation/examples
nodiscc
2021-10-16 00:15:24 +02:00
b4400ffc6b
always install/upgrade linux kernel and nvidia drivers from bullseye-backports
nodiscc
2021-10-16 00:13:40 +02:00
8a0494d81f
update backgrounds/themes for Debian 11 (xfce4-desktop, GRUB (UEFI), isolinux (BIOS), lightdm, plymouth) - update isolinux menu text
nodiscc
2021-10-16 00:07:00 +02:00