diff options
author | Daniel Mack <github@zonque.org> | 2015-11-20 16:00:32 +0100 |
---|---|---|
committer | Daniel Mack <github@zonque.org> | 2015-11-20 16:00:32 +0100 |
commit | aedf698f3e93b2d376e03b85c471f0f54ccda50d (patch) | |
tree | a921b59961c1bf7b0dd0ade73c19a2e427a39d80 /test/README.testsuite | |
parent | 1bd4903c8faab8af259ecb35bbad05d938e250c5 (diff) | |
parent | 61fea35e14d84144e6e2122f5cd247f9c7e6245e (diff) |
Merge pull request #1966 from evverx/fix-initrd-searching-on-debian
tests: fix initrd searching on Debian/Ubuntu
Diffstat (limited to 'test/README.testsuite')
-rw-r--r-- | test/README.testsuite | 2 |
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 |