diff options
author | Vagrant Cascadian <vagrant+debianbugs@freegeek.org> | 2007-09-04 10:41:07 +0200 |
---|---|---|
committer | maximilian attems <max@stro.at> | 2007-09-04 10:41:07 +0200 |
commit | 5ac8a35ffa7db1c1295f46c75e6b8cc7cd698546 (patch) | |
tree | bf371a2821ca398c9a35bee8b9d74b852711a7aa /debian | |
parent | e2094587495879e34285018ff6f2b9f46c34ca45 (diff) | |
download | initramfs-tools-5ac8a35ffa7db1c1295f46c75e6b8cc7cd698546.tar.gz initramfs-tools-5ac8a35ffa7db1c1295f46c75e6b8cc7cd698546.zip |
initramfs-tools: split networking code into separate function
ltsp in ubuntu started using NBD+unionfs+squashfs instead of NFS, and
debian-live uses has a network boot methods using cifs in addition to a
different way of using NFS (i think it also uses unionfs and maybe
squashfs, not just a plain NFS/cifs mount)...
so splitting out the networking related code into a separate function
would move towards not having forked code for all of these different
network boot methods. at least, that's my hope.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 0bdb6b9..f5ace4e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -13,8 +13,10 @@ initramfs-tools (0.91) UNRELEASED; urgency=low * init: Export noresume if set. uswsusp and kdump need it. * init: Try harder to find a valid init on rootmnt. Fixes bootfailure on bogus init bootarg too. + * scripts/{functions,nfs}: Split networking code in separate function. + Thanks Vagrant Cascadian <vagrant+debianbugs@freegeek.org> for the patch. - -- maximilian attems <maks@debian.org> Mon, 03 Sep 2007 11:44:04 +0200 + -- maximilian attems <maks@debian.org> Tue, 04 Sep 2007 10:39:07 +0200 initramfs-tools (0.90a) unstable; urgency=high |