[Bug 391478] Re: 2.6.30-10 kernel drops to busybox

Graziano graziano.giuliani at gmail.com
Wed Jun 24 17:19:55 UTC 2009


Simple patch to /usr/sbin/mkinitramfs to solve the problem.

--- /usr/sbin/mkinitramfs	2009-06-24 19:17:06.492718940 +0200
+++ /usr/sbin/mkinitramfs.new	2009-06-24 11:07:45.931445533 +0200
@@ -290,7 +290,8 @@
 	rm -f ${DESTDIR}/bin/mount
 	ln -s busybox ${DESTDIR}/bin/mount
 	# ... but some scripts expect /bin/sleep to exist. Boo.
-	ln -s busybox ${DESTDIR}/bin/sleep
+	#	ln -s busybox ${DESTDIR}/bin/sleep
+	copy_exec /bin/sleep /bin/sleep
 	# Useless
 	for cmd in minips nuke sh.shared; do
 		rm -f ${DESTDIR}/bin/${cmd}


** Package changed: linux (Ubuntu) => initramfs-tools (Ubuntu)

-- 
2.6.30-10 kernel drops to busybox
https://bugs.launchpad.net/bugs/391478
You received this bug notification because you are a member of Kernel
Bugs, which is subscribed to initramfs-tools in ubuntu.




More information about the kernel-bugs mailing list