2021-04-05 00:47:32 +02:00
|
|
|
# mkosi.default - Another way to run a test system with LKRG module.
|
|
|
|
|
2021-03-29 05:37:51 +02:00
|
|
|
[Distribution]
|
|
|
|
Distribution=ubuntu
|
|
|
|
# Linux version per release:
|
2021-04-23 20:06:31 +02:00
|
|
|
# focal - v5.4
|
|
|
|
# groovy - v5.8
|
|
|
|
# hirsute - v5.11
|
|
|
|
Release=hirsute
|
2021-03-29 05:37:51 +02:00
|
|
|
|
|
|
|
[Output]
|
|
|
|
Bootable=yes
|
|
|
|
# 'no_timer_check' is old workaround to intermittent apic kernel panic in qemu.
|
2023-09-20 07:27:09 +02:00
|
|
|
KernelCommandLine=no_timer_check panic=-1 oops=panic panic_on_warn softlockup_panic=1 ignore_loglevel root=LABEL=root
|
2022-09-02 08:40:40 +02:00
|
|
|
# Separate initrd for possible debugging.
|
2021-03-29 05:37:51 +02:00
|
|
|
WithUnifiedKernelImages=no
|
|
|
|
|
|
|
|
[Partitions]
|
2021-04-05 00:47:32 +02:00
|
|
|
# 2G was not enough for build with mainline kernels installs.
|
2022-07-02 04:06:24 +02:00
|
|
|
RootSize=4G
|
2021-03-29 05:37:51 +02:00
|
|
|
|
|
|
|
[Packages]
|
|
|
|
BuildPackages=
|
|
|
|
diffutils
|
|
|
|
gcc
|
|
|
|
make
|
|
|
|
linux-virtual
|
|
|
|
Packages=
|
|
|
|
sysvbanner
|
2021-04-05 00:47:32 +02:00
|
|
|
kmod
|
2021-03-29 05:37:51 +02:00
|
|
|
|
|
|
|
[Host]
|
|
|
|
QemuHeadless=yes
|
|
|
|
|
|
|
|
[Validation]
|
|
|
|
Password=
|
|
|
|
Autologin=yes
|