forked from sig_core/kickstarts
update the vagrant parts
This commit is contained in:
parent
6db39fc28a
commit
e671199e78
@ -26,13 +26,15 @@ skipx
|
|||||||
services --enabled="vmtoolsd"
|
services --enabled="vmtoolsd"
|
||||||
# System bootloader configuration
|
# System bootloader configuration
|
||||||
bootloader --append="no_timer_check console=tty0 console=ttyS0,115200n8 net.ifnames=0 biosdevname=0 elevator=noop" --location=mbr --timeout=1
|
bootloader --append="no_timer_check console=tty0 console=ttyS0,115200n8 net.ifnames=0 biosdevname=0 elevator=noop" --location=mbr --timeout=1
|
||||||
reqpart
|
|
||||||
# Clear the Master Boot Record
|
# Clear the Master Boot Record
|
||||||
zerombr
|
zerombr
|
||||||
# Partition clearing information
|
# Partition clearing information
|
||||||
clearpart --all --initlabel
|
clearpart --all --initlabel --disklabel=gpt
|
||||||
# Disk partitioning information
|
# Disk partitioning information
|
||||||
part / --asprimary --fstype="xfs" --grow --size=1024
|
part biosboot --size=1 --fstype=biosboot --asprimary
|
||||||
|
part /boot/efi --size=100 --fstype=efi --asprimary
|
||||||
|
part /boot --size=1000 --fstype=xfs --asprimary --label=boot
|
||||||
|
part / --size=8000 --fstype="xfs" --mkfsoptions "-m bigtime=0,inobtcount=0" --grow
|
||||||
|
|
||||||
%post
|
%post
|
||||||
# configure swap to a file
|
# configure swap to a file
|
||||||
|
@ -26,13 +26,15 @@ skipx
|
|||||||
services --enabled="vmtoolsd"
|
services --enabled="vmtoolsd"
|
||||||
# System bootloader configuration
|
# System bootloader configuration
|
||||||
bootloader --append="no_timer_check console=tty0 console=ttyS0,115200n8 net.ifnames=0 biosdevname=0 elevator=noop" --location=mbr --timeout=1
|
bootloader --append="no_timer_check console=tty0 console=ttyS0,115200n8 net.ifnames=0 biosdevname=0 elevator=noop" --location=mbr --timeout=1
|
||||||
reqpart
|
|
||||||
# Clear the Master Boot Record
|
# Clear the Master Boot Record
|
||||||
zerombr
|
zerombr
|
||||||
# Partition clearing information
|
# Partition clearing information
|
||||||
clearpart --all --initlabel
|
clearpart --all --initlabel --disklabel=gpt
|
||||||
# Disk partitioning information
|
# Disk partitioning information
|
||||||
part / --asprimary --fstype="xfs" --grow --size=1024
|
part biosboot --size=1 --fstype=biosboot --asprimary
|
||||||
|
part /boot/efi --size=100 --fstype=efi --asprimary
|
||||||
|
part /boot --size=1000 --fstype=xfs --asprimary --label=boot
|
||||||
|
part / --size=8000 --fstype="xfs" --mkfsoptions "-m bigtime=0,inobtcount=0" --grow
|
||||||
|
|
||||||
%post
|
%post
|
||||||
# configure swap to a file
|
# configure swap to a file
|
||||||
|
@ -26,13 +26,15 @@ skipx
|
|||||||
services --enabled="vmtoolsd"
|
services --enabled="vmtoolsd"
|
||||||
# System bootloader configuration
|
# System bootloader configuration
|
||||||
bootloader --append="no_timer_check console=tty0 console=ttyS0,115200n8 net.ifnames=0 biosdevname=0 elevator=noop" --location=mbr --timeout=1
|
bootloader --append="no_timer_check console=tty0 console=ttyS0,115200n8 net.ifnames=0 biosdevname=0 elevator=noop" --location=mbr --timeout=1
|
||||||
reqpart
|
|
||||||
# Clear the Master Boot Record
|
# Clear the Master Boot Record
|
||||||
zerombr
|
zerombr
|
||||||
# Partition clearing information
|
# Partition clearing information
|
||||||
clearpart --all --initlabel
|
clearpart --all --initlabel --disklabel=gpt
|
||||||
# Disk partitioning information
|
# Disk partitioning information
|
||||||
part / --asprimary --fstype="xfs" --grow --size=1024
|
part biosboot --size=1 --fstype=biosboot --asprimary
|
||||||
|
part /boot/efi --size=100 --fstype=efi --asprimary
|
||||||
|
part /boot --size=1000 --fstype=xfs --asprimary --label=boot
|
||||||
|
part / --size=8000 --fstype="xfs" --mkfsoptions "-m bigtime=0,inobtcount=0" --grow
|
||||||
|
|
||||||
%post
|
%post
|
||||||
# configure swap to a file
|
# configure swap to a file
|
||||||
|
@ -14,10 +14,11 @@ services --enabled=vmtoolsd
|
|||||||
# even in environments like virtualbox that emulate a real NW card
|
# 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"
|
bootloader --timeout=1 --append="no_timer_check console=tty0 console=ttyS0,115200n8 net.ifnames=0 biosdevname=0 elevator=noop"
|
||||||
zerombr
|
zerombr
|
||||||
clearpart --all --initlabel
|
clearpart --all --initlabel --disklabel=gpt
|
||||||
reqpart
|
part biosboot --size=1 --fstype=biosboot --asprimary
|
||||||
part / --fstype=xfs --asprimary --size=1024 --grow
|
part /boot/efi --size=100 --fstype=efi --asprimary
|
||||||
|
part /boot --size=1000 --fstype=xfs --asprimary --label=boot
|
||||||
|
part / --size=8000 --fstype="xfs" --mkfsoptions "-m bigtime=0,inobtcount=0" --grow
|
||||||
user --name=vagrant --plaintext --password=vagrant
|
user --name=vagrant --plaintext --password=vagrant
|
||||||
|
|
||||||
shutdown
|
shutdown
|
||||||
|
Loading…
Reference in New Issue
Block a user