Skip to content

Commit cb9ad74

Browse files
committed
Add installer UKI profile
When using a USB stick to install ParticleOS, users can boot into this profile to boot into a "live" version of ParticleOS in which root is a tmpfs, systemd-repart is masked and autologin as root is enabled.
1 parent 9b41c4d commit cb9ad74

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

mkosi.uki-profiles/live.conf

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# SPDX-License-Identifier: LGPL-2.1-or-later
2+
3+
[UKIProfile]
4+
Profile=
5+
ID=live
6+
TITLE=Live System (Installer)
7+
8+
Cmdline=
9+
root=tmpfs
10+
rd.systemd.mask=systemd-repart.service
11+
systemd.mask=systemd-repart.service
12+
systemd.firstboot=no
13+
systemd.set-credential=agetty.autologin:root
14+
systemd.set-credential=login.noauth:yes

0 commit comments

Comments
 (0)