From c507262724f71096e04587f4ff8f8702205702cf Mon Sep 17 00:00:00 2001 From: Lukas Date: Thu, 4 Nov 2021 13:14:00 +0100 Subject: [PATCH] remove ref to hostname resolution bug --- leaves/b.cfg | 2 -- leaves/bnd.cfg | 4 +--- leaves/l.cfg | 2 -- leaves/ld.cfg | 2 +- leaves/ldh.cfg | 2 +- leaves/s.cfg | 2 -- leaves/sh.cfg | 2 -- leaves/sha.cfg | 2 -- leaves/shi.cfg | 2 -- 9 files changed, 3 insertions(+), 17 deletions(-) diff --git a/leaves/b.cfg b/leaves/b.cfg index ccb4727..1818ea3 100644 --- a/leaves/b.cfg +++ b/leaves/b.cfg @@ -10,8 +10,6 @@ # This is NOT a standalone kickstart file -# Known bug: Cannot resolve hostnames - text # Perform installation in text mode # Installation method. For cdrom, replace repo and url with cdrom diff --git a/leaves/bnd.cfg b/leaves/bnd.cfg index 06f7d3e..c5ec08d 100644 --- a/leaves/bnd.cfg +++ b/leaves/bnd.cfg @@ -10,8 +10,6 @@ # This is NOT a standalone kickstart file. -# known issue : name resolution doesn't work as of now - # ATTENTION : this kickstart file will automatically DESTROY the main disk and all of its contents. # Bye bye @@ -33,7 +31,7 @@ user --name=test --password=$6$wlB.n8fvumAXv3xn$clVIswjLUjb7MZoJ2JHi1zk1zmx5ViQu # Mini-game : find the cleartext password and send it to security@phyllo.me to collect your reward (Swiss chocolate shipped to you). # Only valid for the first exploit. -firewall --enabled # Make sure the firewall is enabled +firewall --enabled --service=mdns # Make sure the firewall is enabled services --enabled=NetworkManager --disabled=sshd network --bootproto=dhcp --device=link --activate --onboot=on diff --git a/leaves/l.cfg b/leaves/l.cfg index 346db62..946bade 100644 --- a/leaves/l.cfg +++ b/leaves/l.cfg @@ -8,8 +8,6 @@ # What ? This kickstart file bootstraps a live machine. # 'l' for live -# Know bug: Cannot resolve host name - # ATTENTION : this kickstart file will automatically DESTROY the main disk and all of its contents. # Bye bye! diff --git a/leaves/ld.cfg b/leaves/ld.cfg index db0bb23..05f80de 100644 --- a/leaves/ld.cfg +++ b/leaves/ld.cfg @@ -9,7 +9,7 @@ # 'l' for live, 'd' for desktop # ATTENTION : this kickstart file will automatically DESTROY the main disk and all of its contents. -# Bye bye +# Bye bye! # In order to be fed to virt-install or software like livecd-creator, this file needs to be flatten or merged into one. # Here is how you can do it with the ksflatten tool provided by the pykickstart package on Fedora : diff --git a/leaves/ldh.cfg b/leaves/ldh.cfg index 27bb45b..2470eff 100644 --- a/leaves/ldh.cfg +++ b/leaves/ldh.cfg @@ -9,7 +9,7 @@ # 'l' for live, 'h' for hypervisor, 'd' for desktop # ATTENTION : this kickstart file will automatically DESTROY the main disk and all of its contents. -# Bye bye +# Bye bye! # In order to be fed to virt-install or software like livecd-creator, this file needs to be flatten or merged into one. # Here is how you can do it with the ksflatten tool provided by the pykickstart package on Fedora : diff --git a/leaves/s.cfg b/leaves/s.cfg index 83d54fe..cf773bb 100644 --- a/leaves/s.cfg +++ b/leaves/s.cfg @@ -8,8 +8,6 @@ # What ? When flattened, this file will result in a stand-alone kickstart file that can be automatically deploy into a server-oriented system. # 's' for server -# Know bug: Cannot resolve host name - # In order to be fed to virt-install or software like livecd-creator, this file needs to be flatten or merged into one. # Here is how you can do it with the ksflatten tool provided by the pykickstart package on Fedora : # ksflatten -c s.cfg -o ../flat/flat-s.cfg diff --git a/leaves/sh.cfg b/leaves/sh.cfg index 1ec5ef8..3175dae 100644 --- a/leaves/sh.cfg +++ b/leaves/sh.cfg @@ -8,8 +8,6 @@ # What ? When flattened, this file will result in a stand-alone kickstart file that can be automatically deploy into a server-oriented system with a hypervisor. # 's' for server, 'h' for hypervisor -# Know bug: Cannot resolve host name - # In order to be fed to virt-install or software like livecd-creator, this file needs to be flatten or merged into one. # Here is how you can do it with the ksflatten tool provided by the pykickstart package on Fedora : # ksflatten -c sh.cfg -o ../flat/flat-sh.cfg diff --git a/leaves/sha.cfg b/leaves/sha.cfg index 7f41237..3fc1948 100644 --- a/leaves/sha.cfg +++ b/leaves/sha.cfg @@ -8,8 +8,6 @@ # What ? When flattened, this file will result in a stand-alone kickstart file that can be automatically deploy into a server-oriented system with a hypervisor optimized for AMD (tm) CPUs # 's' for server, 'h' for hypervisor', 'a' for amd -# Know bug: Cannot resolve host name - # In order to be fed to virt-install or software like livecd-creator, this file needs to be flatten or merged into one. # Here is how you can do it with the ksflatten tool provided by the pykickstart package on Fedora : # ksflatten -c sha.cfg -o ../flat/flat-sha.cfg diff --git a/leaves/shi.cfg b/leaves/shi.cfg index c8f9a99..2fd1c60 100644 --- a/leaves/shi.cfg +++ b/leaves/shi.cfg @@ -8,8 +8,6 @@ # What ? When flattened, this file will result in a stand-alone kickstart file that can be automatically deploy into a server-oriented system with a hypervisor optimized for Intel (tm) CPUs # 's' for server, 'h' for hypervisor', 'i' for intel -# Know bug: Cannot resolve host name - # In order to be fed to virt-install or software like livecd-creator, this file needs to be flatten or merged into one. # Here is how you can do it with the ksflatten tool provided by the pykickstart package on Fedora : # ksflatten -c shi.cfg -o ../flat/flat-shi.cfg