mirror of
https://github.com/KDE/kde-linux.git
synced 2025-12-23 16:08:29 -05:00
30 lines
978 B
Plaintext
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
|