Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
branding-etersoft-ximper
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
Boris Yumankulov
branding-etersoft-ximper
Commits
6091a441
Commit
6091a441
authored
Feb 18, 2009
by
Anton V. Boyarshinov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
5.0-alt14
- auto set default language for bootloader from /etc/sysconfig/i18n
parent
c5d33eb8
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
2 deletions
+8
-2
branding.spec
branding.spec
+8
-2
No files found.
branding.spec
View file @
6091a441
...
@@ -129,7 +129,7 @@ make
...
@@ -129,7 +129,7 @@ make
#bootloader
#bootloader
pushd design-bootloader-source/
pushd design-bootloader-source/
DEFAULT_LANG=
ru
PATH=$PATH:/usr/sbin %make
DEFAULT_LANG=
'--lang-to-subst--'
PATH=$PATH:/usr/sbin %make
popd
popd
#browser-qt
#browser-qt
...
@@ -216,6 +216,12 @@ popd
...
@@ -216,6 +216,12 @@ popd
%post bootloader
%post bootloader
%__ln_s -nf %theme/message /boot/splash/message
%__ln_s -nf %theme/message /boot/splash/message
. /etc/sysconfig/i18n
lang=$(echo $LANG | cut -d. -f 1)
cd boot/splash/%theme/
echo $lang > lang
echo lang | cpio -o --append -F message
%preun bootloader
%preun bootloader
...
@@ -264,7 +270,7 @@ popd
...
@@ -264,7 +270,7 @@ popd
%changelog
%changelog
* Tue Feb 17 2009 Anton V. Boyarshinov <boyarsh@altlinux.ru> 5.0-alt14
* Tue Feb 17 2009 Anton V. Boyarshinov <boyarsh@altlinux.ru> 5.0-alt14
-
really set default language to russia
n
-
auto set default language for bootloader from /etc/sysconfig/i18
n
* Mon Feb 16 2009 Anton V. Boyarshinov <boyarsh@altlinux.ru> 5.0-alt13
* Mon Feb 16 2009 Anton V. Boyarshinov <boyarsh@altlinux.ru> 5.0-alt13
- rebuild for fix oversized /boot/splash/message
- rebuild for fix oversized /boot/splash/message
...
...
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