Initial commit
This commit is contained in:
commit
968d09e362
88 changed files with 2323 additions and 0 deletions
|
|
@ -0,0 +1,3 @@
|
|||
# This file overrides a default list to remove live-config.
|
||||
# For the installer, we don't need any live packages,
|
||||
# they would just be removed again by the installer.
|
||||
|
|
@ -0,0 +1,16 @@
|
|||
sudo
|
||||
|
||||
# Make Secure Boot work
|
||||
grub-efi-amd64-signed
|
||||
|
||||
# Firmware updates through gnome-software
|
||||
fwupd fwupd-signed
|
||||
|
||||
# Low battery charge notifications, battery info
|
||||
gnome-power-manager
|
||||
|
||||
# Run virtual machines with Gnome Boxes
|
||||
gnome-boxes qemu-system-x86 qemu-utils libvirt-daemon-system
|
||||
|
||||
# Run virtual machines with VirtualBox
|
||||
virtualbox-qt
|
||||
Loading…
Add table
Add a link
Reference in a new issue