CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
Added 'rootwait ro' as ROOT_DEVICE_PARAMS for uInitramfs on efikamx devices
authorJose V Beneyto <sepen@crux.nu>
Thu, 31 Oct 2013 13:03:24 +0000 (13:03 +0000)
committerJose V Beneyto <sepen@crux.nu>
Thu, 31 Oct 2013 13:03:24 +0000 (13:03 +0000)
devices/efikamx/Makefile

index ffd5055353f864a0c4bf1a26001b2ca1ff1229f4..cbf870dbabf1daa4e3137605029ce633b115da23 100644 (file)
@@ -18,7 +18,7 @@ CONSOLE_DEVICE = tty0
 ifeq ($(RAMDISK_TYPE), uInitrd)
 ROOT_DEVICE_PARAMS = root=/dev/ram0 rootwait ro
 else
-ROOT_DEVICE_PARAMS =
+ROOT_DEVICE_PARAMS = rootwait ro
 endif