mirror of
https://github.com/systemd/systemd-stable.git
synced 2024-12-27 03:21:32 +03:00
ee2812da8f
--qemu-headless configures the generated image and mkosi's qemu command to connect to the VM via the serial port. This allows spawning a qemu VM within the user's terminal instead of spawning a graphical GTK GUI. --qemu-headless sets TERM, COLUMNS and LINES in serial-getty@ttyS0.service in the container which makes the terminal in the VM behave almost equivalent to the one on the host. This change makes testing changes to systemd using mkosi + QEMU a lot easier compared to before as commands can be executed in the VM from the comfort of one's terminal compared to the Linux console available when running via the GTK GUI.
75 lines
1.4 KiB
Plaintext
75 lines
1.4 KiB
Plaintext
# SPDX-License-Identifier: LGPL-2.1-or-later
|
|
|
|
# This is a settings file for OS image generation using mkosi (https://github.com/systemd/mkosi).
|
|
# Symlink this file to mkosi.default in the project root directory and invoke "mkosi" to build an OS image.
|
|
|
|
[Distribution]
|
|
Distribution=ubuntu
|
|
Release=focal
|
|
Repositories=main,universe
|
|
|
|
[Output]
|
|
Format=raw_btrfs
|
|
Bootable=yes
|
|
|
|
[Partitions]
|
|
RootSize=2G
|
|
|
|
[Packages]
|
|
BuildPackages=
|
|
acl
|
|
docbook-xml
|
|
docbook-xsl
|
|
gcc
|
|
gettext
|
|
git
|
|
gnu-efi
|
|
gperf
|
|
libacl1-dev
|
|
libaudit-dev
|
|
libblkid-dev
|
|
libbz2-dev
|
|
libcap-dev
|
|
libcryptsetup-dev
|
|
libcurl4-gnutls-dev
|
|
libdbus-1-dev
|
|
libdw-dev
|
|
libfdisk-dev
|
|
libgcrypt20-dev
|
|
libgnutls28-dev
|
|
libidn2-0-dev
|
|
libip4tc-dev
|
|
libip6tc-dev
|
|
libkmod-dev
|
|
liblz4-dev
|
|
liblz4-tool
|
|
liblzma-dev
|
|
libmicrohttpd-dev
|
|
libmount-dev
|
|
libpam0g-dev
|
|
libqrencode-dev
|
|
libseccomp-dev
|
|
libsmartcols-dev
|
|
libxkbcommon-dev
|
|
libxtables-dev
|
|
libzstd-dev
|
|
m4
|
|
meson
|
|
pkg-config
|
|
python3
|
|
python3-lxml
|
|
tree
|
|
tzdata
|
|
uuid-dev
|
|
xsltproc
|
|
xz-utils
|
|
zstd
|
|
|
|
Packages=
|
|
libqrencode4
|
|
locales
|
|
libidn2-0
|
|
|
|
[Host]
|
|
QemuHeadless=yes
|