home: hub: mkinitfs

Download patch

ref: 7d69ce472e965c68412dec1b3001a84007c8e6ae
parent: fe81127485508b551927610666c6c2f9d714106f
author: Natanael Copa <ncopa@alpinelinux.org>
date: Mon Oct 5 10:40:09 CDT 2009

init: support usbdelay boot option for disk installs

Some slower usb hosts needs this

--- a/initramfs-init.in
+++ b/initramfs-init.in
@@ -238,6 +238,7 @@
 		sh
 	fi
 	# let usb settle in case we boot from usb disks
+	[ -n "$KOPT_usbdelay" ] && sleep "$KOPT_usbdelay"
 	wait_usb
 	case "$KOPT_root" in
 		/dev/md*)