Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mkimage-profiles
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Anton Palgunov
mkimage-profiles
Commits
674e1482
Commit
674e1482
authored
Apr 18, 2012
by
Michael Shigorin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
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
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
1 deletion
+3
-1
03services
features.in/build-ve/image-scripts.d/03services
+1
-1
config.mk
features.in/live/config.mk
+1
-0
desktop+live
pkg.in/lists/tagged/desktop+live
+1
-0
No files found.
features.in/build-ve/image-scripts.d/03services
View file @
674e1482
...
...
@@ -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
:
features.in/live/config.mk
View file @
674e1482
...
...
@@ -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)
...
...
pkg.in/lists/tagged/desktop+live
View file @
674e1482
xdm
xinit
xinitrc
livecd-setlocale
installer-feature-runlevel5-stage3
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment