Commit 674e1482 authored by Michael Shigorin's avatar Michael Shigorin

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...
parent 600fc011
...@@ -8,6 +8,6 @@ ...@@ -8,6 +8,6 @@
[ -x /sbin/chkconfig ] || exit 0 [ -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 for i in fbsetfont netfs rawdevices; do chkconfig $i off; done
: :
...@@ -12,6 +12,7 @@ use/live/base: use/live use/syslinux/ui/menu ...@@ -12,6 +12,7 @@ use/live/base: use/live use/syslinux/ui/menu
# optimized out: use/x11/xorg # optimized out: use/x11/xorg
use/live/desktop: use/live/base use/x11/wacom use/live/sound +vmguest +power 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,desktop && (live || network)))
@$(call add,LIVE_LISTS,$(call tags,base l10n))
@$(call add,LIVE_PACKAGES,fonts-ttf-dejavu fonts-ttf-droid) @$(call add,LIVE_PACKAGES,fonts-ttf-dejavu fonts-ttf-droid)
@$(call add,SYSLINUX_CFG,localboot) @$(call add,SYSLINUX_CFG,localboot)
......
xdm xdm
xinit xinit
xinitrc xinitrc
livecd-setlocale
installer-feature-runlevel5-stage3 installer-feature-runlevel5-stage3
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment