Add kms modules to initramfs
authorUlrich Dangel <mru@grml.org>
Mon, 5 Dec 2011 21:52:47 +0000 (22:52 +0100)
committerUlrich Dangel <mru@grml.org>
Mon, 5 Dec 2011 22:25:11 +0000 (23:25 +0100)
debian/patches/32_add_kms.patch [new file with mode: 0644]
debian/patches/series

diff --git a/debian/patches/32_add_kms.patch b/debian/patches/32_add_kms.patch
new file mode 100644 (file)
index 0000000..0bf162f
--- /dev/null
@@ -0,0 +1,17 @@
+--- a/Makefile
++++ b/Makefile
+@@ -49,7 +49,7 @@
+       cp bin/live-preseed bin/live-reconfigure local/languagelist $(DESTDIR)/usr/share/live-boot
+       mkdir -p $(DESTDIR)/usr/share/initramfs-tools
+-      cp -r hooks scripts $(DESTDIR)/usr/share/initramfs-tools
++      cp -r hooks scripts modules.d $(DESTDIR)/usr/share/initramfs-tools
+       # Installing docs
+       mkdir -p $(DESTDIR)/usr/share/doc/live-boot-grml
+--- /dev/null
++++ b/modules.d/kms
+@@ -0,0 +1,3 @@
++i915
++nouveau
++radeon
index 64af07d..c082cba 100644 (file)
@@ -18,3 +18,4 @@
 29_support_dns_in_initramfs.patch
 30_support_multiarch_dns.patch
 31_package_rename.patch
+32_add_kms.patch