===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
ganeti-instance-debootstrap-0.16/README-47-without it. The creation scripts will look for it in
ganeti-instance-debootstrap-0.16/README:48:``$sysconfdir/default/ganeti-instance-debootstrap``, so if you have run
ganeti-instance-debootstrap-0.16/README-49-configure with the parameter ``--sysconfdir=/etc``, the final filename
##############################################
ganeti-instance-debootstrap-0.16/README-93-variants with instance-debootstrap as well. First, an additional variant has
ganeti-instance-debootstrap-0.16/README:94:to be defined in ``$osdir/debootstrap/variants.list`` (with ``$osdir`` being
ganeti-instance-debootstrap-0.16/README-95-``/usr/share/ganeti/os`` by default). Secondly, you can configure this
ganeti-instance-debootstrap-0.16/README-96-instance variant in
ganeti-instance-debootstrap-0.16/README:97:``$sysconfdir/ganeti/instance-debootstrap/variants/$variant.conf``, overriding
ganeti-instance-debootstrap-0.16/README-98-the settings mentioned in the previous section.
##############################################
ganeti-instance-debootstrap-0.16/README-108-To create a Ubuntu 12.04 (precise) instance variant, add the following to
ganeti-instance-debootstrap-0.16/README:109:``$osdir/debootstrap/variants.list``::
ganeti-instance-debootstrap-0.16/README-110-
##############################################
ganeti-instance-debootstrap-0.16/README-113-Now create the file
ganeti-instance-debootstrap-0.16/README:114:``$sysconfdir/ganeti/instance-debootstrap/variants/precise.conf`` with the
ganeti-instance-debootstrap-0.16/README-115-following content::
##############################################
ganeti-instance-debootstrap-0.16/README-174-order to do this, the ``examples/hooks/defaultpasswords`` file has to be copied
ganeti-instance-debootstrap-0.16/README:175:to ``$sysconfdir/ganeti/instance-debootstrap/hooks/``, and its data file
ganeti-instance-debootstrap-0.16/README-176-``examples/hooks/confdata/defaultpasswords`` has to be copied to
ganeti-instance-debootstrap-0.16/README:177:``$sysconfdir/ganeti/instance-debootstrap/hooks/confdata/`` and modified
ganeti-instance-debootstrap-0.16/README-178-accordingly to one's own need. The file syntax is such that each line represent
##############################################
ganeti-instance-debootstrap-0.16/rename-52-# expect
ganeti-instance-debootstrap-0.16/rename:53:OLD_HNAME="`cat $HNAME`"
ganeti-instance-debootstrap-0.16/rename-54-if [ "$OLD_HNAME" = "$old_name" ]; then
##############################################
ganeti-instance-debootstrap-0.16/rename-63-# ignore it (and assumme that it's a customized name)
ganeti-instance-debootstrap-0.16/rename:64:if [ "`cat $MNAME`" = "$old_name" ]; then
ganeti-instance-debootstrap-0.16/rename-65-	echo $instance > $MNAME
##############################################
ganeti-instance-debootstrap-0.16/debian/patches/respect-Linux-capabilities-7-in-cache.patch-39-   if [ "$GENERATE_CACHE" = "yes" ]; then
ganeti-instance-debootstrap-0.16/debian/patches/respect-Linux-capabilities-7-in-cache.patch:40:     TMP_CACHE=`mktemp "${CACHE_FILE}.XXXXXX"`
ganeti-instance-debootstrap-0.16/debian/patches/respect-Linux-capabilities-7-in-cache.patch-41--    tar cf "$TMP_CACHE" -C $TMPDIR .
##############################################
ganeti-instance-debootstrap-0.16/.pc/respect-Linux-capabilities-7-in-cache.patch/create-110-  if [ "$GENERATE_CACHE" = "yes" ]; then
ganeti-instance-debootstrap-0.16/.pc/respect-Linux-capabilities-7-in-cache.patch/create:111:    TMP_CACHE=`mktemp "${CACHE_FILE}.XXXXXX"`
ganeti-instance-debootstrap-0.16/.pc/respect-Linux-capabilities-7-in-cache.patch/create-112-    tar cf "$TMP_CACHE" -C $TMPDIR .
##############################################
ganeti-instance-debootstrap-0.16/.pc/fix-sfdisk-BLKRRPART.patch/common.sh.in-187-  OS_API_VERSION=5
ganeti-instance-debootstrap-0.16/.pc/fix-sfdisk-BLKRRPART.patch/common.sh.in:188:  GETOPT_RESULT=`getopt -o o:n:i:b:s: -n '$0' -- "$@"`
ganeti-instance-debootstrap-0.16/.pc/fix-sfdisk-BLKRRPART.patch/common.sh.in-189-  if [ $? != 0 ] ; then log_error "Terminating..."; exit 1 ; fi
##############################################
ganeti-instance-debootstrap-0.16/create-110-  if [ "$GENERATE_CACHE" = "yes" ]; then
ganeti-instance-debootstrap-0.16/create:111:    TMP_CACHE=`mktemp "${CACHE_FILE}.XXXXXX"`
ganeti-instance-debootstrap-0.16/create-112-    tar --acls --selinux --xattrs --xattrs-include='*' -c -f "$TMP_CACHE" -C $TMPDIR .
##############################################
ganeti-instance-debootstrap-0.16/common.sh.in-192-  OS_API_VERSION=5
ganeti-instance-debootstrap-0.16/common.sh.in:193:  GETOPT_RESULT=`getopt -o o:n:i:b:s: -n '$0' -- "$@"`
ganeti-instance-debootstrap-0.16/common.sh.in-194-  if [ $? != 0 ] ; then log_error "Terminating..."; exit 1 ; fi