--- trunk/mkinitrd-magellan/mkinitrd.in 2012/04/02 11:40:49 1793 +++ trunk/mkinitrd-magellan/mkinitrd.in 2012/04/02 11:41:46 1794 @@ -870,9 +870,6 @@ add_initrd 'echo "${device} /sysroot ${rootfs} defaults,ro 0 0" > /etc/fstab' add_initrd 'mount /sysroot || ash' -# use devtmpfs if supported -add_initrd "if [ \"\$(grep devtmpfs /proc/filesystems | cut -d$'\t' -f2)\" = \"devtmpfs\" ]; then mount -t devtmpfs dev /sysroot/dev;fi" - # unset hotplug event-manager add_initrd 'echo > /proc/sys/kernel/hotplug'