Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
alpine
alpine-conf
Commits
518a2ea8
Commit
518a2ea8
authored
Oct 27, 2011
by
Natanael Copa
Browse files
setup-bootable: do not remove :vfat from syslinux.cfg
When we replace alpine_dev we should not remove the :<filesystem>
parent
7a1f6a7a
Changes
1
Show whitespace changes
Inline
Side-by-side
setup-bootable.in
View file @
518a2ea8
...
@@ -216,7 +216,7 @@ for i in $tomove; do
...
@@ -216,7 +216,7 @@ for i in $tomove; do
done
done
if
[
-z
"
$keep_alpine_dev
"
]
&&
[
-n
"
$UUID
"
]
;
then
if
[
-z
"
$keep_alpine_dev
"
]
&&
[
-n
"
$UUID
"
]
;
then
sed
-i
-e
"s/alpine_dev=[^
\t
]
\+
/alpine_dev=UUID=
$UUID
/"
\
sed
-i
-e
"s/alpine_dev=[^
\t
:
]
\+
/alpine_dev=UUID=
$UUID
/"
\
"
$destdir
"
/syslinux.cfg
"
$destdir
"
/syslinux.cfg
fi
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