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_source_usb-hdd | |
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_source_usb-hdd')
-rwxr-xr-x | helpers/lh_source_usb-hdd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/helpers/lh_source_usb-hdd b/helpers/lh_source_usb-hdd index 71c5eac74..128366790 100755 --- a/helpers/lh_source_usb-hdd +++ b/helpers/lh_source_usb-hdd @@ -93,7 +93,7 @@ case "${LH_BINARY_FILESYSTEM}" in ;; esac -echo "!!! The following error/warning messages can be ignored !!!" +Echo_warning "!!! The following error/warning messages can be ignored !!!" Losetup $FREELO source.img 0 Chroot "parted -s ${FREELO} mklabel msdos" || true Chroot "parted -s ${FREELO} mkpart primary ${PARTITION_TYPE} 0.0 100%" || true @@ -127,7 +127,7 @@ cp -r source/* source.tmp ${LH_ROOT_COMMAND} umount source.tmp rmdir source.tmp ${LH_LOSETUP} -d ${FREELO} -echo "!!! The above error/warning messages can be ignored !!!" +Echo_warning "!!! The above error/warning messages can be ignored !!!" if [ -n "${MAKEDEV}" ] then |