Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions mkosi.extra/usr/lib/repart.sysinstall.d/00-esp.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# SPDX-License-Identifier: LGPL-2.1-or-later

[Partition]
Type=esp
Format=vfat
SizeMinBytes=1G
SizeMaxBytes=1G
1 change: 1 addition & 0 deletions mkosi.extra/usr/lib/repart.sysinstall.d/11-usr-verity.conf
1 change: 1 addition & 0 deletions mkosi.extra/usr/lib/repart.sysinstall.d/12-usr.conf
1 change: 1 addition & 0 deletions mkosi.extra/usr/lib/repart.sysinstall.d/21-usr-verity.conf
1 change: 1 addition & 0 deletions mkosi.extra/usr/lib/repart.sysinstall.d/22-usr.conf
1 change: 1 addition & 0 deletions mkosi.extra/usr/lib/repart.sysinstall.d/30-swap.conf
1 change: 1 addition & 0 deletions mkosi.extra/usr/lib/repart.sysinstall.d/40-root.conf
1 change: 1 addition & 0 deletions mkosi.extra/usr/lib/repart.sysinstall.d/50-home.conf
6 changes: 2 additions & 4 deletions mkosi.uki-profiles/10-live.conf
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,17 @@
[UKIProfile]
Profile=
ID=live
TITLE=Live System (Installer)
TITLE=Live System

Cmdline=
root=tmpfs
mount.usr=dissect
rd.systemd.mask=systemd-repart.service
systemd.mask=systemd-repart.service
systemd.firstboot=no
systemd.set-credential=passwd.plaintext-password.root:particleos
systemd.set-credential=agetty.autologin:root
systemd.set-credential=login.noauth:yes
SYSTEMD_SULOGIN_FORCE=1
systemd.journald.forward_to_console=1
systemd.journald.max_level_console=warning
rw
audit=0
systemd.image_policy=esp=unprotected:xbootldr=unprotected+unused+absent:usr=signed:=ignore
Expand Down
20 changes: 20 additions & 0 deletions mkosi.uki-profiles/20-install.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# SPDX-License-Identifier: LGPL-2.1-or-later

[UKIProfile]
Profile=
ID=install
TITLE=Installer

Cmdline=
root=tmpfs
mount.usr=dissect
rd.systemd.mask=systemd-repart.service
systemd.mask=systemd-repart.service
systemd.unit=system-install.target
systemd.set-credential=passwd.plaintext-password.root:particleos
rw
audit=0
systemd.image_policy=esp=unprotected:xbootldr=unprotected+unused+absent:usr=signed:=ignore
systemd.image_filter=usr=ParticleOS_*:usr-verity=ParticleOS_*:usr-verity-sig=ParticleOS_*

SignExpectedPcr=no