Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
alpine-conf
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
17
Issues
17
List
Boards
Labels
Service Desk
Milestones
Merge Requests
6
Merge Requests
6
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Analytics
Analytics
CI / CD
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
alpine
alpine-conf
Commits
0d30bbb7
Commit
0d30bbb7
authored
Nov 07, 2014
by
Kaarle Ritvanen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update-kernel: fix fakeroot argument handling as per fix for #3500
parent
0b2bf3f5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
update-kernel.in
update-kernel.in
+5
-5
No files found.
update-kernel.in
View file @
0d30bbb7
...
...
@@ -136,10 +136,10 @@ fi
TMPDIR
=
$(
mktemp
-d
/tmp/
$SCRIPT
.XXXXXX
)
ROOT
=
$TMPDIR
/root
BOOT
=
$ROOT
/boot
WRAPPER
=
eval
WRAPPER
=
_exec
()
{
$WRAPPER
"
$
1
"
$WRAPPER
"
$
@
"
}
_apk
()
{
...
...
@@ -199,10 +199,10 @@ MODIMG=$FLAVOR.modloop.squashfs
mkdir
$MODLOOP
$STAGING
cp
-a
$ROOT
/lib/modules
$MODLOOP
cp
-a
$ROOT
/lib/firmware
$MODLOOP
/modules
_exec
"mksquashfs
$MODLOOP
$STAGING
/
$MODIMG
-comp xz"
_exec
mksquashfs
$MODLOOP
"
$STAGING
/
$MODIMG
"
-comp
xz
_exec
"mkinitfs -q -b
$ROOT
-F '
$features
base squashfs'
\
-o
'
$STAGING
/
$FLAVOR
.gz' '
$KVER
'
"
_exec
mkinitfs
-q
-b
$ROOT
-F
"
$features
base squashfs"
\
-o
"
$STAGING
/
$FLAVOR
.gz"
"
$KVER
"
cp
"
$BOOT
/vmlinuz
$KVER_FLAVOR
"
"
$STAGING
/
$FLAVOR
"
...
...
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