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
1
Merge Requests
1
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
Ximper Linux
mkimage-profiles
Commits
809ae4d9
Commit
809ae4d9
authored
Jul 16, 2012
by
Michael Shigorin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
live-builder: minor fixes
su wasn't making it into the image breaking ~/.git setup, and there's no reason for a full default boot timeout either.
parent
24edc620
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
4 deletions
+5
-4
live.mk
conf.d/live.mk
+2
-1
config.mk
features.in/dev/config.mk
+1
-1
40-hasher
features.in/dev/live/image-scripts.d/40-hasher
+2
-2
No files found.
conf.d/live.mk
View file @
809ae4d9
...
...
@@ -20,7 +20,8 @@ distro/live-isomd5sum: distro/.base use/live/base use/isomd5sum
@$(call add,LIVE_PACKAGES,livecd-isomd5sum)
distro/live-builder: pkgs := livecd-tmpfs livecd-online-repo mkimage-profiles
distro/live-builder: distro/.live-base use/dev/mkimage use/dev/repo
distro/live-builder: distro/.live-base use/dev/mkimage use/dev/repo \
use/syslinux/timeout/30
@$(call set,KFLAVOURS,$(BIGRAM))
@$(call add,LIVE_LISTS,$(call tags,base && (server || builder)))
@$(call add,LIVE_PACKAGES,zsh sudo)
...
...
features.in/dev/config.mk
View file @
809ae4d9
...
...
@@ -3,7 +3,7 @@ use/dev:
@$(call add,THE_PACKAGES,git-core hasher gear)
use/dev/mkimage: use/dev
@$(call add,THE_PACKAGES,mkimage shadow-change)
@$(call add,THE_PACKAGES,mkimage shadow-change
su
)
use/dev/repo: use/dev use/repo/main
@$(call add,THE_PACKAGES,apt-repo)
...
...
features.in/dev/live/image-scripts.d/40-hasher
View file @
809ae4d9
...
...
@@ -13,10 +13,10 @@ HOME="/home/$USER"
install
-dm750
-o
"
$USER
"
-g
"
$USER
"
"
$HOME
"
# we honestly don't know much more
if
type
-t
git
>
&/dev/null
;
then
if
type
-t
git
&&
type
-t
su
;
then
su -
-c
"git config --global user.email
$USER
@localhost"
"
$USER
"
su -
-c
"git config --global user.name 'live builder'"
"
$USER
"
fi
fi
>
&/dev/null
# developer should feel comfortable, eh? ;-)
ZSHELL
=
"/bin/zsh"
...
...
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