aboutsummaryrefslogtreecommitdiffstats
path: root/config/deb.am
diff options
context:
space:
mode:
authorManuel Amador (Rudd-O) <[email protected]>2011-03-17 15:18:13 -0700
committerBrian Behlendorf <[email protected]>2011-03-17 16:52:04 -0700
commitae26d0465a234d7b340566287908c78fe24901e1 (patch)
tree07c0604ff755e8df99e758559d2c048cd86d75c2 /config/deb.am
parent01c0e61da027925b71c923a2b3896abf458b45a9 (diff)
Add dracut support
To simplify the process of using zfs as your root filesystem a zfs-drucat sub-package has been added. This sub-package adds a zfs dracut module which allows your initramfs to be rebuilt with zfs support. The process for doing this is still complicated but there is clearly interest from the community about getting this working well and documented. This should help lay some of the groundwork. Longer term these changes should be pushed in the upstream dracut package. Once that occurs this subpackage will no longer be required for new systems, however we may want to conditionally build this package in the future for systems running older dracut versions. Signed-off-by: Brian Behlendorf <[email protected]>
Diffstat (limited to 'config/deb.am')
-rw-r--r--config/deb.am5
1 files changed, 3 insertions, 2 deletions
diff --git a/config/deb.am b/config/deb.am
index f836a3cf1..5a165ca7d 100644
--- a/config/deb.am
+++ b/config/deb.am
@@ -31,7 +31,8 @@ deb-utils: deb-local rpm-utils
pkg1=$${name}-$${version}.$${arch}.rpm; \
pkg2=$${name}-devel-$${version}.$${arch}.rpm; \
pkg3=$${name}-test-$${version}.$${arch}.rpm; \
- fakeroot $(ALIEN) --scripts --to-deb $$pkg1 $$pkg2 $$pkg3; \
- $(RM) $$pkg1 $$pkg2 $$pkg3
+ pkg4=$${name}-dracut-$${version}.$${arch}.rpm; \
+ fakeroot $(ALIEN) --scripts --to-deb $$pkg1 $$pkg2 $$pkg3 $$pkg4; \
+ $(RM) $$pkg1 $$pkg2 $$pkg3 $$pkg4
deb: deb-modules deb-utils