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
2
Issues
2
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
030685c1
Commit
030685c1
authored
Mar 03, 2018
by
Michael Shigorin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
kernel: update for e2k
Kernel packages we have on this architecture use uncompressed vmlinux file called image; handle that.
parent
3bb96df3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
1 deletion
+8
-1
80-make-initrd
features.in/kernel/stage1/scripts.d/80-make-initrd
+8
-1
No files found.
features.in/kernel/stage1/scripts.d/80-make-initrd
View file @
030685c1
...
...
@@ -28,8 +28,15 @@ fi
make-initrd
$MAKE_INITRD_OPTS
||
fatal
"make-initrd failed"
case
`
arch
`
in
e2k
)
kname
=
image
;;
*
)
kname
=
vmlinuz
;;
esac
[
-h
/boot/vmlinuz
]
||
ln
-s
vmlinuz-
$kver
/boot/vmlinuz
ln
-s
$kname
-
$kver
/boot/
$kname
[
-h
/boot/initrd.img
]
||
ln
-s
initrd-
$kver
.img /boot/initrd.img
...
...
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