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
0
Merge Requests
0
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
ddab9ec0
Commit
ddab9ec0
authored
Aug 22, 2019
by
Anton Midyukov
Committed by
Michael Shigorin
Aug 30, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
uboot: handle multiple kernels either
See commit 207cec89c4515fefa2b711acd06c645ed3bd0ee8.
parent
a8b1f11f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
90-uboot-config-install
features.in/uboot/image-scripts.d/90-uboot-config-install
+3
-1
No files found.
features.in/uboot/image-scripts.d/90-uboot-config-install
View file @
ddab9ec0
...
@@ -8,5 +8,7 @@ kver="$(rpm -qa 'kernel-image*' \
...
@@ -8,5 +8,7 @@ kver="$(rpm -qa 'kernel-image*' \
[
-n
"
$kver
"
]
||
{
echo
"** unable to deduce kernel version"
>
&2
;
exit
1
;
}
[
-n
"
$kver
"
]
||
{
echo
"** unable to deduce kernel version"
>
&2
;
exit
1
;
}
/sbin/installkernel
--uboot
--keep-initrd
"
$kver
"
for
KVER
in
$kver
;
do
/sbin/installkernel
--uboot
--keep-initrd
"
$KVER
"
done
printf
'LABEL=ROOT\t/\text4\tdefaults\t1 1\n'
>>
/etc/fstab
printf
'LABEL=ROOT\t/\text4\tdefaults\t1 1\n'
>>
/etc/fstab
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