Update Rocky-8-x86_64-Vagrant.ks

This commit is contained in:
Mustafa Gezen 2021-06-23 16:17:31 +00:00
parent 51004c3e27
commit bd5e17b064
1 changed files with 2 additions and 2 deletions

View File

@ -13,8 +13,8 @@ services --enabled=vmtoolsd
# even in environments like virtualbox that emulate a real NW card
bootloader --timeout=1 --append="no_timer_check console=tty0 console=ttyS0,115200n8 net.ifnames=0 biosdevname=0 elevator=noop"
zerombr
clearpart --all --drives=vda
part / --fstype=xfs --asprimary --size=1024 --grow --ondisk=vda
clearpart --all --initlabel
part / --fstype=xfs --asprimary --size=1024 --grow
user --name=vagrant --plaintext --password=vagrant