forked from blue-build/legacy-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a1c1555
commit 9df7cb5
Showing
2 changed files
with
39 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
ublue_variants: | ||
- label: alextrical/makerspace-kinoite | ||
ks: /kickstart/ublue-os.ks | ||
ks: /kickstart/makerspace-kinoite.ks | ||
flavors: | ||
- label: makerspace-kinoite |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
# Generated by Anaconda 39.32.6 | ||
# Generated by pykickstart v3.48 | ||
# version=DEVEL | ||
# Use graphical install | ||
graphical | ||
|
||
|
||
# # Package Selection | ||
# %packages | ||
# %end | ||
|
||
# %pre --log=/var/log/kickstart_pre.log | ||
# nmcli dev wifi connect <SSID> password <PASS> | ||
# %end | ||
|
||
%post --erroronfail | ||
cp /etc/skel/.bash* /root | ||
%end | ||
|
||
# Keyboard layouts | ||
keyboard --vckeymap=gb --xlayouts='gb' | ||
# System language | ||
lang en_GB.UTF-8 | ||
|
||
# Firewall configuration | ||
firewall --use-system-defaults | ||
|
||
# OSTree setup | ||
ostreesetup --osname="fedora" --remote="fedora" --url="file:///ostree/repo" --ref="fedora/39/x86_64/kinoite" --nogpg | ||
|
||
# Reboot system after install | ||
reboot --kexec | ||
|
||
# System timezone | ||
timezone Europe/London --utc | ||
|
||
# Root password | ||
rootpw --iscrypted $y$j9T$kFcFJPk.ERYNjcScMIBdoU.g$u2ljPOL4aOP0pJk2YQQ0Go/WxwITM5MK1Bjql2ahWj9 |