File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11dnsmasq-base
2- dnsmasq-utils # for dhcp_release only available in dist:oneiric,precise
2+ dnsmasq-utils # for dhcp_release only available in dist:oneiric,precise,quantal
33kpartx
44parted
55arping # only available in dist:natty
Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ DEST=${DEST:-/opt/stack}
8686
8787# Warn users who aren't on an explicitly supported distro, but allow them to
8888# override check and attempt installation with ``FORCE=yes ./stack``
89- if [[ ! ${DISTRO} =~ (oneiric| precise| f16) ]]; then
89+ if [[ ! ${DISTRO} =~ (oneiric| precise| quantal | f16) ]]; then
9090 echo " WARNING: this script has been tested on oneiric, precise and f16"
9191 if [[ " $FORCE " != " yes" ]]; then
9292 echo " If you wish to run this script anyway run with FORCE=yes"
You can’t perform that action at this time.
0 commit comments