forked from KDE/kde-linux
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkosi.conf
More file actions
30 lines (25 loc) · 1007 Bytes
/
Copy pathmkosi.conf
File metadata and controls
30 lines (25 loc) · 1007 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
# SPDX-FileCopyrightText: 2023 Harald Sitter <sitter@kde.org>
[Distribution]
Distribution=arch
Mirror=https://mirror.23m.com/archlinux/
[Output]
ImageId=kde-linux
Format=directory
SplitArtifacts=yes
OutputDirectory=mkosi.output
[Content]
# We do not want an initrd or any other boot artifacts, we generate all this stuff ourselves since we need more
# control than mkosi gives us. Bootable also has the unfortunate side effect that the os-release file gets eaten
# for some reason (supposedly as a side effect of the initrd creation?)
Bootable=no
KernelCommandLine=
# No root login thank you very much. We'll provision a live user as part of spinup
# RootPassword=
[Build]
WithNetwork=true
# Make sure kernel-install knows where we expect the ESP to be mounted so it can create correct loader entries.
Environment=BOOT_MNT=/usr/share/factory/boot
PackageCacheDirectory=/var/cache/mkosi.pacman
[Runtime]
Console=gui