diff options
author | P. J. McDermott <pj@pehjota.net> | 2014-08-21 12:10:45 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2014-08-21 12:10:45 (EDT) |
commit | 13964afd4b1861428746239cf30b7f4eb4f6918f (patch) | |
tree | cb9c415411805f84f7c0f74d518bfb723d017b0c /locale | |
parent | 2e1898e771c1ab91796aa162b45353e79b4e23ce (diff) |
install: Configure packages
Diffstat (limited to 'locale')
-rw-r--r-- | locale/en_US.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/locale/en_US.sh b/locale/en_US.sh index 246ebd7..a8f1969 100644 --- a/locale/en_US.sh +++ b/locale/en_US.sh @@ -56,7 +56,7 @@ There is NO WARRANTY, to the extent permitted by law.' # lib/cmd/install.sh msg_prokit_cmd_install_summary='install a ProteanOS system into a directory' -msg_prokit_cmd_install_usage='[-a <arch>] [-P <plat>] [-m <mirror>] '\ +msg_prokit_cmd_install_usage='[-a <arch>] [-P <plat>] [-m <mirror>] [-F] '\ '<suite> <chroot>' msg_prokit_cmd_install_bad_archplat='Invalid combination of architecture "%s" '\ 'and platform "%s"' @@ -71,6 +71,7 @@ msg_prokit_cmd_install_find_pkgs='Configuring opkg and retrieving Packages '\ msg_prokit_cmd_install_downloading_pkg='Downloading %s...' msg_prokit_cmd_install_downloading_pkg_fail='Failed to download package' msg_prokit_cmd_install_unpacking_pkg='Unpacking %s...' +msg_prokit_cmd_install_configuring='Configuring packages...' # lib/cmd/shell.sh msg_prokit_cmd_shell_summary='enter a ProteanOS shell' |