Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
itminedu
snf-image
Commits
2c8bf79a
Commit
2c8bf79a
authored
Sep 02, 2013
by
Nikos Skalkotos
Browse files
Remove obsolete -r option in create-fixed-helper
parent
cdf83672
Changes
1
Hide whitespace changes
Inline
Side-by-side
snf-image-host/snf-image-create-fixed-helper.in
View file @
2c8bf79a
...
@@ -44,8 +44,6 @@ OPTIONS:
...
@@ -44,8 +44,6 @@ OPTIONS:
-p PACKAGE
-p PACKAGE
Install this deb package in the helper image, instead of the default
Install this deb package in the helper image, instead of the default
-r Don't use any existing cache
-y Assume Yes to all queries and do not prompt
-y Assume Yes to all queries and do not prompt
EOF
EOF
...
@@ -53,7 +51,7 @@ EOF
...
@@ -53,7 +51,7 @@ EOF
exit
"
$rc
"
exit
"
$rc
"
}
}
while
getopts
"d:hp:
r
y"
opt
;
do
while
getopts
"d:hp:y"
opt
;
do
case
$opt
in
case
$opt
in
d
)
HELPER_DIR
=
"
$OPTARG
"
d
)
HELPER_DIR
=
"
$OPTARG
"
;;
;;
...
@@ -61,8 +59,6 @@ while getopts "d:hp:ry" opt; do
...
@@ -61,8 +59,6 @@ while getopts "d:hp:ry" opt; do
;;
;;
p
)
HELPER_PKG
=
"
$OPTARG
"
p
)
HELPER_PKG
=
"
$OPTARG
"
;;
;;
r
)
NO_CACHE
=
"yes"
;;
y
)
NO_PROMPT
=
"yes"
y
)
NO_PROMPT
=
"yes"
;;
;;
?
)
log_error
"Use
\`
-h' for help"
;
exit
1
?
)
log_error
"Use
\`
-h' for help"
;
exit
1
...
...
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