tag all files installed by grml-live
authorChristian Hofstaedtler <ch@grml.org>
Mon, 6 Dec 2010 18:10:43 +0000 (19:10 +0100)
committerChristian Hofstaedtler <ch@grml.org>
Mon, 6 Dec 2010 18:52:18 +0000 (19:52 +0100)
etc/grml/fai/config/files/etc/apt/apt.conf.d/20pdiffs/GRMLBASE
etc/grml/fai/config/files/etc/apt/preferences/GRMLBASE
etc/grml/fai/config/files/etc/fstab/GRMLBASE
etc/grml/fai/config/files/etc/hosts/GRMLBASE
etc/grml/fai/config/files/etc/modprobe.d/radeon-kms.conf/GRMLBASE
etc/grml/fai/config/files/etc/network/interfaces/GRMLBASE
etc/grml/fai/config/files/etc/sudoers/GRMLBASE
etc/grml/fai/config/files/usr/share/initramfs-tools/scripts/init-top/grml/GRMLBASE

index e985f13..bf61976 100644 (file)
@@ -1,3 +1,5 @@
+// This file is installed by grml-live.
+//
 // allow overwriting via grml-live:
 Package: *
 Pin: release o=The grml project,a=grml-live,l=grml,c=main
index 48a4110..89da7df 100644 (file)
@@ -1,4 +1,9 @@
 # /etc/fstab - static file system information
+#
+# This file was deployed via grml-live's
+# /etc/grml/fai/config/scripts/GRMLBASE/30-fstab script, using
+# /etc/grml/fai/config/files/etc/fstab/GRMLBASE
+#
 # <filesystem> <mountpoint>   <type> <options>                             <dump> <pass>
 proc           /proc          proc   rw,nosuid,nodev,noexec                 0      0
 none           /proc/bus/usb  usbfs  defaults,noauto                        0      0
index 03ddf41..5912c03 100644 (file)
@@ -1,3 +1,7 @@
+# This file was deployed via grml-live's
+# /etc/grml/fai/config/scripts/GRMLBASE/34-hosts script, using
+# /etc/grml/fai/config/files/etc/hosts/GRMLBASE
+
 127.0.0.1       $HOSTNAME    localhost
 
 # The following lines are desirable for IPv6 capable hosts
index 8c90ac9..debe819 100644 (file)
@@ -1 +1,14 @@
+# This file was deployed via grml-live's
+# /etc/grml/fai/config/scripts/GRMLBASE/39-modprobe script, using
+# /etc/grml/fai/config/files/etc/modprobe.d/radeon-kms.conf/GRMLBASE
+#
+# Filename:      /etc/modprobe.d/radeon-kms.conf
+# Purpose:       Disable KMS for radeon, due to bugs on ES1000 radeons
+#                making the screen unusable.
+# Authors:       grml-team (grml.org),
+#                (c) Ulrich Dangel <mru@grml.org>
+# Bug-Reports:   see http://grml.org/bugs/
+# License:       This file is licensed under the GPL v2 or any later version.
+################################################################################
+
 options radeon modeset=0
index 35948f9..192aec3 100644 (file)
@@ -1,4 +1,7 @@
+# This file was deployed via grml-live's
+# /etc/grml/fai/config/scripts/GRMLBASE/35-network script, using
+# /etc/grml/fai/config/files/etc/network/interfaces/GRMLBASE
+
 # The loopback interface
-# automatically added when upgrading
 auto lo
 iface lo inet loopback
index fa78cc0..c3f2643 100644 (file)
@@ -2,6 +2,10 @@
 # This file MUST be edited with the "visudo" command as root.
 # See the man page for details on how to write a sudoers file.
 
+# This file was deployed via grml-live's
+# /etc/grml/fai/config/scripts/GRMLBASE/20-sudo script, using
+# /etc/grml/fai/config/files/etc/sudoers/GRMLBASE
+
 # Host alias specification
 
 # User alias specification
index 5afaca4..1f6b278 100755 (executable)
@@ -1,4 +1,16 @@
 #!/bin/sh
+#
+# This file was deployed via grml-live's
+# /etc/grml/fai/config/scripts/GRMLBASE/10-build-initramfs script, using
+# /etc/grml/fai/config/files/usr/share/initramfs-tools/scripts/init-top/grml/GRMLBASE
+#
+# Filename:      /usr/share/initramfs-tools/scripts/init-top/grml
+# Purpose:       Early boot progress handler
+# Authors:       grml-team (grml.org),
+#                (c) Michael Prokop <mika@grml.org>
+# Bug-Reports:   see http://grml.org/bugs/
+# License:       This file is licensed under the GPL v2 or any later version.
+################################################################################
 
 # prereq header {{{
 # without this header booting will fail with: