Recognize the --nodevsanity option.
authorDaniel Hokka Zakrisson <daniel@hozac.com>
Sat, 21 Apr 2007 14:05:32 +0000 (14:05 +0000)
committerDaniel Hokka Zakrisson <daniel@hozac.com>
Sat, 21 Apr 2007 14:05:32 +0000 (14:05 +0000)
git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@2532 94cd875c-1c1d-0410-91d2-eb244daf1a30

scripts/vserver-build.template

index b2efab5..dc5d1c0 100644 (file)
@@ -15,7 +15,7 @@
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 
-tmp=$(getopt -o '+d:t:' --long debug,pkgmgmt,template: -n "vserver-build.template" -- "$@") || exit 1
+tmp=$(getopt -o '+d:t:' --long debug,pkgmgmt,template:,nodevsanity -n "vserver-build.template" -- "$@") || exit 1
 eval set -- "$tmp"
 
 . "$_LIB_VSERVER_BUILD_FUNCTIONS_PKGMGMT"