summaryrefslogtreecommitdiff
path: root/mk/rootfs.mk
diff options
context:
space:
mode:
authorThorsten Glaser <tg@mirbsd.org>2010-11-20 22:19:06 +0000
committerWaldemar Brodkorb <wbx@openadk.org>2010-11-20 23:54:37 +0100
commit2140694397c262c79ede4b6e3bb08bc2e5f82865 (patch)
tree7db3d7150dd312fd2db7a4b1631f6fb892d47306 /mk/rootfs.mk
parent2aa24b0a0530a07a40f5bf858048dad5c8c61bf5 (diff)
convert to UUID; make panic-reboot-time a flag; prevent automatic fsck
note: uuid.patch currently still panics ☹ Signed-off-by: Thorsten Glaser <tg@mirbsd.org>
Diffstat (limited to 'mk/rootfs.mk')
-rw-r--r--mk/rootfs.mk4
1 files changed, 1 insertions, 3 deletions
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))