S01vars

Synopsys


#
# This is a test script to check we are passing Variables down the tree
#

Script


echo "%Post: Setting the Variables up"
echo "          \$HOSTIP [$HOSTIP] ==> IP address of maching being built"
echo "    \$NFSSERVER [$NFSSERVER] ==> IP address of NFS Server with scripts"
echo "        \$VERSION [$VERSION] ==> lsb_release -c                "
echo "              \$DIST [$DIST] ==> lsb_release -i                "
echo "        \$RELEASE [$RELEASE] ==> lsb_release -r                "
echo "                   \$OS[$OS] ==> Release clone                 "
echo "      \$NODENAME [$NODENAME] ==> NodeName returned for DNS or not"
echo "  \$DOMAINNAME [$DOMAINNAME] ==> Domainname for the machine building"
echo "        \$DITNAME [$DITNAME] ==> Top of the DIT for LDAP"
echo "      \$SAMBASID [$SAMBASID] ==> SID for Windows Services"
echo "\$SAMBADOMAIN [$SAMBADOMAIN] ==> DOMAIN for Windows Services"
echo "        \$NETWORK [$NETWORK] ==> Network number"
echo "        \$NETMASK [$NETMASK] ==> Netmask"
echo "          \$PASSWD [$PASSWD] ==> Password"
echo "          \$FSROOT [$FSROOT] ==> File System root"
echo "    \$HOMEDRIVE [$HOMEDRIVE] ==> Samba Home Driver Letter"
echo "        \$PDCNAME [$PDCNAME] ==> PDC Name"
echo "                \$MTA [$MTA] ==> MTA Choice"


Examples and Testing





Marked up in XHTML - ©2005 Thoughtful Solutions Ltd.