forked from systemd/mkosi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkosi.conf
40 lines (33 loc) · 1011 Bytes
/
mkosi.conf
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
31
32
33
34
35
36
37
38
39
40
# SPDX-License-Identifier: LGPL-2.1-or-later
[Output]
# These images are (among other things) used for running mkosi which means we need some disk space available so
# default to directory output where disk space isn't a problem.
@Format=directory
@CacheDirectory=mkosi.cache
@OutputDirectory=mkosi.output
[Content]
Autologin=yes
@SELinuxRelabel=no
@ShimBootloader=unsigned
BuildSources=.
BuildSourcesEphemeral=yes
Packages=
attr
ca-certificates
gdb
jq
less
nano
strace
tmux
InitrdPackages=
less
RemoveFiles=
# The grub install plugin doesn't play nice with booting from virtiofs.
/usr/lib/kernel/install.d/20-grub.install
# The dracut install plugin doesn't honor KERNEL_INSTALL_INITRD_GENERATOR.
/usr/lib/kernel/install.d/50-dracut.install
# Make sure that SELinux doesn't run in enforcing mode even if it's pulled in as a dependency.
KernelCommandLine=console=ttyS0 enforcing=0
[Host]
@QemuMem=4G