[PC-BSD Commits] r4602 - in pcbsd/trunk/pc-sysinstall: . conf doc
svn at pcbsd.org
svn at pcbsd.org
Wed Oct 7 12:33:51 PDT 2009
Author: kris
Date: 2009-10-07 12:33:51 -0700 (Wed, 07 Oct 2009)
New Revision: 4602
Added:
pcbsd/trunk/pc-sysinstall/conf/avail-langs
Modified:
pcbsd/trunk/pc-sysinstall/doc/help-index
pcbsd/trunk/pc-sysinstall/pc-sysinstall
Log:
Updated backend installer to supply a list of languages it supports
Modified: pcbsd/trunk/pc-sysinstall/doc/help-index
===================================================================
--- pcbsd/trunk/pc-sysinstall/doc/help-index 2009-10-07 19:32:55 UTC (rev 4601)
+++ pcbsd/trunk/pc-sysinstall/doc/help-index 2009-10-07 19:33:51 UTC (rev 4602)
@@ -43,3 +43,5 @@
xkeyboard-variants
Return a list of keyboard variants that xorg supports
+ query-langs
+ Return a list of languages that the installer supports
Modified: pcbsd/trunk/pc-sysinstall/pc-sysinstall
===================================================================
--- pcbsd/trunk/pc-sysinstall/pc-sysinstall 2009-10-07 19:32:55 UTC (rev 4601)
+++ pcbsd/trunk/pc-sysinstall/pc-sysinstall 2009-10-07 19:33:51 UTC (rev 4602)
@@ -113,6 +113,10 @@
xkeyboard-variants) ${QUERYDIR}/xkeyboard-variants.sh
;;
+ # Requested a list of languages this install will support
+ query-langs) ${QUERYDIR}/query-langs.sh
+ ;;
+
# The user is wanting to get a list of partitions available to be updated / repaired
update-part-list) ${QUERYDIR}/update-part-list.sh
;;
More information about the Commits
mailing list