testing luks
This commit is contained in:
parent
73f0aead96
commit
f61b4d0ad5
27
f34/test.cfg
27
f34/test.cfg
@ -11,9 +11,34 @@
|
|||||||
# inst.ks=https://git.phyllo.me/home/kickstart/raw/branch/master/f34/test.cfg
|
# inst.ks=https://git.phyllo.me/home/kickstart/raw/branch/master/f34/test.cfg
|
||||||
# inst.ks=url.phyllo.me/test.cfg
|
# inst.ks=url.phyllo.me/test.cfg
|
||||||
|
|
||||||
%include https://git.phyllo.me/home/kickstart/raw/branch/master/f34/velsd.cfg
|
# %include https://git.phyllo.me/home/kickstart/raw/branch/master/f34/velsd.cfg
|
||||||
|
|
||||||
## SYSTEM RELATED
|
## SYSTEM RELATED
|
||||||
|
|
||||||
# Services to enable/disable ## To do
|
# Services to enable/disable ## To do
|
||||||
# services --disabled=mlocate-updatedb,mlocate-updatedb.timer,geoclue,avahi-daemon
|
# services --disabled=mlocate-updatedb,mlocate-updatedb.timer,geoclue,avahi-daemon
|
||||||
|
|
||||||
|
#test name: part-luks-2
|
||||||
|
|
||||||
|
network --bootproto=dhcp
|
||||||
|
|
||||||
|
bootloader --timeout=1
|
||||||
|
zerombr
|
||||||
|
clearpart --all --initlabel
|
||||||
|
|
||||||
|
# Test LUKS 2 with default values.
|
||||||
|
|
||||||
|
part / --fstype="ext4" --size=8191 --encrypted --passphrase="passphrase" --luks-version=luks2
|
||||||
|
part /boot --fstype="ext4" --size=1024
|
||||||
|
part swap --fstype="swap" --size=1024
|
||||||
|
|
||||||
|
keyboard us
|
||||||
|
lang en
|
||||||
|
timezone America/New_York
|
||||||
|
rootpw qweqwe
|
||||||
|
shutdown
|
||||||
|
|
||||||
|
%packages
|
||||||
|
%end
|
||||||
|
|
||||||
|
%post
|
||||||
|
Loading…
x
Reference in New Issue
Block a user