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:
parent
600fc011cb
commit
674e1482ae
@ -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
|
||||
:
|
||||
|
@ -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)
|
||||
|
||||
|
@ -1,4 +1,5 @@
|
||||
xdm
|
||||
xinit
|
||||
xinitrc
|
||||
livecd-setlocale
|
||||
installer-feature-runlevel5-stage3
|
||||
|
Loading…
Reference in New Issue
Block a user