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
Open sidebar
alpine
alpine-conf
Commits
baeba3f7
Commit
baeba3f7
authored
Jul 31, 2011
by
Jeff Bilyk
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
setup-alpine: only run setup-apklub if sys disk mode wasnt selected
parent
8a611e2b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
setup-alpine.in
setup-alpine.in
+3
-1
setup-disk.in
setup-disk.in
+1
-0
No files found.
setup-alpine.in
View file @
baeba3f7
...
...
@@ -80,4 +80,6 @@ $PREFIX/sbin/setup-ntp
DEFAULT_DISK
=
none
\
$PREFIX
/sbin/setup-disk
-q
$PREFIX
/sbin/setup-apklbu
-i
if
![
"
`
cat
/tmp/alpine-install-diskmode.out
`
"
=
"sys"
]
;
then
$PREFIX
/sbin/setup-apklbu
-i
fi
setup-disk.in
View file @
baeba3f7
...
...
@@ -941,3 +941,4 @@ none) exit 0;;
*
)
echo
"Not a valid install mode:
$DISK_MODE
"
>
&2
;
exit
1
;;
esac
echo
"
$DISK_MODE
"
>
/tmp/alpine-install-diskmode.out
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