summaryrefslogtreecommitdiff
path: root/Makefile-tests.am
diff options
context:
space:
mode:
authorGatis Paeglis <gatis.paeglis@qt.io>2016-08-24 13:26:47 +0200
committerAtomic Bot <atomic-devel@projectatomic.io>2018-01-10 13:52:58 +0000
commit4233b1db199d5207138b9f2946b35d28557cc7a5 (patch)
tree775d85d78c7067a2ce0fcd4dc5ae1ce4e0bff4dc /Makefile-tests.am
parent652d9dd98a610ba6ebda3e3e6c5202f53d3dc439 (diff)
downloadostree-4233b1db199d5207138b9f2946b35d28557cc7a5.tar.gz
Support for booting without initramfs
Previously when initramfs-* was not found in a deployment's boot directory, it was assumed that rootfs is prepared for ostree booting by a kernel patch. With this patch, the behaviour changes to be - if initramfs-* is not found, assume that system is using a static ostree-prepare-root as init process. Booting without initramfs is a common use case on embedded systems. This approach is also more convenient, than having to patch the kernel. Closes: #1401 Approved by: cgwalters
Diffstat (limited to 'Makefile-tests.am')
-rw-r--r--Makefile-tests.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile-tests.am b/Makefile-tests.am
index 9198eb31..350209de 100644
--- a/Makefile-tests.am
+++ b/Makefile-tests.am
@@ -116,6 +116,7 @@ _installed_or_uninstalled_test_scripts = \
tests/test-pull-mirrorlist.sh \
tests/test-summary-update.sh \
tests/test-summary-view.sh \
+ tests/test-no-initramfs.sh \
$(NULL)
experimental_test_scripts = \