Home
last modified time | relevance | path

Searched refs:img (Results 1 – 12 of 12) sorted by relevance

/systemd-251/test/units/
Dtestsuite-70.sh9 img="/var/tmp/test.img"
10 dd if=/dev/zero of=$img bs=1024k count=20 status=none
12 cryptsetup luksFormat -q --use-urandom $img /tmp/passphrase
15 env PASSWORD=passphrase systemd-cryptenroll --tpm2-device=auto $img
16 /usr/lib/systemd/systemd-cryptsetup attach test-volume $img - tpm2-device=auto,headless=1
21 /usr/lib/systemd/systemd-cryptsetup attach test-volume $img - tpm2-device=auto,headless=1 && { echo…
24 systemd-cryptenroll --wipe-slot=tpm2 $img
25 … PASSWORD=passphrase NEWPIN=123456 systemd-cryptenroll --tpm2-device=auto --tpm2-with-pin=true $img
26 env PIN=123456 /usr/lib/systemd/systemd-cryptsetup attach test-volume $img - tpm2-device=auto,headl…
30 env PIN=123457 /usr/lib/systemd/systemd-cryptsetup attach test-volume $img - tpm2-device=auto,headl…
[all …]
Dtestsuite-65.sh9 mkdir -p /tmp/img/usr/lib/systemd/system/
10 mkdir -p /tmp/img/opt/
12 touch /tmp/img/opt/script0.sh
13 chmod +x /tmp/img/opt/script0.sh
15 cat <<EOF >/tmp/img/usr/lib/systemd/system/testfile.service
22 systemd-analyze verify --root=/tmp/img/ testfile.service \
26 systemd-analyze verify --recursive-errors=yes --root=/tmp/img/ testfile.service \
30 systemd-analyze verify --recursive-errors=one --root=/tmp/img/ testfile.service \
36 systemd-analyze verify --recursive-errors=no --root=/tmp/img/ testfile.service
38 rm /tmp/img/usr/lib/systemd/system/testfile.service
[all …]
Dtestsuite-58.sh68 rm -f /var/tmp/testsuite-58.img /var/tmp/testsuite-58.2.img /tmp/testsuite-58.dump
100 /var/tmp/testsuite-58.img
102 sfdisk --dump /var/tmp/testsuite-58.img | tee /tmp/testsuite-58.dump
133 --image=/var/tmp/testsuite-58.img \
134 /var/tmp/testsuite-58.2.img
136 cmp /var/tmp/testsuite-58.img /var/tmp/testsuite-58.2.img
138 rm /var/tmp/testsuite-58.img /var/tmp/testsuite-58.2.img /tmp/testsuite-58.dump
143 rm -f /var/tmp/testsuite-58.3.img /tmp/testsuite-58-3.dump
151 truncate -s 10g /var/tmp/testsuite-58.3.img
152 sfdisk /var/tmp/testsuite-58.3.img <<EOF
[all …]
Dtestsuite-43.sh124 unsquashfs -no-xattrs -d /tmp/img /usr/share/minimal_0.raw
126 -p PrivateUsers=yes -p RootDirectory=/tmp/img \
130 mount --bind /tmp/img /tmp/img_bind
142 -p TemporaryFileSystem=/run -p RootDirectory=/tmp/img \
Dtestsuite-50.sh292 systemctl mount-image --mkdir testservice-50d.service "${image}.raw" /tmp/img root:nosuid
/systemd-251/src/sysext/
Dsysext.c406 const Image *img, in validate_version() argument
414 assert(img); in validate_version()
433 img->name, in validate_version()
438 img->extension_release); in validate_version()
451 Image *img; in merge_subprocess() local
487 HASHMAP_FOREACH(img, images) { in merge_subprocess()
490 p = path_join(workspace, "extensions", img->name); in merge_subprocess()
498 switch (img->type) { in merge_subprocess()
501 r = mount_nofollow_verbose(LOG_ERR, img->path, p, NULL, MS_BIND, NULL); in merge_subprocess()
525 r = verity_settings_load(&verity_settings, img->path, NULL, NULL); in merge_subprocess()
[all …]
/systemd-251/test/TEST-64-UDEV-STORAGE/
Dtest.sh265 rm -f "${TESTDIR:?}"/namedpart*.img
353 rm -f "${TESTDIR:?}"/lvmbasic*.img
381 rm -f "${TESTDIR:?}"/btrfsbasic*.img
410 rm -f "${TESTDIR:?}"/iscsibasic*.img
474 rm -f "${TESTDIR:?}"/mdadmbasic*.img
500 rm -f "${TESTDIR:?}"/mdadmlvm*.img
/systemd-251/src/boot/efi/
Dlinux.c19 static EFI_LOADED_IMAGE * loaded_image_free(EFI_LOADED_IMAGE *img) { in loaded_image_free() argument
20 if (!img) in loaded_image_free()
22 mfree(img->LoadOptions); in loaded_image_free()
23 return mfree(img); in loaded_image_free()
/systemd-251/
DREADME.md5 <a href="http://in.waw.pl/systemd-github-state/systemd-systemd-issues.svg"><img align="right" src="…
6 <a href="http://in.waw.pl/systemd-github-state/systemd-systemd-pull-requests.svg"><img align="right…
12 [![Language Grade: C/C++](https://img.shields.io/lgtm/grade/cpp/g/systemd/systemd.svg?logo=lgtm&log…
/systemd-251/test/test-fstab-generator/
Dtest-11-live.input1 root=live:http://example.com/liveboot.img
/systemd-251/test/
DREADME.testsuite208 -- autopkgtest-virt-qemu autopkgtest-focal-amd64.img
Dtest-functions2845 cp -v "$(realpath "${IMAGESTATEDIR}/default.img")" "$IMAGE_PUBLIC"