aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libfsimage/Makefile
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2008-05-01 16:38:56 +0100
committerKeir Fraser <keir.fraser@citrix.com>2008-05-01 16:38:56 +0100
commit622e368758b626b4567237395e5217761efb43d8 (patch)
tree84dc079d5cd0527975c092816ecb259f7f21ae34 /tools/libfsimage/Makefile
parent3e3b5e2b2aa8a64f6520876a310d040784f5f6bf (diff)
downloadxen-622e368758b626b4567237395e5217761efb43d8.tar.gz
xen-622e368758b626b4567237395e5217761efb43d8.tar.bz2
xen-622e368758b626b4567237395e5217761efb43d8.zip
Add ZFS libfsimage support patch
Add support to pygrub and libfsimage to boot ZFS root filesystems. Boot argument of zfs-bootfs is set to describe ZFS root pool and boot filesystem object number. Boot argument bootpath is set to describe the virtual device root mirror components. Signed-off-by: Susan Kamm-Worrell <susan.kamm-worrell@sun.com>
Diffstat (limited to 'tools/libfsimage/Makefile')
-rw-r--r--tools/libfsimage/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/libfsimage/Makefile b/tools/libfsimage/Makefile
index 7dd3c4f0fb..d5194fe54d 100644
--- a/tools/libfsimage/Makefile
+++ b/tools/libfsimage/Makefile
@@ -1,7 +1,7 @@
XEN_ROOT = ../..
include $(XEN_ROOT)/tools/Rules.mk
-SUBDIRS-y = common ufs reiserfs iso9660 fat
+SUBDIRS-y = common ufs reiserfs iso9660 fat zfs
SUBDIRS-y += $(shell env CC="$(CC)" ./check-libext2fs)
.PHONY: all clean install