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
242f35a5
You need to sign in or sign up before continuing.
Commit
242f35a5
authored
Mar 20, 2023
by
Anton Midyukov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
e2k: fix scripts 20-e2k-boot
Fixed a bug with moving the core in a cycle. This only needs to be done once.
parent
363ba22a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
20-e2k-boot
features.in/e2k/scripts.d/20-e2k-boot
+4
-4
No files found.
features.in/e2k/scripts.d/20-e2k-boot
View file @
242f35a5
...
@@ -4,6 +4,10 @@ echo "** 20-e2k-boot START"
...
@@ -4,6 +4,10 @@ echo "** 20-e2k-boot START"
cd
"
$WORKDIR
"
cd
"
$WORKDIR
"
# Rename kernel image, unable to boot kernel from CD/DVD
# if its name does not contain "." (mcst#6856).
mv
boot/image
{
,.0
}
# slightly different logic as there's no boot *menu*:
# slightly different logic as there's no boot *menu*:
# ensure the user can install this if possible
# ensure the user can install this if possible
[
-f
live
]
&&
default
=
live
[
-f
live
]
&&
default
=
live
...
@@ -29,10 +33,6 @@ for i in live altinst rescue; do
...
@@ -29,10 +33,6 @@ for i in live altinst rescue; do
stage2
=
"stagename=
$i
"
stage2
=
"stagename=
$i
"
fi
fi
# Rename kernel image, unable to boot kernel from CD/DVD
# if its name does not contain "." (mcst#6856).
mv
boot/image
{
,.0
}
cat
>>
boot.conf
<<
EOF
cat
>>
boot.conf
<<
EOF
label=
$label
label=
$label
...
...
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