Package: initrd-netboot-tools
Version: 0.5.3cvs.20040906-16
Severity: normal
This packages has scripts stored in
/etc/lessdisks/mkinitrd/install_scripts and copied to the initrd.
05_mount_proc contains the folowing code:
mount -nt proc proc proc
mount -nt tmpfs tmpfs /tmp
90_mount_nfs_root contains:
umount /tmp
However it does not unmount /proc. I think this is a bug.
I think the fix is to add the following line to the end of
90_mount_nfs_root:
umount /proc
Regards
Alex Owen
-- System Information:
Debian Release: 3.1
APT prefers testing
APT policy: (400, 'testing'), (300, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.4.27-1-686
Locale: LANG=en_GB, LC_CTYPE=en_GB (charmap=ISO-8859-1)
Versions of packages initrd-netboot-tools depends on:
ii discover-data 2.2005.02.13-1 Data lists for Discover hardware d
ii initrd-tools 0.1.78 tools to create initrd image for p
ii python 2.3.5-1 An interactive high-level object-o
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]