diff --git a/fedora-riscv64-developer-f40.ks b/fedora-riscv64-developer-f40.ks index 8b60c3d..974d8db 100644 --- a/fedora-riscv64-developer-f40.ks +++ b/fedora-riscv64-developer-f40.ks @@ -463,10 +463,6 @@ enabled=0 gpgcheck=0 EOF -# systemd starts serial consoles on /dev/ttyS0 and /dev/hvc0. The -# only problem is they are the same serial console. Mask one. -systemctl mask serial-getty@hvc0.service - # Disable tmpfs for /tmp # Most boards don't have a lot of RAM. systemctl mask tmp.mount diff --git a/fedora-riscv64-minimal-f40-experimental.ks b/fedora-riscv64-minimal-f40-experimental.ks index 97e78c9..5311e21 100644 --- a/fedora-riscv64-minimal-f40-experimental.ks +++ b/fedora-riscv64-minimal-f40-experimental.ks @@ -141,10 +141,6 @@ enabled=0 gpgcheck=0 EOF -# systemd starts serial consoles on /dev/ttyS0 and /dev/hvc0. The -# only problem is they are the same serial console. Mask one. -systemctl mask serial-getty@hvc0.service - # Disable tmpfs for /tmp # Most boards don't have a lot of RAM. systemctl mask tmp.mount diff --git a/fedora-riscv64-minimal-f40-kiwi.ks b/fedora-riscv64-minimal-f40-kiwi.ks index 8ed3704..a8e9989 100644 --- a/fedora-riscv64-minimal-f40-kiwi.ks +++ b/fedora-riscv64-minimal-f40-kiwi.ks @@ -138,10 +138,6 @@ enabled=0 gpgcheck=0 EOF -# systemd starts serial consoles on /dev/ttyS0 and /dev/hvc0. The -# only problem is they are the same serial console. Mask one. -systemctl mask serial-getty@hvc0.service - # Disable tmpfs for /tmp # Most boards don't have a lot of RAM. systemctl mask tmp.mount diff --git a/fedora-riscv64-minimal-f40.ks b/fedora-riscv64-minimal-f40.ks index cb492a7..dcac10d 100644 --- a/fedora-riscv64-minimal-f40.ks +++ b/fedora-riscv64-minimal-f40.ks @@ -134,10 +134,6 @@ enabled=0 gpgcheck=0 EOF -# systemd starts serial consoles on /dev/ttyS0 and /dev/hvc0. The -# only problem is they are the same serial console. Mask one. -systemctl mask serial-getty@hvc0.service - # Disable tmpfs for /tmp # Most boards don't have a lot of RAM. systemctl mask tmp.mount