mirror of
https://github.com/systemd/systemd-stable.git
synced 2024-12-27 03:21:32 +03:00
bf3598beff
mkfs.vfat doesn't support specifying a root directory to bootstrap the filesystem from (see https://github.com/dosfstools/dosfstools/issues/183). Instead, we can use the mcopy tool from the mtools package to copy files into the vfat filesystem after creating it without needing to mount the vfat filesystem.
79 lines
1.3 KiB
Plaintext
79 lines
1.3 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).
|
|
|
|
[Output]
|
|
Format=gpt_btrfs
|
|
Bootable=yes
|
|
HostonlyInitrd=yes
|
|
# Prevent ASAN warnings when building the image
|
|
Environment=ASAN_OPTIONS=verify_asan_link_order=false
|
|
OutputDirectory=mkosi.output
|
|
|
|
[Content]
|
|
BuildDirectory=mkosi.builddir
|
|
Cache=mkosi.cache
|
|
SourceFileTransfer=mount
|
|
SourceFileTransferFinal=copy-git-others
|
|
Packages=
|
|
acl
|
|
bash-completion
|
|
coreutils
|
|
diffutils
|
|
dnsmasq
|
|
dosfstools
|
|
e2fsprogs
|
|
findutils
|
|
gcc # For sanitizer libraries
|
|
gdb
|
|
grep
|
|
kbd
|
|
kexec-tools
|
|
kmod
|
|
less
|
|
mtools
|
|
nano
|
|
nftables
|
|
openssl
|
|
python3
|
|
qrencode
|
|
sed
|
|
strace
|
|
tree
|
|
util-linux
|
|
valgrind
|
|
wireguard-tools
|
|
xfsprogs
|
|
zsh
|
|
|
|
BuildPackages=
|
|
bc
|
|
binutils
|
|
bison
|
|
clang
|
|
flex
|
|
gcc
|
|
gettext
|
|
git
|
|
gnu-efi
|
|
gperf
|
|
lld
|
|
llvm
|
|
make
|
|
meson
|
|
pkgconf
|
|
rpm
|
|
rsync
|
|
tar
|
|
zstd
|
|
|
|
[Host]
|
|
QemuHeadless=yes
|
|
Netdev=yes
|
|
QemuMem=2G
|
|
ExtraSearchPaths=build/
|
|
|
|
[Validation]
|
|
Password=
|
|
Autologin=yes
|