Searched refs:initdir (Results 1 - 8 of 8) sorted by relevance

/systemd/test/TEST-06-SELINUX/
H A Dtest.sh51 cat <<EOF >$initdir/etc/systemd/system/testsuite.service
61 cat <<EOF >$initdir/etc/systemd/system/hola.service
72 cat <<EOF >$initdir/etc/systemd/system/load-systemd-test-module.service
90 touch $initdir/.load-systemd-test-module
91 mkdir -p $initdir/etc/systemd/system/basic.target.wants
92 ln -fs load-systemd-test-module.service $initdir/etc/systemd/system/basic.target.wants/load-systemd-test-module.service
95 rm -rf $initdir/$_modules_dir
96 if ! cp -ar $_modules_dir $initdir/$_modules_dir; then
102 rm -rf $initdir/$_policy_headers_dir
104 if ! cp -ar $_policy_headers_dir $initdir/
[all...]
/systemd/test/
H A Dtest-functions134 rm -rf $initdir/$_conf_dir
135 if ! cp -ar $_conf_dir $initdir/$_conf_dir; then
140 cat <<EOF >$initdir/etc/systemd/system/autorelabel.service
158 touch $initdir/.autorelabel
159 mkdir -p $initdir/etc/systemd/system/basic.target.wants
160 ln -fs autorelabel.service $initdir/etc/systemd/system/basic.target.wants/autorelabel.service
187 local _valgrind_wrapper=$initdir/$ROOTLIBDIR/systemd-under-valgrind
217 (cd $TEST_BASE_DIR/..; set -x; make DESTDIR=$initdir install)
219 rm -fr $initdir/usr/share/{man,doc}
227 for i in $initdir/{sbi
[all...]
/systemd/test/TEST-01-BASIC/
H A Dtest.sh50 cat >$initdir/etc/systemd/system/testsuite.service <<EOF
65 ln -s /dev/null $initdir/etc/systemd/system/systemd-hwdb-update.service
66 ln -s /dev/null $initdir/etc/systemd/system/systemd-journal-catalog-update.service
67 ln -s /dev/null $initdir/etc/systemd/system/systemd-networkd.service
68 ln -s /dev/null $initdir/etc/systemd/system/systemd-networkd.socket
69 ln -s /dev/null $initdir/etc/systemd/system/systemd-resolved.service
/systemd/test/TEST-03-JOBS/
H A Dtest.sh50 cat >$initdir/etc/systemd/system/testsuite.service <<EOF
62 $initdir/etc/systemd/system
63 cp test-jobs.sh $initdir/
/systemd/test/TEST-04-JOURNAL/
H A Dtest.sh50 cat >$initdir/etc/systemd/system/testsuite.service <<EOF
60 cat >$initdir/etc/systemd/system/forever-print-hola.service <<EOF
69 cp test-journal.sh $initdir/
/systemd/test/TEST-05-RLIMITS/
H A Dtest.sh49 cat >$initdir/etc/systemd/system.conf <<EOF
55 cat >$initdir/etc/systemd/system/testsuite.service <<EOF
65 cp test-rlimits.sh $initdir/
/systemd/test/TEST-07-ISSUE-1981/
H A Dtest.sh32 cat >$initdir/etc/systemd/system/testsuite.service <<EOF
42 cp test-segfault.sh $initdir/
/systemd/test/TEST-02-CRYPTSETUP/
H A Dtest.sh56 cat >$initdir/etc/systemd/system/testsuite.service <<EOF
70 cat >$initdir/etc/crypttab <<EOF
73 echo -n test > $initdir/etc/varkey
74 cat $initdir/etc/crypttab | ddebug
76 cat >>$initdir/etc/fstab <<EOF

Completed in 306 milliseconds