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
33da382f
Commit
33da382f
authored
Jan 26, 2015
by
Kaarle Ritvanen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update-kernel: update also System.map and config
parent
fc48d431
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
update-kernel.in
update-kernel.in
+5
-2
No files found.
update-kernel.in
View file @
33da382f
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
# with setup-bootable
# with setup-bootable
#
#
# Copyright (c) 2014 Timo Teräs
# Copyright (c) 2014 Timo Teräs
# Copyright (c) 2014 Kaarle Ritvanen
# Copyright (c) 2014
-2015
Kaarle Ritvanen
SCRIPT
=
update-kernel
SCRIPT
=
update-kernel
...
@@ -211,7 +211,10 @@ _exec mksquashfs $MODLOOP "$STAGING/$MODIMG" -comp xz
...
@@ -211,7 +211,10 @@ _exec mksquashfs $MODLOOP "$STAGING/$MODIMG" -comp xz
_exec mkinitfs
-q
-b
$ROOT
-F
"
$features
base squashfs"
\
_exec mkinitfs
-q
-b
$ROOT
-F
"
$features
base squashfs"
\
-o
"
$STAGING
/initramfs-
$FLAVOR
"
"
$KVER
"
-o
"
$STAGING
/initramfs-
$FLAVOR
"
"
$KVER
"
cp
"
$BOOT
/vmlinuz
$KVER_FLAVOR
"
$STAGING
for
file
in
System.map config vmlinuz
;
do
cp
"
$BOOT
/
$file$KVER_FLAVOR
"
$STAGING
done
if
[
"
$MNTDIR
"
]
;
then
if
[
"
$MNTDIR
"
]
;
then
...
...
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