Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
M
manjaro-tools-livecd
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Tools
development-tools
manjaro-tools-livecd
Commits
9a4ac543
Commit
9a4ac543
authored
Mar 31, 2017
by
udeved
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
util-live: use /etc/localtime on openrc also
parent
8dd6481a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
3 deletions
+1
-3
lib/util-live.sh
lib/util-live.sh
+1
-3
No files found.
lib/util-live.sh
View file @
9a4ac543
...
@@ -275,12 +275,10 @@ configure_language(){
...
@@ -275,12 +275,10 @@ configure_language(){
if
[[
-d
/run/openrc
]]
;
then
if
[[
-d
/run/openrc
]]
;
then
sed
-i
"s/keymap=.*/keymap=
\"
${
keytable
}
\"
/"
/etc/conf.d/keymaps
sed
-i
"s/keymap=.*/keymap=
\"
${
keytable
}
\"
/"
/etc/conf.d/keymaps
ln
-sf
/usr/share/zoneinfo/
${
timezone
}
/etc/timezone
else
ln
-sf
/usr/share/zoneinfo/
${
timezone
}
/etc/localtime
fi
fi
echo
"KEYMAP=
${
keytable
}
"
>
/etc/vconsole.conf
echo
"KEYMAP=
${
keytable
}
"
>
/etc/vconsole.conf
echo
"LANG=
${
lang
}
.UTF-8"
>
/etc/locale.conf
echo
"LANG=
${
lang
}
.UTF-8"
>
/etc/locale.conf
ln
-sf
/usr/share/zoneinfo/
${
timezone
}
/etc/localtime
write_x11_config
write_x11_config
...
...
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