diff --git a/.gitignore b/.gitignore index b0ac3ed..abac490 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,3 @@ .aider* +dishes/ +!dishes/ diff --git a/dishes/desktop-hypervisor-amdcpu.cfg b/dishes/desktop-hypervisor-amdcpu.cfg index 8197433..c9e0ac1 100644 --- a/dishes/desktop-hypervisor-amdcpu.cfg +++ b/dishes/desktop-hypervisor-amdcpu.cfg @@ -17,7 +17,7 @@ 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 +rootpw --plaintext 1234 # SELinux configuration selinux --disabled # System services diff --git a/dishes/desktop-hypervisor-intelcpu-intelgpu.cfg b/dishes/desktop-hypervisor-intelcpu-intelgpu.cfg index 7b90997..be66ab0 100644 --- a/dishes/desktop-hypervisor-intelcpu-intelgpu.cfg +++ b/dishes/desktop-hypervisor-intelcpu-intelgpu.cfg @@ -17,7 +17,7 @@ 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 +rootpw --plaintext 1234 # SELinux configuration selinux --disabled # System services diff --git a/dishes/desktop-hypervisor-intelcpu.cfg b/dishes/desktop-hypervisor-intelcpu.cfg index 86f8dbd..6dd40dd 100644 --- a/dishes/desktop-hypervisor-intelcpu.cfg +++ b/dishes/desktop-hypervisor-intelcpu.cfg @@ -17,7 +17,7 @@ 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 +rootpw --plaintext 1234 # SELinux configuration selinux --disabled # System services diff --git a/dishes/desktop-hypervisor.cfg b/dishes/desktop-hypervisor.cfg index 3eec03d..9f0fcea 100644 --- a/dishes/desktop-hypervisor.cfg +++ b/dishes/desktop-hypervisor.cfg @@ -17,7 +17,7 @@ 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 +rootpw --plaintext 1234 # SELinux configuration selinux --disabled # System services diff --git a/dishes/desktop.cfg b/dishes/desktop.cfg index 93333b2..31279a1 100644 --- a/dishes/desktop.cfg +++ b/dishes/desktop.cfg @@ -17,7 +17,7 @@ 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 +rootpw --plaintext 1234 # SELinux configuration selinux --disabled # System services diff --git a/dishes/live-desktop-hypervisor.cfg b/dishes/live-desktop-hypervisor.cfg index 12c06ed..bd13b42 100644 --- a/dishes/live-desktop-hypervisor.cfg +++ b/dishes/live-desktop-hypervisor.cfg @@ -15,7 +15,7 @@ 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 +rootpw --plaintext 1234 # SELinux configuration selinux --disabled # System services diff --git a/dishes/live-desktop.cfg b/dishes/live-desktop.cfg index 9d5f66e..a106d8e 100644 --- a/dishes/live-desktop.cfg +++ b/dishes/live-desktop.cfg @@ -15,7 +15,7 @@ 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 +rootpw --plaintext 1234 # SELinux configuration selinux --disabled # System services diff --git a/dishes/live-server-hypervisor.cfg b/dishes/live-server-hypervisor.cfg index 26ddb00..686887e 100644 --- a/dishes/live-server-hypervisor.cfg +++ b/dishes/live-server-hypervisor.cfg @@ -15,7 +15,7 @@ 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 +rootpw --plaintext 1234 # SELinux configuration selinux --disabled # System services diff --git a/dishes/live-server.cfg b/dishes/live-server.cfg index 450a28f..443d499 100644 --- a/dishes/live-server.cfg +++ b/dishes/live-server.cfg @@ -15,7 +15,7 @@ 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 +rootpw --plaintext 1234 # SELinux configuration selinux --disabled # System services diff --git a/dishes/virtual-desktop-hypervisor.cfg b/dishes/virtual-desktop-hypervisor.cfg index a48a01c..027aa63 100644 --- a/dishes/virtual-desktop-hypervisor.cfg +++ b/dishes/virtual-desktop-hypervisor.cfg @@ -17,7 +17,7 @@ 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 +rootpw --plaintext 1234 # SELinux configuration selinux --disabled # System services diff --git a/dishes/virtual-desktop.cfg b/dishes/virtual-desktop.cfg index 4ed69ea..d4b9b71 100644 --- a/dishes/virtual-desktop.cfg +++ b/dishes/virtual-desktop.cfg @@ -17,7 +17,7 @@ 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 +rootpw --plaintext 1234 # SELinux configuration selinux --disabled # System services diff --git a/dishes/virtual-server-hypervisor.cfg b/dishes/virtual-server-hypervisor.cfg index 9e83cef..914e1d2 100644 --- a/dishes/virtual-server-hypervisor.cfg +++ b/dishes/virtual-server-hypervisor.cfg @@ -17,7 +17,7 @@ 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 +rootpw --plaintext 1234 # SELinux configuration selinux --disabled # System services diff --git a/dishes/virtual-server.cfg b/dishes/virtual-server.cfg index e95f2dc..d3ea88c 100644 --- a/dishes/virtual-server.cfg +++ b/dishes/virtual-server.cfg @@ -17,7 +17,7 @@ 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 +rootpw --plaintext 1234 # SELinux configuration selinux --disabled # System services diff --git a/ingredients/core-initial-setup-desktop.cfg b/ingredients/core-initial-setup-desktop.cfg index c034853..a1ce0c8 100644 --- a/ingredients/core-initial-setup-desktop.cfg +++ b/ingredients/core-initial-setup-desktop.cfg @@ -1,4 +1,4 @@ -firstboot --reconfig # Initial Setup will start after the first reboot +firstboot --enable --reconfig # Initial Setup will start after the first reboot %packages --exclude-weakdeps # Beginning of the packages section. Do not include weak dependencies. diff --git a/ingredients/core-initial-setup-server.cfg b/ingredients/core-initial-setup-server.cfg index 4d9705b..ce2ffd2 100644 --- a/ingredients/core-initial-setup-server.cfg +++ b/ingredients/core-initial-setup-server.cfg @@ -1,4 +1,4 @@ -firstboot --reconfig # Enable the Setup Agent to start at boot time in reconfiguration mode. This mode enables the language, mouse, keyboard, root password, security level, time zone, and networking configuration options in addition to the default ones +firstboot --enable --reconfig # Enable the Setup Agent to start at boot time in reconfiguration mode. This mode enables the language, mouse, keyboard, root password, security level, time zone, and networking configuration options in addition to the default ones %packages --exclude-weakdeps # Beginning of the packages section. Do not include weak dependencies diff --git a/ingredients/core-security-off.cfg b/ingredients/core-security-off.cfg index dd56139..91966da 100644 --- a/ingredients/core-security-off.cfg +++ b/ingredients/core-security-off.cfg @@ -1,3 +1,3 @@ -rootpw --lock --iscrypted locked # Lock the root account. Can still be undone by end-user during initial setup -selinux --disabled # Disable SELinux ; other option: --enable +rootpw --plaintext 1234 # Root account is enabled with weak password +selinux --disabled # Disable SELinux firewall --disabled # Disable firewall \ No newline at end of file diff --git a/ingredients/core-security-on.cfg b/ingredients/core-security-on.cfg index 5b5c6e6..64e28a6 100644 --- a/ingredients/core-security-on.cfg +++ b/ingredients/core-security-on.cfg @@ -1,3 +1,3 @@ -rootpw --lock --iscrypted locked # Lock the root account. Can still be undone by end-user during initial setup -selinux --enabled # Enable SELinux ; other option: --disabled +rootpw --lock # No root login from the console +selinux --enabled # Enable SELinux firewall --enabled # Enable firewall \ No newline at end of file