diff options
author | Tiago Bortoletto Vaz <tiagovaz@safernet.org.br> | 2008-08-14 15:08:09 -0300 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:03:39 +0100 |
commit | 5b882c2b343952900b52ac204eef7b8e8269ea8f (patch) | |
tree | de603abfe8cc910be97825965d948e534c3db7aa /helpers/lh_chroot_interactive | |
parent | 049d0abfcac6f7b2fd85cfead58f33856e0dd608 (diff) | |
download | vyos-live-build-5b882c2b343952900b52ac204eef7b8e8269ea8f.tar.gz vyos-live-build-5b882c2b343952900b52ac204eef7b8e8269ea8f.zip |
Making lh_chroot_interactive and lh_source_usb-hdd messages translatable.
Diffstat (limited to 'helpers/lh_chroot_interactive')
-rwxr-xr-x | helpers/lh_chroot_interactive | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/helpers/lh_chroot_interactive b/helpers/lh_chroot_interactive index cb821ceb3..3f2281662 100755 --- a/helpers/lh_chroot_interactive +++ b/helpers/lh_chroot_interactive @@ -49,15 +49,15 @@ Create_lockfile .lock case "${LH_INTERACTIVE}" in enabled|shell) - echo "Pausing build: starting interactive shell..." + Echo_message "Pausing build: starting interactive shell..." Chroot "/bin/bash --login" ;; x11) - echo "Pausing build: starting interactive X11..." + Echo_message "Pausing build: starting interactive X11..." Chroot "startx" ;; xnest) - echo "Pausing build: starting interactive Xnest..." + Echo_message "Pausing build: starting interactive Xnest..." #Chroot "" # FIXME ;; esac |