Skip to content

Commit

Permalink
Kickstart Testing
Browse files Browse the repository at this point in the history
  • Loading branch information
alextrical committed Dec 3, 2023
1 parent a1c1555 commit 9df7cb5
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 1 deletion.
2 changes: 1 addition & 1 deletion boot_menu.yml
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
38 changes: 38 additions & 0 deletions kickstart/makerspace-kinoite.ks
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

0 comments on commit 9df7cb5

Please sign in to comment.