Lines Matching refs:in
14 # This library is distributed in the hope that it will be useful,
24 for arg in "$@"; do
33 # Make sure the usual locations are in PATH
52 for tty in $(seq 1 "$num_tty"); do
69 # Normally not reached, but fallthrough in case of emergency.
72 $(for tty in $(seq 1 "$num_tty"); do echo "c${tty}:12345:respawn:/sbin/getty 38400 tty${tty} linux" ; done;)
81 # disable selinux in debian
119 # remove pointless services in a container
158 echo "Timezone in container is not configured. Adjust it manually."
218 # just in case systemd is not installed
225 tty_services=$(for i in $(seq 2 "$num_tty"); do echo -n "getty@tty${i}.service "; done; )
236 # Setup getty service on the ttys we are going to allow in the
239 for i in $(seq 1 "$num_tty") ; do ln -sf ../getty\@.service getty@tty"${i}".service; done )
245 for i in $(seq 0 "$num_tty"); do ln -sf /dev/null container-getty\@"${i}".service; done )
258 case "$release" in
290 case $release in
356 echo "Checking cache download in $cache/rootfs-$release-$arch ... "
454 # Install Packages in container
560 case "$1" in