From 7c6a724a2cd5d48402ee20614455f5dcf3de280d Mon Sep 17 00:00:00 2001 From: Ulrich Dangel Date: Mon, 5 Dec 2011 22:52:47 +0100 Subject: [PATCH] Add kms modules to initramfs --- debian/patches/32_add_kms.patch | 17 +++++++++++++++++ debian/patches/series | 1 + 2 files changed, 18 insertions(+) create mode 100644 debian/patches/32_add_kms.patch diff --git a/debian/patches/32_add_kms.patch b/debian/patches/32_add_kms.patch new file mode 100644 index 0000000..0bf162f --- /dev/null +++ b/debian/patches/32_add_kms.patch @@ -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 diff --git a/debian/patches/series b/debian/patches/series index 64af07d..c082cba 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -18,3 +18,4 @@ 29_support_dns_in_initramfs.patch 30_support_multiarch_dns.patch 31_package_rename.patch +32_add_kms.patch -- 2.1.4