diff -Nru /tmp/EdMWEFodpF/initramfs-tools-0.40ubuntu14/debian/changelog /tmp/LQK9zJAzKi/initramfs-tools-0.40ubuntu15/debian/changelog --- /tmp/EdMWEFodpF/initramfs-tools-0.40ubuntu14/debian/changelog 2006-01-12 09:01:41.000000000 +0200 +++ /tmp/LQK9zJAzKi/initramfs-tools-0.40ubuntu15/debian/changelog 2006-01-15 03:09:02.000000000 +0200 @@ -1,3 +1,10 @@ +initramfs-tools (0.40ubuntu15) dapper; urgency=low + + * mount sysfs with 'sysfs' as the device name, replacing 'none' as this + keeps things shiny and cosmetically pretty later on. + + -- Paul Sladen Sun, 15 Jan 2006 03:08:00 +0200 + initramfs-tools (0.40ubuntu14) dapper; urgency=low * If copy_exec is asked to copy to the same location twice, check if diff -Nru /tmp/EdMWEFodpF/initramfs-tools-0.40ubuntu14/init /tmp/LQK9zJAzKi/initramfs-tools-0.40ubuntu15/init --- /tmp/EdMWEFodpF/initramfs-tools-0.40ubuntu14/init 2006-01-09 12:18:55.000000000 +0200 +++ /tmp/LQK9zJAzKi/initramfs-tools-0.40ubuntu15/init 2006-01-15 03:59:07.000000000 +0200 @@ -4,8 +4,8 @@ mkdir /proc mkdir /tmp mkdir -p /var/lock -mount -t sysfs none /sys -mount -t proc none /proc +mount -t sysfs sysfs /sys +mount -t proc proc /proc # Note that this only becomes /dev on the real filesystem if udev's scripts # are used; which they will be, but it's worth pointing out