Package: initramfs-tools
Version: 0.79
Severity: minor

in scripts/nfs there is a simple typo in the ipconfig protocol handling.

"bootb" should be "bootp"

attached patch. also available in bzr(revno 213):

http://llama.freegeek.org/~vagrant/bzr/initramfs-tools/vagrant-initramfs-tools

live well,
  vagrant
=== modified file 'scripts/nfs'
--- scripts/nfs 
+++ scripts/nfs 
@@ -16,7 +16,7 @@
                        # Bring up device
                        ipconfig ${DEVICE}
                        ;;
-               dhcp|bootb|rarp|both)
+               dhcp|bootp|rarp|both)
                        ipconfig -c ${IPOPTS} -d ${DEVICE}
                        ;;
                *)

Reply via email to