changelog entry
[live-boot-grml.git] / debian / patches / 29_support_dns_in_initramfs.patch
index 3ac0141..f481eea 100644 (file)
@@ -6,11 +6,9 @@ Date:   Fri Mar 25 23:02:38 2011 +0100
     
     Thanks to Ulrich Dangel for discovering this. [Closes: issue848]
 
-Index: live-boot-grml/backends/initramfs-tools/live.hook
-===================================================================
---- live-boot-grml.orig/backends/initramfs-tools/live.hook     2012-12-17 21:01:56.339847815 +0100
-+++ live-boot-grml/backends/initramfs-tools/live.hook  2012-12-17 21:02:16.468142747 +0100
-@@ -227,23 +227,19 @@
+--- a/backend/initramfs-tools/live.hook
++++ b/backend/initramfs-tools/live.hook
+@@ -228,23 +228,26 @@
  
  # Some experimental stuff
  
@@ -46,5 +44,12 @@ Index: live-boot-grml/backends/initramfs-tools/live.hook
 +# might be needed if /etc/hosts is used
 +#mkdir -p "${DESTDIR}/etc"
 +#cp -p /etc/nsswitch.conf "${DESTDIR}/etc"
++
++# vlan support
++if [ -x /sbin/vconfig ]
++then
++      copy_exec /sbin/vconfig
++      manual_add_modules 8021q
++fi
  
  [ "${QUIET}" ] || echo .