add all packages to post-installation section, for vdmed
This commit is contained in:
parent
b36511c843
commit
d5fa29a095
@ -89,42 +89,45 @@ part / --fstype="ext4" --ondisk=vda --grow --label=system
|
|||||||
%packages
|
%packages
|
||||||
@core
|
@core
|
||||||
|
|
||||||
## Desktop-related packages to create a minimal desktop environment
|
## Desktop-related packages to create a minimal desktop environment.
|
||||||
|
# Impossible to install dependencies, probably because the Fedora Server ISO doesnt' include them.
|
||||||
gnome-shell # Minimal GNOME environement
|
# We may switch to the Workstation ISO as a workaround
|
||||||
libpulse-mainloop-glib.so.0 # gnome-shell dependency
|
# We install packages after the installation
|
||||||
libpulse.so.0 # gnome-shell dependency
|
#
|
||||||
geoclue2-libs # gnome-shell dependency
|
# gnome-shell # Minimal GNOME environement
|
||||||
accountsservice-libs # gnome-shell dependency
|
# libpulse-mainloop-glib.so.0 # gnome-shell dependency
|
||||||
bolt # gnome-shell dependency
|
# libpulse.so.0 # gnome-shell dependency
|
||||||
control-center # gnome-shell dependency
|
# geoclue2-libs # gnome-shell dependency
|
||||||
gdm-libs # gnome-shell dependency
|
# accountsservice-libs # gnome-shell dependency
|
||||||
highcontrast-icon-theme # gnome-shell dependency
|
# bolt # gnome-shell dependency
|
||||||
switcheroo-control # gnome-shell dependency
|
# control-center # gnome-shell dependency
|
||||||
upower # gnome-shell dependency
|
# gdm-libs # gnome-shell dependency
|
||||||
xdg-user-dirs-gtk # gnome-shell dependency
|
# highcontrast-icon-theme # gnome-shell dependency
|
||||||
libgweather # gnome-shell dependency
|
# switcheroo-control # gnome-shell dependency
|
||||||
gnome-bluetooth # gnome-shell dependency
|
# upower # gnome-shell dependency
|
||||||
xdg-desktop-portal-gtk # gnome-shell dependency
|
# xdg-user-dirs-gtk # gnome-shell dependency
|
||||||
|
# libgweather # gnome-shell dependency
|
||||||
gnome-terminal
|
# gnome-bluetooth # gnome-shell dependency
|
||||||
-gnome-tour # We don't want GNOME-tour to open at launch so we delete it
|
# xdg-desktop-portal-gtk # gnome-shell dependency
|
||||||
|
#
|
||||||
nautilus # Default File explorer for Gnome
|
# gnome-terminal
|
||||||
gnome-terminal-nautilus # Terminal integration for Nautilus
|
# -gnome-tour # We don't want GNOME-tour to open at launch so we delete it
|
||||||
gsettings-desktop-schemas # Nautilus dependency
|
#
|
||||||
libtracker-sparql-3.0.so.0 # Nautilus dependency
|
# nautilus # Default File explorer for Gnome
|
||||||
tracker3-miners # Nautilus dependency
|
# gnome-terminal-nautilus # Terminal integration for Nautilus
|
||||||
libgexiv2.so.2 # Nautilus dependency
|
# gsettings-desktop-schemas # Nautilus dependency
|
||||||
|
# libtracker-sparql-3.0.so.0 # Nautilus dependency
|
||||||
|
# tracker3-miners # Nautilus dependency
|
||||||
firefox # Internet browser
|
# libgexiv2.so.2 # Nautilus dependency
|
||||||
libfdk-aac.so.2 # Firefox dependency
|
#
|
||||||
libdbus-glib-1.so.2 # Firefox dependency
|
#
|
||||||
mozilla-filesystem-1.9-25 # Firefox dependency
|
# firefox # Internet browser
|
||||||
|
# libfdk-aac.so.2 # Firefox dependency
|
||||||
|
# libdbus-glib-1.so.2 # Firefox dependency
|
||||||
|
# mozilla-filesystem-1.9-25 # Firefox dependency
|
||||||
|
#
|
||||||
qemu-guest-agent # Install software to allow the host to better interact with the guest (can't find the spice-vdagent package)
|
qemu-guest-agent # Install software to allow the host to better interact with the guest (can't find the spice-vdagent package)
|
||||||
# spice-vdagent
|
# # spice-vdagent
|
||||||
|
|
||||||
-fedora-logos # To be removed if we want to redistribute as Fedora Remix.
|
-fedora-logos # To be removed if we want to redistribute as Fedora Remix.
|
||||||
-fedora-release-notes # To be removed if we want to redistribute as Fedora Remix.
|
-fedora-release-notes # To be removed if we want to redistribute as Fedora Remix.
|
||||||
@ -142,10 +145,14 @@ localectl set-keymap ch-fr # Set keymap to `ch-fr`. Alternatively, `us` can be p
|
|||||||
|
|
||||||
systemctl set-default graphical.target # Set the desktop environment as the default booting target with systemd
|
systemctl set-default graphical.target # Set the desktop environment as the default booting target with systemd
|
||||||
|
|
||||||
|
dnf install -y gnome-shell gnome-terminal # Minimal GNOME shell or desktop environment
|
||||||
|
dnf install -y nautilus # Default File explorer for GNOME
|
||||||
|
dnf install -y firefox # Internet browser
|
||||||
dnf install -y spice-vdagent # Try to install spice-vdagent after the installation is done
|
dnf install -y spice-vdagent # Try to install spice-vdagent after the installation is done
|
||||||
dnf install -y dejavu-sans-mono-fonts # the gnome-shell package doesn't include much fonts by default, resulting in weird spacings in gnome-terminal.
|
dnf install -y dejavu-sans-mono-fonts # the gnome-shell package doesn't include much fonts by default, resulting in weird spacings in gnome-terminal.
|
||||||
dnf install -y elementary-wallpapers-gnome.noarch # Gorgeous wallpapers
|
dnf install -y elementary-wallpapers-gnome.noarch # Gorgeous wallpapers
|
||||||
dnf install -y wpa_supplicant # WPA Supplicant for Linux. Not integrated by default in gnome-shell, but necessary to configure wireless networks through the Network Manager.
|
dnf install -y wpa_supplicant # WPA Supplicant for Linux. Not integrated by default in gnome-shell, but necessary to configure wireless networks through the Network Manager.
|
||||||
|
# dnf remove -y gnome-tour
|
||||||
|
|
||||||
sed -i 's/5/1/' /etc/default/grub # set the GRUB_TIMEOUT countdown to 1 instead of 5 seconds.
|
sed -i 's/5/1/' /etc/default/grub # set the GRUB_TIMEOUT countdown to 1 instead of 5 seconds.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user