summaryrefslogtreecommitdiff
path: root/test/README.testsuite
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2022-09-23 14:59:02 +0200
committerLennart Poettering <lennart@poettering.net>2022-09-23 15:10:53 +0200
commit32e276708089110243682d8aaa3d58075b91f0d6 (patch)
tree44a32b969266f7dfe9529f31e79046e78ca7e474 /test/README.testsuite
parentaddc84ec9184094db4439006e8a3b955b6387f74 (diff)
downloadsystemd-32e276708089110243682d8aaa3d58075b91f0d6.tar.gz
tree-wide: use the term "initrd" at most places we so far used "initramfs"
In most cases we refernced the concept as "initrd". Let's convert most remaining uses of "initramfs" to "initrd" too, to stay internally consistent. This leaves "initramfs" only where it's relevant to explain historical concepts or where "initramfs" is part of the API (i.e. in /run/initramfs). Follow-up for: b66a6e1a5838b874b789820c090dd6850cf10513
Diffstat (limited to 'test/README.testsuite')
-rw-r--r--test/README.testsuite4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/README.testsuite b/test/README.testsuite
index 7e3d6c0623..fb77ad286e 100644
--- a/test/README.testsuite
+++ b/test/README.testsuite
@@ -98,8 +98,8 @@ INTERACTIVE_DEBUG=1
(e.g. by setting a usable default terminal, suppressing the shutdown after
the test, etc.)
-The kernel and initramfs can be specified with $KERNEL_BIN and $INITRD.
-(Fedora's or Debian's default kernel path and initramfs are used by default)
+The kernel and initrd can be specified with $KERNEL_BIN and $INITRD. (Fedora's
+or Debian's default kernel path and initrd are used by default)
A script will try to find your qemu binary. If you want to specify a different
one with $QEMU_BIN.