summaryrefslogtreecommitdiffstats
path: root/src/os-plugins/plugins/vmware/init-hooks/60-have-servconfig/vm-dhcpd.sh
diff options
context:
space:
mode:
authorDirk von Suchodoletz2011-02-28 23:08:40 +0100
committerDirk von Suchodoletz2011-02-28 23:08:40 +0100
commit75e4ca671d55be31818a6d80fc27e709b1048637 (patch)
tree2435d002b5f07f2b591abf178bca06d0d782d03e /src/os-plugins/plugins/vmware/init-hooks/60-have-servconfig/vm-dhcpd.sh
parentFixing missing quotes bug ... (diff)
downloadcore-75e4ca671d55be31818a6d80fc27e709b1048637.tar.gz
core-75e4ca671d55be31818a6d80fc27e709b1048637.tar.xz
core-75e4ca671d55be31818a6d80fc27e709b1048637.zip
Better read the /etc/initramfs-setup for dns configuration info ...
Diffstat (limited to 'src/os-plugins/plugins/vmware/init-hooks/60-have-servconfig/vm-dhcpd.sh')
-rwxr-xr-xsrc/os-plugins/plugins/vmware/init-hooks/60-have-servconfig/vm-dhcpd.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/os-plugins/plugins/vmware/init-hooks/60-have-servconfig/vm-dhcpd.sh b/src/os-plugins/plugins/vmware/init-hooks/60-have-servconfig/vm-dhcpd.sh
index 8f0aedff..5e76c1f0 100755
--- a/src/os-plugins/plugins/vmware/init-hooks/60-have-servconfig/vm-dhcpd.sh
+++ b/src/os-plugins/plugins/vmware/init-hooks/60-have-servconfig/vm-dhcpd.sh
@@ -19,7 +19,7 @@ CONFDIR=/mnt/${OPENSLX_DEFAULT_CONFDIR}
testmkd ${CONFDIR}
# read the DNS configuration
-. /mnt/etc/machine-setup
+. /etc/initramfs-setup
[ -z "${domain_name_servers}" ] && domain_name_servers="8.8.8.8"
# configuring dhcpd stub for virtual networks