diff --git a/bensd.cfg b/bare-metal/bensd.cfg similarity index 100% rename from bensd.cfg rename to bare-metal/bensd.cfg diff --git a/leafs/vemdd.cfg b/leafs/vdmd.cfg similarity index 100% rename from leafs/vemdd.cfg rename to leafs/vdmd.cfg diff --git a/leafs/veedd.cfg b/leafs/veedd.cfg deleted file mode 100644 index 5be3473..0000000 --- a/leafs/veedd.cfg +++ /dev/null @@ -1,38 +0,0 @@ -# __ ____ ____ _____ -# ____ / /_ __ __/ / /___ ____ ___ ___ / __ \/ ___/ -# / __ \/ __ \/ / / / / / __ \/ __ `__ \/ _ \ / / / /\__ \ -# / /_/ / / / / /_/ / / / /_/ / / / / / / __/ / /_/ /___/ / -# / .___/_/ /_/\__, /_/_/\____/_/ /_/ /_/\___/ \____//____/ -# /_/ /____/ - -# WHAT ? This Kickstart file bootstraps an extended desktop-oriented virtual machine. -# 'v' for virtual machine, 'e' for efi, 'e' for extended, 'd' for desktop, 'p' for production-ready. - -# USAGE : Press the `tab` or 'e' key during POST and apend that after the 'quiet' string : -# inst.ks=https://git.phyllo.me/home/kickstart/raw/branch/master/leafs/veedd.cfg -# A shorter URL can also be used : -# inst.ks=https://url.phyllo.me/veedd - -# ATTENTION : this kickstart file will automatically DESTROY the main virtual disk 'vda' and all of its contents. -# Bye bye! - -%include https://git.phyllo.me/home/kickstart/raw/branch/master/leafs/vemdd.cfg # Include vemdd.cfg as base -%include https://git.phyllo.me/home/kickstart/raw/branch/master/leafs/vemsd.cfg # Include vemsd.cfg as base - -%post - -dnf install -y nautilus gnome-terminal-nautilus # Default File explorer for GNOME and its integration with gnome-shell -dnf install -y gedit # The official gnome text editor -dnf install -y firefox # Internet browser -dnf install -y nextcloud-client nextcloud-client-nautilus # The Nextcloud client and its integration with gnome-shell -dnf install -y libreoffice-writer # The rich and open text editor -dnf install -y vlc # Install VLC media player -dnf install -y thunderbird-wayland # Install the mail client Thunderbird - -flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo # Add Flathub repository -flatpak install -y flathub org.zotero.Zotero # Install Zotero -flatpak install -y flathub com.bitwarden.desktop # Install Bitwarden -flatpak install -y flathub com.visualstudio.code # Install VScode -flatpak install -y flathub net.cozic.joplin_desktop # Install Joplin - -%end # End of the %post section \ No newline at end of file diff --git a/leafs/vemdhad.cfg b/leafs/vhadmd.cfg similarity index 100% rename from leafs/vemdhad.cfg rename to leafs/vhadmd.cfg diff --git a/leafs/vemdhd.cfg b/leafs/vhdmd.cfg similarity index 100% rename from leafs/vemdhd.cfg rename to leafs/vhdmd.cfg diff --git a/leafs/vemdhid.cfg b/leafs/vhidmd.cfg similarity index 100% rename from leafs/vemdhid.cfg rename to leafs/vhidmd.cfg diff --git a/leafs/vemsd.cfg b/leafs/vmd.cfg similarity index 100% rename from leafs/vemsd.cfg rename to leafs/vmd.cfg