Explorar o código

temporary workaround for rb532-cf

Phil Sutter %!s(int64=16) %!d(string=hai) anos
pai
achega
405ddb454d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      mk/rootfs.mk

+ 1 - 1
mk/rootfs.mk

@@ -10,7 +10,7 @@ FS_CMDLINE:=$(3)
 endif
 endef
 
-$(eval $(call rootfs_template,ext2-cf,EXT2_CF))
+$(eval $(call rootfs_template,ext2-cf,EXT2_CF,root=/dev/sda2))
 $(eval $(call rootfs_template,ext2-mmc,EXT2_MMC))
 $(eval $(call rootfs_template,ext2,EXT2))
 $(eval $(call rootfs_template,initramfs,INITRAMFS))