diff --git a/dishes/virtual-nano.cfg b/dishes/virtual-nano.cfg deleted file mode 100644 index b38dd22..0000000 --- a/dishes/virtual-nano.cfg +++ /dev/null @@ -1,87 +0,0 @@ -# Generated by pykickstart v3.62 -#version=DEVEL -# Use text mode install -text -# Firewall configuration -firewall --disabled -# Run the Setup Agent on first boot -firstboot --reconfig -# Keyboard layouts -keyboard --xlayouts='ch (fr)' -# System language -lang en_US.UTF-8 -# Network information -network --bootproto=dhcp --device=link --hostname=phyllome-alpha --activate -# Shutdown after installation -shutdown -repo --name="fedora" --mirrorlist=https://mirrors.fedoraproject.org/mirrorlist?repo=fedora-43&arch=x86_64 -repo --name="updates" --mirrorlist=https://mirrors.fedoraproject.org/mirrorlist?repo=updates-released-f43&arch=x86_64 -# Root password -rootpw --iscrypted --lock locked -# SELinux configuration -selinux --disabled -# System services -services --enabled="NetworkManager,systemd-resolved" -# System timezone -timezone Europe/Zurich --utc -# Use network installation -url --mirrorlist="https://mirrors.fedoraproject.org/mirrorlist?repo=fedora-43&arch=x86_64" -# System bootloader configuration -bootloader --location=mbr --timeout=1 -# Clear the Master Boot Record -zerombr -# Partition clearing information -clearpart --all --initlabel -# Disk partitioning information -part /boot/efi --fstype="efi" --size=2048 --fsoptions="umask=0077,shortname=winnt" --label=efi -part /boot --fstype="ext4" --size=512 --label=boot -part / --fstype="ext4" --grow --label=root - -%post --logfile=/mnt/sysimage/root/post.log - -localectl set-keymap ch-fr # Set keymap to `ch-fr`. Alternatively, `us` can be picked. -dnf update -y # Update the system - -%end - -%packages --exclude-weakdeps -basesystem -bash -curl -dhcp-client -dnf5 -dracut -filesystem -glibc -hostname -initial-setup -iproute -iputils -kbd -kernel -ncurses -parted -procps-ng -qemu-guest-agent -rootfiles -rpm -setup -shadow-utils -spice-vdagent -systemd -util-linux --audit --coreutils --e2fsprogs --less --man-db --openssh-clients --openssh-server --policycoreutils --selinux-policy-targeted --sssd-common --sssd-kcm --sudo --vim-minimal - -%end diff --git a/ingredients/core-packages-mandatory-trimming-attempt.cfg b/ingredients/core-packages-mandatory-trimming-attempt.cfg deleted file mode 100644 index 8e9d5f6..0000000 --- a/ingredients/core-packages-mandatory-trimming-attempt.cfg +++ /dev/null @@ -1,48 +0,0 @@ -# __ ____ ____ _____ -# ____ / /_ __ __/ / /___ ____ ___ ___ / __ \/ ___/ -# / __ \/ __ \/ / / / / / __ \/ __ `__ \/ _ \ / / / /\__ \ -# / /_/ / / / / /_/ / / / /_/ / / / / / / __/ / /_/ /___/ / -# / .___/_/ /_/\__, /_/_/\____/_/ /_/ /_/\___/ \____//____/ -# /_/ /____/ -# -# Provides the mandatory packages that are part of the core DNF group - -%packages --exclude-weakdeps # Beginning of the package section. Does not include weak dependencies. Description courtesy of the Fedora project - --audit # User space tools for kernel auditing -basesystem # The skeleton package which defines a simple Fedora system -bash # The Bourne Again SHell, a command-line interpreter. --coreutils # A set of basic GNU tools commonly used in shell scripts -curl # A utility for getting files from remote servers (FTP, HTTP, and others) -dhcp-client # Provides the ISC DHCP client daemon and dhclient-script -dnf5 # Command-line package manager -dracut # Initramfs generator using udev --e2fsprogs # Utilities for managing ext2, ext3, and ext4 file systems -filesystem # The basic directory layout for a Linux system -glibc # The GNU libc libraries -hostname # Utility to set/show the host name or domain name -iproute # Advanced IP routing and network device configuration tools -iputils # Network monitoring tools including ping -kbd # Tools for configuring the console (keyboard, virtual terminals, etc.) -kernel # The Linux kernel --less # A text file browser similar to more, but better. Can be excluded --man-db # Tools for searching and reading man pages. Can be excluded -ncurses # Ncurses support utilities --openssh-clients # An open source SSH client applications. Can be excluded --openssh-server # An open source SSH server daemon. Can be excluded -parted # The GNU disk partition manipulation program --policycoreutils # SELinux policy core utilities. Can be excluded -procps-ng # System and process monitoring utilities -rootfiles # The basic required files for the root user's directory -rpm # The RPM package management system --selinux-policy-targeted # SELinux targeted policy. Can be excluded -setup # A set of system configuration and setup files -shadow-utils # Utilities for managing accounts and shadow password files --sssd-common # Common files for the SSSD. Can be excluded --sssd-kcm # An implementation of a Kerberos KCM server. Can be excluded --sudo # Allows restricted root access for specified users -systemd # System and Service Manager -util-linux # Collection of basic system utilities --vim-minimal # A minimal version of the VIM editor - -%end # End of the packages section diff --git a/ingredients/core-packages-mandatory.cfg b/ingredients/core-packages-mandatory.cfg index 238be08..f4ddc99 100644 --- a/ingredients/core-packages-mandatory.cfg +++ b/ingredients/core-packages-mandatory.cfg @@ -11,15 +11,12 @@ %packages --ignoremissing --nocore --exclude-weakdeps # Beginning of the package section. Does not include weak dependencies. Description courtesy of the Fedora project # Mandatory packages found in hidden `core` group (`dnf group info --hidden core`) -audit # User space tools for kernel auditing basesystem # The skeleton package which defines a simple Fedora system bash # The Bourne Again SHell, a command-line interpreter. -coreutils # A set of basic GNU tools commonly used in shell scripts curl # A utility for getting files from remote servers (FTP, HTTP, and others) dhcp-client # Provides the ISC DHCP client daemon and dhclient-script dnf5 # Command-line package manager dracut # Initramfs generator using udev -e2fsprogs # Utilities for managing ext2, ext3, and ext4 file systems filesystem # The basic directory layout for a Linux system glibc # The GNU libc libraries hostname # Utility to set/show the host name or domain name @@ -27,25 +24,15 @@ iproute # Advanced IP routing and network device configuration tools iputils # Network monitoring tools including ping kbd # Tools for configuring the console (keyboard, virtual terminals, etc.) kernel # The Linux kernel -less # A text file browser similar to more, but better. Can be excluded -man-db # Tools for searching and reading man pages. Can be excluded ncurses # Ncurses support utilities -openssh-clients # An open source SSH client applications. Can be excluded -openssh-server # An open source SSH server daemon. Can be excluded parted # The GNU disk partition manipulation program -policycoreutils # SELinux policy core utilities. Can be excluded procps-ng # System and process monitoring utilities rootfiles # The basic required files for the root user's directory rpm # The RPM package management system -selinux-policy-targeted # SELinux targeted policy. Can be excluded setup # A set of system configuration and setup files shadow-utils # Utilities for managing accounts and shadow password files -sssd-common # Common files for the SSSD. Can be excluded -sssd-kcm # An implementation of a Kerberos KCM server. Can be excluded -sudo # Allows restricted root access for specified users systemd # System and Service Manager util-linux # Collection of basic system utilities -vim-minimal # A minimal version of the VIM editor # Packages to make Phyllome OS a generic distro # Adds packages to comply with Fedora Remix legal guidelines: https://fedoraproject.org/wiki/Remix diff --git a/recipes/virtual-nano.cfg b/recipes/virtual-nano.cfg deleted file mode 100644 index 4cc67fe..0000000 --- a/recipes/virtual-nano.cfg +++ /dev/null @@ -1,21 +0,0 @@ -# __ ____ ____ _____ -# ____ / /_ __ __/ / /___ ____ ___ ___ / __ \/ ___/ -# / __ \/ __ \/ / / / / / __ \/ __ `__ \/ _ \ / / / /\__ \ -# / /_/ / / / / /_/ / / / /_/ / / / / / / __/ / /_/ /___/ / -# / .___/_/ /_/\__, /_/_/\____/_/ /_/ /_/\___/ \____//____/ -# /_/ /____/ - -# A recipe for a virtual a very small nano server - -%include ../ingredients/core.cfg # Text mode -%include ../ingredients/core-storage.cfg # ext4-based storage configuration -%include ../ingredients/core-bootloader-grub.cfg # Set bootloader to GRUB -%include ../ingredients/core-locale.cfg # System locale set to Swiss French as keyboard layout and English as language -%include ../ingredients/core-security-off.cfg # Lock root account, disable firewall and SELinux -%include ../ingredients/core-services.cfg # Required systemd services -%include ../ingredients/core-network.cfg # Network configuration -%include ../ingredients/core-packages-mandatory-trimming-attempt.cfg # Trimming attempt for the mandatory packages -%include ../ingredients/core-fedora-repo-43.cfg # Offical repositories for Fedora -%include ../ingredients/core-post.cfg # Triggered after the installation -%include ../ingredients/core-initial-setup-server.cfg # For headless systems -%include ../ingredients/base-guest-agents.cfg # Guest agents \ No newline at end of file