Document state of Debian package 3.9-3
This commit is contained in:
@@ -91,7 +91,7 @@ if [ -z "${dhcp}" ]; then
|
||||
|
||||
logMessage Adding ${hostname} and ${name} to /etc/hosts on the host
|
||||
|
||||
echo "${ip1} ${name} ${hostname}" >> /etc/hosts
|
||||
echo "${ip1} ${hostname} ${name}" >> /etc/hosts
|
||||
|
||||
|
||||
#
|
||||
|
||||
@@ -91,7 +91,7 @@ if [ -z "${dhcp}" ]; then
|
||||
|
||||
logMessage Adding ${hostname} and ${name} to /etc/hosts on the host
|
||||
|
||||
echo "${ip1} ${name} ${hostname}" >> /etc/hosts
|
||||
echo "${ip1} ${hostname} ${name}" >> /etc/hosts
|
||||
|
||||
|
||||
#
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
# might develop.
|
||||
#
|
||||
# Steve
|
||||
# --
|
||||
# --
|
||||
#
|
||||
|
||||
|
||||
@@ -130,7 +130,7 @@ disableStartStopDaemon ()
|
||||
chmod 755 "${daemonfile}"
|
||||
logMessage "start-stop-daemon disabled / made a stub."
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
#
|
||||
@@ -151,7 +151,7 @@ enableStartStopDaemon ()
|
||||
fi
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
#
|
||||
@@ -182,7 +182,7 @@ removeDebianPackage ()
|
||||
#
|
||||
# Purge the packages we've been given.
|
||||
#
|
||||
chroot ${prefix} /usr/bin/apt-get remove --purge "$@"
|
||||
chroot ${prefix} /usr/bin/apt-get remove --yes --purge "$@"
|
||||
|
||||
}
|
||||
|
||||
@@ -232,7 +232,7 @@ installGentooPackage ()
|
||||
# Log our options
|
||||
#
|
||||
logMessage "Installing Gentoo package ${package} to prefix ${prefix}"
|
||||
|
||||
|
||||
logMessage "NOTE: Not doing anything - this is a stub - FIXME"
|
||||
|
||||
}
|
||||
|
||||
@@ -91,7 +91,7 @@ if [ -z "${dhcp}" ]; then
|
||||
|
||||
logMessage Adding ${hostname} and ${name} to /etc/hosts on the host
|
||||
|
||||
echo "${ip1} ${name} ${hostname}" >> /etc/hosts
|
||||
echo "${ip1} ${hostname} ${name}" >> /etc/hosts
|
||||
|
||||
|
||||
#
|
||||
|
||||
@@ -91,7 +91,7 @@ if [ -z "${dhcp}" ]; then
|
||||
|
||||
logMessage Adding ${hostname} and ${name} to /etc/hosts on the host
|
||||
|
||||
echo "${ip1} ${name} ${hostname}" >> /etc/hosts
|
||||
echo "${ip1} ${hostname} ${name}" >> /etc/hosts
|
||||
|
||||
#
|
||||
# If we've updated the /etc/hosts file on the host machine
|
||||
|
||||
@@ -90,8 +90,7 @@ if [ -z "${dhcp}" ]; then
|
||||
|
||||
logMessage Adding ${hostname} and ${name} to /etc/hosts on the host
|
||||
|
||||
echo "${ip1} ${name} ${hostname}" >> /etc/hosts
|
||||
|
||||
echo "${ip1} ${hostname} ${name}" >> /etc/hosts
|
||||
#
|
||||
# If we've updated the /etc/hosts file on the host machine
|
||||
# and there is an installation of dnsmasq installed then
|
||||
|
||||
@@ -91,8 +91,7 @@ if [ -z "${dhcp}" ]; then
|
||||
|
||||
logMessage Adding ${hostname} and ${name} to /etc/hosts on the host
|
||||
|
||||
echo "${ip1} ${name} ${hostname}" >> /etc/hosts
|
||||
|
||||
echo "${ip1} ${hostname} ${name}" >> /etc/hosts
|
||||
|
||||
#
|
||||
# If we've updated the /etc/hosts file on the host machine
|
||||
|
||||
@@ -64,6 +64,7 @@ cat <<E_O_FSTAB > ${prefix}/etc/fstab
|
||||
#
|
||||
# <file system> <mount point> <type> <options> <dump> <pass>
|
||||
proc /proc proc defaults 0 0
|
||||
devpts /dev/pts devpts rw,noexec,nosuid,gid=5,mode=620 0 0
|
||||
E_O_FSTAB
|
||||
for part in `seq 1 ${NUMPARTITIONS}`; do
|
||||
eval "PARTITION=\"\${PARTITION${part}}\""
|
||||
@@ -75,7 +76,7 @@ for part in `seq 1 ${NUMPARTITIONS}`; do
|
||||
x=$(( $x+1 ))
|
||||
done
|
||||
IFS="${OLDIFS}"
|
||||
|
||||
|
||||
case "${partdata2}" in
|
||||
xfs)
|
||||
has_xfs=1
|
||||
@@ -84,7 +85,7 @@ for part in `seq 1 ${NUMPARTITIONS}`; do
|
||||
has_reiserfs=1
|
||||
;;
|
||||
esac
|
||||
|
||||
|
||||
if [ "${partdata2}" = "swap" ]; then
|
||||
echo "/dev/${device}${part} none swap sw 0 0" >> ${prefix}/etc/fstab
|
||||
else
|
||||
|
||||
@@ -98,7 +98,7 @@ if [ -z "${dhcp}" ]; then
|
||||
|
||||
logMessage Adding ${hostname} and ${name} to /etc/hosts on the host
|
||||
|
||||
echo "${ip1} ${name} ${hostname}" >> /etc/hosts
|
||||
echo "${ip1} ${hostname} ${name}" >> /etc/hosts
|
||||
|
||||
#
|
||||
# If we've updated the /etc/hosts file on the host machine
|
||||
|
||||
Reference in New Issue
Block a user