remove ref to hostname resolution bug

This commit is contained in:
lukas 2021-11-04 13:14:00 +01:00
parent b888f00454
commit c507262724
9 changed files with 3 additions and 17 deletions

View File

@ -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

View File

@ -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

View File

@ -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!

View File

@ -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 :

View File

@ -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 :

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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