From 2140694397c262c79ede4b6e3bb08bc2e5f82865 Mon Sep 17 00:00:00 2001 From: Thorsten Glaser Date: Sat, 20 Nov 2010 22:19:06 +0000 Subject: convert to UUID; make panic-reboot-time a flag; prevent automatic fsck MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit note: uuid.patch currently still panics ☹ Signed-off-by: Thorsten Glaser --- mk/rootfs.mk | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'mk') diff --git a/mk/rootfs.mk b/mk/rootfs.mk index e5c4c7089..30802e092 100644 --- a/mk/rootfs.mk +++ b/mk/rootfs.mk @@ -8,8 +8,6 @@ FS_CMDLINE:=$(3) endif endef -ADK_TARGET_ROOTFS_USB_DEVICE:=$(strip $(subst ",, $(ADK_TARGET_ROOTFS_USB_DEVICE))) - ifeq ($(ADK_LINUX_MIPS_RB532),y) ROOTFS:= root=/dev/sda2 MTDDEV:= root=/dev/mtdblock1 @@ -24,7 +22,7 @@ ROOTFS:= root=/dev/mmcblk0p2 rootwait endif $(eval $(call rootfs_template,ext2-block,EXT2_BLOCK,$(ROOTFS))) -$(eval $(call rootfs_template,usb,USB,root=$(ADK_TARGET_ROOTFS_USB_DEVICE) rootdelay=3)) +$(eval $(call rootfs_template,usb,USB,rootdelay=3)) $(eval $(call rootfs_template,archive,ARCHIVE)) $(eval $(call rootfs_template,initramfs,INITRAMFS)) $(eval $(call rootfs_template,initramfs-piggyback,INITRAMFS_PIGGYBACK)) -- cgit v1.2.3