Lines Matching refs:initdir
134 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/{sbin,bin}/* $initdir/lib/systemd/*; do
264 find "$initdir" -executable -not -path '*/lib/modules/*.ko' -type f | xargs strip --strip-unneeded | ddebug
268 mkdir -p $initdir/etc/rc.d
269 cat >$initdir/etc/rc.d/rc.local <<EOF
273 chmod 0755 $initdir/etc/rc.d/rc.local
282 egrep -ho '^Exec[^ ]*=[^ ]+' $initdir/{$systemdsystemunitdir,$systemduserunitdir}/*.service \
291 if [[ -d $initdir/lib/modules/$KERNEL_VER ]] && \
292 ! depmod -a -b "$initdir" $KERNEL_VER; then
307 # /usr/libexec/plymouth/plymouth-populate-initrd -t $initdir
310 rm -f $initdir/{usr/lib,etc}/systemd/system/plymouth* $initdir/{usr/lib,etc}/systemd/system/*/plymouth*
315 cp -a /etc/ld.so.conf* $initdir/etc
316 ldconfig -r "$initdir"
332 > $initdir/etc/environment
333 > $initdir/etc/machine-id
335 echo systemd-testsuite > $initdir/etc/hostname
337 cat >$initdir/etc/fstab <<EOF
387 cp /etc/pam.d/systemd-user $initdir/etc/pam.d/
417 cp $TEST_BASE_DIR/testsuite.target $initdir/etc/systemd/system/
418 cp $TEST_BASE_DIR/end.service $initdir/etc/systemd/system/
420 mkdir -p $initdir/etc/systemd/system/testsuite.target.wants
421 ln -fs $TEST_BASE_DIR/testsuite.service $initdir/etc/systemd/system/testsuite.target.wants/testsuite.service
422 ln -fs $TEST_BASE_DIR/end.service $initdir/etc/systemd/system/testsuite.target.wants/end.service
425 ln -fs testsuite.target $initdir/etc/systemd/system/default.target
430 ddebug "cp -ar $initdir $TESTDIR/nspawn-root"
431 cp -ar $initdir $TESTDIR/nspawn-root
437 mkdir -p $initdir/run
438 mkdir -p $initdir/etc/systemd/system
439 mkdir -p $initdir/var/log/journal
449 ln -sfn /run "$initdir/var/run"
450 ln -sfn /run/lock "$initdir/var/lock"
463 [[ -e ${initdir}/$_file ]] && continue
489 initdir=$TESTDIR/root
490 export initdir
678 # will create ${initdir}/lib64, ${initdir}/lib64/file,
679 # and a symlink ${initdir}/lib -> lib64.
681 [[ -e ${initdir}/"$1" ]] && return 0 # already there
684 while [[ "$_part" != "${_part%/*}" ]] && ! [[ -e "${initdir}/${_part}" ]]; do
691 [[ -e "${initdir}/$_file" ]] && continue
696 mkdir -m 0755 -p "${initdir}/$_file" || return 1
697 [[ -e "$_file" ]] && chmod --reference="$_file" "${initdir}/$_file"
698 chmod u+w "${initdir}/$_file"
705 # Location of the image dir is assumed to be $initdir
712 if ! [[ -d ${initdir}/$target ]]; then
713 [[ -e ${initdir}/$target ]] && return 0
714 [[ -L ${initdir}/$target ]] && return 0
715 [[ -d "${initdir}/${target%/*}" ]] || inst_dir "${target%/*}"
722 cp --sparse=always -pfL "$_src" "${initdir}/$target"
756 [[ -e $initdir/$_dest ]] && return 0
766 ln -sfn $(convert_abs_rel "${_dest}" "${_reallib}") "${initdir}/${_dest}"
773 [[ ! -e $initdir/$_symlink ]] && {
799 [[ -e $initdir/$_target ]] && return 0
809 [[ -e ${initdir}/$_file ]] && continue
845 [[ -L $initdir/$_target ]] && return 0
847 if ! [[ -e $initdir/$_realsrc ]]; then
854 [[ ! -e $initdir/${_target%/*} ]] && inst_dir "${_target%/*}"
856 ln -sfn $(convert_abs_rel "${_target}" "${_realsrc}") "$initdir/$_target"
915 2) [[ ! $initdir && -d $2 ]] && export initdir=$2
916 [[ $initdir = $2 ]] && set $1;;
917 3) [[ -z $initdir ]] && export initdir=$2
984 [[ -e "${initdir}/lib/modules/$KERNEL_VER/${1##*/lib/modules/$KERNEL_VER/}" ]] \
987 [[ -e "$initdir/.kernelmodseen/${1##*/}" ]] && return 0
1003 [ -d "$initdir/.kernelmodseen" ] && \
1004 > "$initdir/.kernelmodseen/${1##*/}"
1076 *.ko.gz) gzip -dc "$_modname" > $initdir/$$.ko
1077 $2 $initdir/$$.ko && echo "$_modname"
1078 rm -f $initdir/$$.ko
1080 *.ko.xz) xz -dc "$_modname" > $initdir/$$.ko
1081 $2 $initdir/$$.ko && echo "$_modname"
1082 rm -f $initdir/$$.ko
1139 [[ -f "$initdir/.kernelmodseen/${_mod%.ko}.ko" ]] && return