Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Gitlab has been upgraded to v13.9
🎉
. Enjoy
Open sidebar
alpine
alpine-conf
Commits
66f08eb3
Commit
66f08eb3
authored
Jun 06, 2011
by
Natanael Copa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
setup-disk: install syslinux when installing on mounted dir
ref #673
parent
1a62591f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
setup-disk.in
setup-disk.in
+2
-1
No files found.
setup-disk.in
View file @
66f08eb3
...
...
@@ -369,7 +369,7 @@ stop_all_raid() {
init_progs
()
{
local
raidpkg
=
[
-n
"
$USE_RAID
"
]
&&
raidpkg
=
"mdadm"
apk
_
add
-q
sfdisk e2fsprogs lvm2
$raidpkg
syslinux
$@
apk
add
-q
sfdisk e2fsprogs lvm2
$raidpkg
syslinux
$@
}
show_disk_info
()
{
...
...
@@ -856,6 +856,7 @@ shift $(( $OPTIND - 1))
if
[
-d
"
$1
"
]
;
then
# install to given mounted root
apk add
-q
syslinux
install_mounted_root
"
${
1
%/
}
"
exit
$?
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