live: added preliminary l10n support

The missing part so far is passing "lang=ab_CD" to the kernel;
it's done with gfxboot and is somewhat doable without it...
This commit is contained in:
Michael Shigorin 2012-04-18 18:59:47 +03:00
parent 600fc011cb
commit 674e1482ae
3 changed files with 3 additions and 1 deletions

View File

@ -8,6 +8,6 @@
[ -x /sbin/chkconfig ] || exit 0
for i in network random syslogd random; do chkconfig $i on; done
for i in network random syslogd; do chkconfig $i on; done
for i in fbsetfont netfs rawdevices; do chkconfig $i off; done
:

View File

@ -12,6 +12,7 @@ use/live/base: use/live use/syslinux/ui/menu
# optimized out: use/x11/xorg
use/live/desktop: use/live/base use/x11/wacom use/live/sound +vmguest +power
@$(call add,LIVE_LISTS,$(call tags,desktop && (live || network)))
@$(call add,LIVE_LISTS,$(call tags,base l10n))
@$(call add,LIVE_PACKAGES,fonts-ttf-dejavu fonts-ttf-droid)
@$(call add,SYSLINUX_CFG,localboot)

View File

@ -1,4 +1,5 @@
xdm
xinit
xinitrc
livecd-setlocale
installer-feature-runlevel5-stage3