Lines Matching refs:printf

50         printf "Attempting to obtain an exclusive lock (timeout: %s sec) named \"%s\"...\n" "${timeout}" "$lock_name"
55 printf " => unable to obtain lock, aborting.\n"
58 printf " => done.\n"
61 printf " => Executing \"%s\"\n" "$*"
71 printf "\n[the last exit code leading to this death was: %s ]\n" "$?"
74 printf "$@"
81 printf "### set_default_arch: default arch/variant autodetect...\n"
94 printf " => warn: unexpected arch:${arch} let me knows if it works :)\n"
97 printf " => Got: arch=%s variant=%s\n" "${arch}" "${variant}"
117 printf "###### cache_setup(): doing cache preparation\n"
135 printf "###### cache_setup: Cache should be ready\n"
142 printf "### cache_precheck(): doing some pre-start checks ...\n"
151 printf "### cache_stage3(): stage3 cache deployment...\n"
160 printf "Determining path to latest Gentoo %s (%s) stage3 archive...\n" "${arch}" "${variant}"
161 printf " => downloading and processing %s\n" "${stage3_pointer}"
166 printf " => Got: %s\n" "${stage3_latest_tarball}"
168 printf "Downloading/untarring the actual stage3 tarball...\n"
172 printf " => extracted to: %s\n" "${partialfs}"
174 printf "Extracting the stage3 tarball...\n"
180 printf "chroot test..."
182 printf " OK\n"
183 printf " => stage3 cache extracted in : %s\n" "${partialfs}"
189 printf "### cache_portage: caching portage tree tarball...\n"
194 printf "Downloading Gentoo portage (software build database) snapshot...\n"
197 printf " => done.\n"
203 printf "### cache_inittab: tuning inittab...\n"
224 printf "### cache_net: doing some useful net tuning...\n"
239 printf "### cache_dev(): /dev tuning...\n"
255 printf "### cache_openrc(): doing openrc tuning\n"
265 printf "### cache_locale(): initiating minimale locale en_US.UTF-8 \n"
278 printf "##### container_setup(): starting container setup\n"
310 printf "###### container_setup(): container should be ready to start!\n"
311 printf "\n\n"
312 printf "You could now use you container with: lxc-start -n %s\n" "${name}"
313 printf "little things you should know about your container:\n"
314 printf "${user_message}"
320 printf "### container_precheck(): doing some pre-start checks ...\n"
342 printf "#### container_rootfs(): copying rootfs %s from cache %s ...\n" "${rootfs}" "${cachefs}"
347 printf "chroot test..."
349 printf " OK\n"
351 printf " => done\n"
356 printf "#### container_consoles(): setting container consoles ...\n"
363 printf " => main console + ${tty} ttys\n"
369 printf " => Autologin on main console for %s enabled\n" "${user}"
373 printf " => Autologin on main console for root enabled\n"
377 printf " => done\n"
382 printf "#### container_tz(): setting container timezone ...\n"
393 printf " => host symlink reproducted in container : %s\n" "${target}"
403 printf " => host localtime copyed to container\n"
408 printf " => fallback: fixed to UTC\n"
416 printf "#### container_portage(): setting container portage... \n"
421 printf "Warnings are normal here, don't worry\n"
436 printf "trying to guess portage_dir from host...\n"
439 printf " => host portage detection failed (not gentoo host), fallback to private portage tree\n"
449 printf "trying to guess portage distfiles dir from host ...\n"
476 printf " => portage stuff done, see /etc/portage/make.conf for additional tricks\n"
483 printf "# untaring private portage to %s from %s ... \n" "${rootfs}/${portage_container}" "${portage_cache}"
490 printf "=> done\n"
562 printf "container_net(): setting container network conf... \n"
619 printf " => network conf done.\n"
625 printf "#### container_hostname(): setting hostname... \n"
626 printf "hostname=\"%s\"\n" "${name}" > "${rootfs}/etc/conf.d/hostname"
627 printf " => done.\n"
632 printf "#### container_auth(): setting authentification... \n"
634 printf " non root user requested, creating... \n"
636 printf " => user %s created\n" "${user}"
642 printf " deploying auth_key %s for user %s ...\n" "${auth_key}" "${user}"
646 printf " => inserted public key in %s/.ssh/authorized_keys\n" "${auth_home}"
652 printf " setting password for %s ...\n" "${user}"
654 printf " => done. if you didn't specify , default is 'toor'\n"
660 printf " => done.\n"
664 printf "#### container_sshd(): enabling sshd... \n"
668 printf " => done.\n"
677 printf "container_configuration(): making lxc configuration file... \n"
718 printf " => done.\n"