summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormaximilian attems <maks@debian.org>2006-08-05 09:31:06 +0200
committermaximilian attems <maks@debian.org>2006-08-05 09:31:06 +0200
commita44616dd8e197c348d6061db84c2a6893fae5a27 (patch)
treed5be6db4a2f401a42a82f782d0f2799c588c4ec7
parent5d46a04527bd3023e4f34cc99029ffc281f42110 (diff)
downloadinitramfs-tools-a44616dd8e197c348d6061db84c2a6893fae5a27.tar.gz
initramfs-tools-a44616dd8e197c348d6061db84c2a6893fae5a27.zip
- revert s/mount/nfsmount
debian busybux has no nfs support lately
-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