summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog10
-rw-r--r--scripts/nfs2
2 files changed, 11 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index a43c6b0..028f0e6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+initramfs-tools (0.73b) unstable; urgency=high
+
+ * Revert nfs change in 0.70: Debian busybox is build with CONFIG_NFSMOUNT=n.
+ Reuse nfsmount from klibc. nfsroot parsing needs more care for the next
+ release. Now at least support those users where nfs previously worked.
+ Thanks Vagrant Cascadian <vagrant+bugs@freegeek.org> for report.
+ (closes: 380686). High urgency to get this into testing.
+
+ -- maximilian attems <maks@sternwelten.at> Fri, 4 Aug 2006 09:53:46 +0200
+
initramfs-tools (0.73) unstable; urgency=high
* debian/initramfs-tools.postrm: Don't forget to remove config file
diff --git a/scripts/nfs b/scripts/nfs
index 47e9ac1..5bfb03d 100644
--- a/scripts/nfs
+++ b/scripts/nfs
@@ -33,7 +33,7 @@ mountroot ()
roflag="-o rw"
fi
- mount -o nolock ${roflag} ${NFSOPTS} ${NFSROOT} ${rootmnt}
+ nfsmount -o nolock ${roflag} ${NFSOPTS} ${NFSROOT} ${rootmnt}
[ "$quiet" != "y" ] && log_begin_msg "Running /scripts/nfs-bottom"
run_scripts /scripts/nfs-bottom