[Fai-commit] r3036 - in people/Mrfai/2.8.4-sarge-fixes: debian lib
fai-repository at svn.debian.org
fai-repository at svn.debian.org
Thu Nov 10 23:39:49 UTC 2005
Author: lange
Date: 2005-11-10 23:39:49 +0000 (Thu, 10 Nov 2005)
New Revision: 3036
Modified:
people/Mrfai/2.8.4-sarge-fixes/debian/changelog
people/Mrfai/2.8.4-sarge-fixes/lib/create_ramdisk
Log:
add fix for #312128
Modified: people/Mrfai/2.8.4-sarge-fixes/debian/changelog
===================================================================
--- people/Mrfai/2.8.4-sarge-fixes/debian/changelog 2005-11-10 23:34:07 UTC (rev 3035)
+++ people/Mrfai/2.8.4-sarge-fixes/debian/changelog 2005-11-10 23:39:49 UTC (rev 3036)
@@ -1,13 +1,16 @@
fai (2.8.4sarge1) sarge-proposed-updates; urgency=low
- */debian/rules: ignore .svn directories
+ * closes three important bugs
+ * /debian/rules: ignore .svn directories
* fai-cd: fixed hardcoded sources.list for the install client to be
generated, code by Michael Tautschnig (closes: #320024) and at least
partially #329547
* install_packages: ignore packages ending with - when using -d
- (closes: 334333)
+ (closes: 334333)
+ * lib/create_ramdisk: make /etc/network/run/ifstate writable
+ (closes: #312128)
- -- Thomas Lange <lange at debian.org> Fri, 11 Nov 2005 00:25:25 +0100
+ -- Thomas Lange <lange at debian.org> Fri, 11 Nov 2005 00:39:01 +0100
fai (2.8.4) unstable; urgency=high
Modified: people/Mrfai/2.8.4-sarge-fixes/lib/create_ramdisk
===================================================================
--- people/Mrfai/2.8.4-sarge-fixes/lib/create_ramdisk 2005-11-10 23:34:07 UTC (rev 3035)
+++ people/Mrfai/2.8.4-sarge-fixes/lib/create_ramdisk 2005-11-10 23:39:49 UTC (rev 3036)
@@ -16,6 +16,7 @@
mke2fs -q -m 0 $ramdevice && echo "ramdisk $ramdevice created"
mount -n $ramdevice /tmp
}
+mount --bind /tmp /dev/shm
# now create the required subdirectories
-mkdir -p /tmp/etc /tmp/target /tmp/var/run/sshd /tmp/var/run/fai /tmp/var/state/discover /tmp/var/lib/discover
+mkdir -p /tmp/etc /tmp/target /tmp/var/run/sshd /tmp/var/run/fai /tmp/var/state/discover /tmp/var/lib/discover /dev/shm/network
cd /tmp/var && mkdir tmp log lock spool
More information about the Fai-commit
mailing list