[debian-lan-devel] [SCM] Debian-LAN development and packaging branch, squeeze, updated. 0.6-33-gc1f3f34
Andreas B. Mundt
andi at debian.org
Mon Oct 29 12:16:28 UTC 2012
The following commit has been merged in the squeeze branch:
commit c1f3f3412dddd7056273123fe1b141934a4d4031
Author: Andreas B. Mundt <andi at debian.org>
Date: Mon Oct 29 12:57:39 2012 +0100
Fix netmask for nfsroot: Allow unknown clients to boot to sysinfo.
diff --git a/fai/config/scripts/FAISERVER/30-exports b/fai/config/scripts/FAISERVER/30-exports
index 4fd2b5f..fb013ff 100755
--- a/fai/config/scripts/FAISERVER/30-exports
+++ b/fai/config/scripts/FAISERVER/30-exports
@@ -2,5 +2,5 @@
set -e
-ainsl $target/etc/exports "/srv/fai/nfsroot ${FAINETMASK}(async,ro,no_subtree_check,no_root_squash)"
+ainsl $target/etc/exports "/srv/fai/nfsroot ${SUBNETMASK}(async,ro,no_subtree_check,no_root_squash)"
ainsl $target/etc/exports "/srv/fai/config ${FAINETMASK}(async,ro,no_subtree_check,no_root_squash)"
--
Debian-LAN development and packaging
More information about the debian-lan-devel
mailing list