-
Notifications
You must be signed in to change notification settings - Fork 321
/
mkosi.conf
52 lines (42 loc) · 1.18 KB
/
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
41
42
43
44
45
46
47
48
49
50
51
52
# SPDX-License-Identifier: LGPL-2.1-or-later
[Include]
Include=mkosi-vm
[Build]
CacheDirectory=mkosi.cache
History=yes
[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
OutputDirectory=mkosi.output
[Build]
BuildSources=.
BuildSourcesEphemeral=yes
[Content]
Autologin=yes
SELinuxRelabel=no
ShimBootloader=unsigned
Packages=
binutils
gdb
sudo
tmux
zsh
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=
enforcing=0
systemd.log_ratelimit_kmsg=0
systemd.crash_shell
printk.devkmsg=on
systemd.early_core_pattern=/core
KernelModulesInitrdExclude=.*
KernelModulesInitrdInclude=default
[Host]
QemuMem=4G