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
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
52e90c26
Commit
52e90c26
authored
Apr 14, 2021
by
Anton Midyukov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
uuid-iso: use method=cdrom,fuid:<UUID>
method=disk has a number of unsolved problems in the installer.
parent
e3c607ed
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
30-propagator-method-cdrom-fuid
...uuid-iso/stage1/scripts.d/30-propagator-method-cdrom-fuid
+2
-2
No files found.
features.in/uuid-iso/stage1/scripts.d/30-propagator-method-
disk-u
uid
→
features.in/uuid-iso/stage1/scripts.d/30-propagator-method-
cdrom-f
uid
View file @
52e90c26
...
...
@@ -12,9 +12,9 @@ cd "$WORKDIR"
[
-n
"
$GLOBAL_UUID_ISO
"
]
||
exit
0
if
[
-n
"
$(
find
$scfg
)
"
]
;
then
sed
-i
"s/automatic=method:cdrom/automatic=method:
disk,u
uid:
$GLOBAL_UUID_ISO
/"
$scfg
sed
-i
"s/automatic=method:cdrom/automatic=method:
cdrom,f
uid:
$GLOBAL_UUID_ISO
/"
$scfg
fi
if
[
-f
"
$gcfg
"
]
;
then
sed
-i
"s/automatic=method:cdrom/automatic=method:
disk,u
uid:
$GLOBAL_UUID_ISO
/"
$gcfg
sed
-i
"s/automatic=method:cdrom/automatic=method:
cdrom,f
uid:
$GLOBAL_UUID_ISO
/"
$gcfg
fi
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