Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
alpine-conf
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
18
Issues
18
List
Boards
Labels
Service Desk
Milestones
Merge Requests
3
Merge Requests
3
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
alpine
alpine-conf
Commits
9db66b5f
Commit
9db66b5f
authored
Oct 24, 2011
by
Natanael Copa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use 'apk <cmd>' instead of apk_<cmd>
parent
fa0b9b14
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
8 additions
and
8 deletions
+8
-8
setup-acf.in
setup-acf.in
+2
-2
setup-ads.in
setup-ads.in
+1
-1
setup-alpine-web.in
setup-alpine-web.in
+1
-1
setup-alpine.in
setup-alpine.in
+1
-1
setup-cryptswap.in
setup-cryptswap.in
+1
-1
setup-keymap.in
setup-keymap.in
+1
-1
setup-mta.in
setup-mta.in
+1
-1
No files found.
setup-acf.in
View file @
9db66b5f
...
...
@@ -15,7 +15,7 @@ pkgs="acf-core acf-alpine-baselayout acf-apk-tools openssl"
while
getopts
"ae:hl:n"
opt
;
do
case
$opt
in
a
)
pkgs
=
`
apk
_
fetch
-l
|
grep
^acf-
`
;;
a
)
pkgs
=
`
apk
fetch
-l
|
grep
^acf-
`
;;
e
)
EMAIL
=
"
$OPTARG
"
;;
h
)
usage
;;
l
)
address
=
"
$OPTARG
"
;;
...
...
@@ -44,7 +44,7 @@ if [ "$create_passwd" != "no" ]; then
fi
# install packages
apk
_
add mini_httpd
$pkgs
||
exit
1
apk
add mini_httpd
$pkgs
||
exit
1
# setup mini_httpd and start it
if
[
-d
/var/www/localhost/htdocs
]
;
then
...
...
setup-ads.in
View file @
9db66b5f
...
...
@@ -163,7 +163,7 @@ while getopts "D:fP:hvU:K:S:" opt ; do
done
shift
`
expr
$OPTIND
- 1
`
apk
_
add samba-ldap
apk
add samba-ldap
check_exist
ask_info
conf_krb
...
...
setup-alpine-web.in
View file @
9db66b5f
...
...
@@ -45,7 +45,7 @@ do_setup() {
hostname $HNAME
# install needed packages
apk
_
add dhcp iptables "$@"
apk
add dhcp iptables "$@"
# config dhcp server
make_dhcp_global > /etc/dhcp/dhcpd.conf
...
...
setup-alpine.in
View file @
9db66b5f
...
...
@@ -100,7 +100,7 @@ if [ "$ARCHIVE" ] ; then
echo
"Creating an Alpine overlay"
init_tmpdir ROOT
else
PKGADD
=
apk_add
PKGADD
=
"apk add"
fi
$PREFIX
/sbin/setup-keymap
${
KEYMAPOPTS
}
...
...
setup-cryptswap.in
View file @
9db66b5f
...
...
@@ -31,7 +31,7 @@ else
fi
apk
_
add cryptsetup-luks
apk
add cryptsetup-luks
# set the device in /etc/conf.f/cryptswap
if
grep
^DEVICE
=
/etc/conf.d/cryptswap
>
/dev/null
;
then
...
...
setup-keymap.in
View file @
9db66b5f
...
...
@@ -78,7 +78,7 @@ goodbye() {
exit
$1
}
apk
_
info
-eq
bkeymaps
apk
info
-eq
bkeymaps
was_installed
=
$?
pkg_inst bkeymaps
...
...
setup-mta.in
View file @
9db66b5f
...
...
@@ -44,7 +44,7 @@ while [ "$res" != "221" ]; do
[
"x
$res
"
=
"x221"
]
&&
echo
"Connection to
$mailhub
is ok."
done
apk
_
add ssmtp
apk
add ssmtp
setcfg mailhub
$mailhub
setcfg FromLineOverride YES
...
...
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