Files
kde-linux/mkosi.conf
2025-11-14 09:26:06 +00:00

30 lines
978 B
Plaintext

# 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
[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