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
1
Issues
1
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
10b37d45
Commit
10b37d45
authored
Sep 03, 2021
by
Dmitriy Terekhin
Committed by
Anton Midyukov
Sep 04, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tar2fs: fix syntax of legacy_boot parameter
Parameter "legacyboot" causes an error: parted: invalid token: legacyboot
parent
f7c6ac5a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
tar2fs
bin/tar2fs
+1
-1
No files found.
bin/tar2fs
View file @
10b37d45
...
...
@@ -364,7 +364,7 @@ popd
if
[
-f
"
$ROOTFS
/boot/extlinux/extlinux.conf"
]
;
then
sed
-i
"s/LABEL=ROOT/
$ROOTDEV
/g"
"
$ROOTFS
/boot/extlinux/extlinux.conf"
if
[
"
$PARTTABLE
"
==
gpt
]
;
then
parting
set
"
$ROOTPART
"
legacyboot on
parting
set
"
$ROOTPART
"
legacy
_
boot on
fi
if
[
"
$PARTTABLE
"
==
msdos
]
;
then
parting
set
"
$ROOTPART
"
boot on
...
...
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