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
fc2fd035
Commit
fc2fd035
authored
Jan 23, 2025
by
Anton Midyukov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
e2k: fix 20-e2k-boot to install by default if available
stage2 image semantics have changed with live/altinst merge. Thanks Michael Shigorin.
parent
69e119be
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
20-e2k-boot
features.in/e2k/scripts.d/20-e2k-boot
+1
-1
No files found.
features.in/e2k/scripts.d/20-e2k-boot
View file @
fc2fd035
...
...
@@ -13,6 +13,7 @@ mv boot/image{,.0}
[
-f
live
]
&&
default
=
live
[
-f
rescue
]
&&
default
=
rescue
[
-f
altinst
]
&&
default
=
install
[
-f
live
]
&&
[
!
-f
altinst
]
&&
[
-f
Metadata/pkg-groups.tar
]
&&
default
=
install
cat
>
boot.conf
<<
EOF
# USB Flash note: write the contents including .disk/ onto
...
...
@@ -40,7 +41,6 @@ for i in live altinst liveinst rescue; do
label
=
install
stage2
=
"stagename=live"
init
=
"init=/usr/sbin/install2-init"
default
=
install
;;
*
)
label
=
"
$i
"
...
...
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