blob: b099e79132e7d10e0924309f91fc6cf805e18fc6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# SPDX-License-Identifier: LGPL-2.1-or-later
[Match]
Distribution=ubuntu
[Content]
Packages=
# We would like to use linux-image-kvm but it does not have support for SMBIOS credentials.
linux-image-generic
linux-tools-common
linux-tools-generic
# "orphan_file" is enabled by default in recent versions of mkfs.ext4 but not supported by the Jammy kernel
# so we explicitly disable it.
Environment=SYSTEMD_REPART_MKFS_OPTIONS_EXT4="-O ^orphan_file"
|