forked from roots/phyllomeos
reorganize folders : the root folder is for phyllome kickstarts, folder leafs for guests systems
This commit is contained in:
1364
misc/seos-s.sh
Normal file
1364
misc/seos-s.sh
Normal file
File diff suppressed because it is too large
Load Diff
60
misc/test.cfg
Normal file
60
misc/test.cfg
Normal file
@@ -0,0 +1,60 @@
|
||||
# __ ____ ____ _____
|
||||
# ____ / /_ __ __/ / /___ ____ ___ ___ / __ \/ ___/
|
||||
# / __ \/ __ \/ / / / / / __ \/ __ `__ \/ _ \ / / / /\__ \
|
||||
# / /_/ / / / / /_/ / / / /_/ / / / / / / __/ / /_/ /___/ /
|
||||
# / .___/_/ /_/\__, /_/_/\____/_/ /_/ /_/\___/ \____//____/
|
||||
# /_/ /____/
|
||||
|
||||
# WHAT ? Kickstart file to test new settings.
|
||||
|
||||
# USAGE : Press the `tab` key during POST and apend that after the 'quiet' string :
|
||||
# inst.ks=https://git.phyllo.me/home/kickstart/raw/branch/master/f34/test.cfg
|
||||
# inst.ks=url.phyllo.me/test.cfg
|
||||
|
||||
## SYSTEM RELATED
|
||||
|
||||
# Services to enable/disable ## To do
|
||||
# services --disabled=mlocate-updatedb,mlocate-updatedb.timer,geoclue,avahi-daemon
|
||||
|
||||
# Generated by Anaconda 34.24.9
|
||||
# Generated by pykickstart v3.32
|
||||
#version=DEVEL
|
||||
# Use graphical install
|
||||
graphical
|
||||
|
||||
# Keyboard layouts
|
||||
keyboard --xlayouts='ch (fr)','us'
|
||||
# System language
|
||||
lang en_US.UTF-8
|
||||
|
||||
# Use CDROM installation media
|
||||
cdrom
|
||||
|
||||
%packages
|
||||
@^custom-environment
|
||||
@guest-agents
|
||||
@networkmanager-submodules
|
||||
@standard
|
||||
|
||||
%end
|
||||
|
||||
# Run the Setup Agent on first boot
|
||||
firstboot --enable
|
||||
|
||||
# Generated using Blivet version 3.3.3
|
||||
ignoredisk --only-use=vda
|
||||
# Partition clearing information
|
||||
clearpart --none --initlabel
|
||||
# Disk partitioning information
|
||||
part /boot --fstype="ext4" --ondisk=vda --size=384 --label=boot
|
||||
part /boot/efi --fstype="efi" --ondisk=vda --size=128 --fsoptions="umask=0077,shortname=winnt" --label=efi
|
||||
part / --fstype="ext4" --ondisk=vda --size=14846 --label=system --encrypted --luks-version=luks2
|
||||
|
||||
# System timezone
|
||||
timezone Europe/Paris --utc
|
||||
|
||||
# Root password
|
||||
rootpw --iscrypted $6$MHsknl33Td024Tdr$PSp2NyQ1wJj7fIWaNfUlY//N.FzEE5RzYEfZ3/E/cUNGF7a63eDwVwHIm/UcDgEEzUoKr8uAMtxz.4xGyy5Qb0
|
||||
user --name=lukas --password=$6$4/hNha6Lm85qHUwH$sBlh8N/AU0..yNovAUc5UHL3wE8jjIkJIzGpwbB9QxkntrcqytcsCiYLOcLdpMel4cSu0pEWBCNkSIH5fsZSp. --iscrypted --gecos="lukas"
|
||||
|
||||
# To be tested
|
Reference in New Issue
Block a user