changed kickstart added url
This commit is contained in:
parent
656ba81413
commit
bce64a2882
2 changed files with 5 additions and 1 deletions
BIN
.kickstart.ks.swp
Normal file
BIN
.kickstart.ks.swp
Normal file
Binary file not shown.
|
|
@ -1,7 +1,7 @@
|
|||
#version=DEVEL
|
||||
# Use graphical install
|
||||
graphical
|
||||
|
||||
install
|
||||
|
||||
%packages
|
||||
@^workstation-product-environment
|
||||
|
|
@ -30,7 +30,11 @@ clearpart --none --initlabel
|
|||
# System timezone
|
||||
timezone Europe/Amsterdam --utc --ntpservers=pfsense.alcatrash.local
|
||||
|
||||
# install from network
|
||||
url --url="http://ftp.nluug.nl/pub/os/Linux/distr/fedora/linux/releases/32/Everything/x86_64/os/"
|
||||
|
||||
# Root password
|
||||
|
||||
rootpw --iscrypted $6$CEWqHJNZztCs096D$eCrfnxW8.7Je5x0AUXCqgAJ6mvl0G28gSOm5y5ytWQYJxpIsc/PYxXjO3D6rsxUzhhX24ZpXZRd1Pdy868adQ/
|
||||
user --groups=wheel --name=michael --password=$6$kcYQ1rw7djww4kr9$snO2PrhB7Q5734P2s.nltz2N9eGESmJFKR7PzPDabn5SULnzsT7UfdNvbVnCnS1AuMM5skH9u4vlXwhqBcIG8. --iscrypted --gecos="michael"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue