summaryrefslogtreecommitdiff
path: root/test/README.testsuite
diff options
context:
space:
mode:
authorEvgeny Vereshchagin <evvers@ya.ru>2015-11-20 05:21:06 +0000
committerEvgeny Vereshchagin <evvers@ya.ru>2015-11-20 12:10:12 +0000
commit61fea35e14d84144e6e2122f5cd247f9c7e6245e (patch)
tree49a4b0ab44445f08c78f3c95eed8c3ea0450c980 /test/README.testsuite
parentfd4f59076ec35cd20c3b424a41e405a1062fbe8d (diff)
tests: fix initrd searching on Debian/Ubuntu
Diffstat (limited to 'test/README.testsuite')
-rw-r--r--test/README.testsuite2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/README.testsuite b/test/README.testsuite
index 5c7aca43a8..fa7e73ce3a 100644
--- a/test/README.testsuite
+++ b/test/README.testsuite
@@ -36,7 +36,7 @@ you can even skip the "clean" and "setup" if you want to run the machine again.
$ sudo make KERNEL_APPEND="systemd.unit=multi-user.target" run
You can specify a different kernel and initramfs with $KERNEL_BIN and $INITRD.
-(Fedora's default kernel path and initramfs are used by default)
+(Fedora's or Debian's default kernel path and initramfs are used by default)
$ sudo make KERNEL_BIN=/boot/vmlinuz-foo INITRD=/boot/initramfs-bar clean check