]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
TEST-15-BTRFSRAID: install /etc/os-release
authorHarald Hoyer <harald@redhat.com>
Mon, 30 Jun 2014 09:29:56 +0000 (11:29 +0200)
committerHarald Hoyer <harald@redhat.com>
Mon, 30 Jun 2014 10:03:12 +0000 (12:03 +0200)
makes systemd switch-root happy

test/TEST-15-BTRFSRAID/test.sh

index e6ff35173205c3068615e406b7494e98ae2d674c..3fc1d459fb5963a2349f68c28a9920f5c48a13fd 100755 (executable)
@@ -37,6 +37,7 @@ test_setup() {
        inst "$basedir/modules.d/40network/ifup.sh" "/sbin/ifup"
        inst_multiple grep
        inst ./test-init.sh /sbin/init
+       inst_simple /etc/os-release
        find_binary plymouth >/dev/null && inst_multiple plymouth
        (cd "$initdir"; mkdir -p dev sys proc etc var/run tmp )
        cp -a /etc/ld.so.conf* $initdir/etc