Your message dated Tue, 29 Aug 2006 09:17:04 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#340494: fixed in initramfs-tools 0.77
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: initramfs-tools
Severity: minor

Currently, initramfs-tools relies upon usr/initramfs_list in 2.6 kernels to create the /dev and /root directories. The attached patch will make sure that they are created along with the console and null device nodes.

This has two advantages:

1) If usr/initramfs_list changes, the initramfs will still work

2) The initramfs generated by update-initramfs can be compiled into the kernel (thus replacing usr/initramfs_list). This is still not straightforward to do (you have to first compile a kernel, then generate the initramfs for it, copy it somewhere, ungzip it, configure the kernel config to use that cpio archive as the initramfs and then compile it again) but at least it is doable.

Re,
David


--- init.old    2005-11-23 21:06:56.000000000 +0100
+++ init        2005-11-23 21:10:43.000000000 +0100
@@ -2,6 +2,11 @@
 
 echo "Loading, please wait..."
 
+[ -d /dev ] || mkdir --mode=0755 /dev
+[ -e /dev/console ] || mknod /dev/console c 5 1 
+[ -e /dev/null ] || mknod /dev/null c 1 3
+touch /dev/.initramfs-tools
+[ -d /root ] || mkdir --mode=0700 /root
 mkdir /sys
 mkdir /proc
 mkdir /tmp
@@ -9,9 +14,6 @@
 mount -t sysfs sysfs /sys
 mount -t proc proc /proc
 mount -t ramfs none /dev
-touch /dev/.initramfs-tools
-mknod /dev/console c 5 1 
-mknod /dev/null c 1 3
 
 . /conf/initramfs.conf
 . /scripts/functions

--- End Message ---
--- Begin Message ---
Source: initramfs-tools
Source-Version: 0.77

We believe that the bug you reported is fixed in the latest version of
initramfs-tools, which is due to be installed in the Debian FTP archive:

initramfs-tools_0.77.dsc
  to pool/main/i/initramfs-tools/initramfs-tools_0.77.dsc
initramfs-tools_0.77.tar.gz
  to pool/main/i/initramfs-tools/initramfs-tools_0.77.tar.gz
initramfs-tools_0.77_all.deb
  to pool/main/i/initramfs-tools/initramfs-tools_0.77_all.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
maximilian attems <[EMAIL PROTECTED]> (supplier of updated initramfs-tools 
package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Fri, 25 Aug 2006 16:55:56 +0200
Source: initramfs-tools
Binary: initramfs-tools
Architecture: source all
Version: 0.77
Distribution: unstable
Urgency: medium
Maintainer: Debian kernel team <debian-kernel@lists.debian.org>
Changed-By: maximilian attems <[EMAIL PROTECTED]>
Description: 
 initramfs-tools - tools for generating an initramfs
Closes: 340494 377643
Changes: 
 initramfs-tools (0.77) unstable; urgency=medium
 .
   * mkinitramfs, scripts/local-top/mdrun: Use mdrun.conf as config file.
     Ship mdrun unconditionally if around, should help in recovery situations.
 .
   * debian/initramfs-tools.postinst, hook-functions, mkinitramfs,
     scripts/local, update-initramfs: Cleanup the "-a" and "-o" bashism.
 .
   * scripts/nfs: Retry to mount NFS on eventual failure. (closes: 377643)
     Based on a patch by Vagrant Cascadian <[EMAIL PROTECTED]>.
 .
   * init: Make sure there is an /dev and /root. Usually passed by the kernel.
     Also /dev/null or /dev/console might already be shipped.
     Based on a patch by David Härdeman <[EMAIL PROTECTED]>. (closes: 340494)
 .
   * scripts/local-top/lvm: Fix prereqs s/mdraid/mdrun, thus urgency medium.
     Thanks Rainer Gauweiler <[EMAIL PROTECTED]> for the notice.
Files: 
 d3a90e2aca8e19e369b24a55aa6bcec5 623 utils optional initramfs-tools_0.77.dsc
 fd02b4400890a1c38213adedc8d726fc 49053 utils optional 
initramfs-tools_0.77.tar.gz
 07b8fc18165a46c4e53068b60f1b0972 54754 utils optional 
initramfs-tools_0.77_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (GNU/Linux)

iD8DBQFE9GWk6n7So0GVSSARAnkgAKCUHtyJMIVqnUAh4Vu+tdi9jD96sQCfW5um
1bPGW7YHI9+eLZJdE/3gBTg=
=JQbk
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to