summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2008-08-25 12:51:07 +0200
committerDaniel Baumann <daniel@debian.org>2011-03-09 19:03:40 +0100
commitfa8e9f9381214c465f4d73135d722ca0d5e9272d (patch)
tree34a5cf2337faf429fb0ec7cc9dc7344e31a0834f /examples
parent14fe5c6fb20993ff7de47f56cef89e6fd2dc6729 (diff)
downloadlive-build-fa8e9f9381214c465f4d73135d722ca0d5e9272d.zip
live-build-fa8e9f9381214c465f4d73135d722ca0d5e9272d.tar.gz
Renaming sections to categories in order to use the same names as Debian Policy does (Closes: #483777).
Diffstat (limited to 'examples')
-rwxr-xr-xexamples/hooks/ipw2100.sh2
-rwxr-xr-xexamples/hooks/ipw2200.sh2
-rwxr-xr-xexamples/hooks/ipw3945.sh2
-rwxr-xr-xexamples/hooks/madwifi.sh2
-rwxr-xr-xexamples/hooks/nvidia-legacy.sh2
-rwxr-xr-xexamples/hooks/sun-java5.sh2
-rwxr-xr-xexamples/hooks/sun-java6.sh2
7 files changed, 7 insertions, 7 deletions
diff --git a/examples/hooks/ipw2100.sh b/examples/hooks/ipw2100.sh
index e23c932..f2e296d 100755
--- a/examples/hooks/ipw2100.sh
+++ b/examples/hooks/ipw2100.sh
@@ -3,7 +3,7 @@
# This is a hook for live-helper(7) to install ipw2100 drivers
# To enable it, copy this hook into your config/chroot_local-hooks directory.
#
-# Note: This hook requires packages from the contrib section. Make sure you enabled
+# Note: This hook requires packages from the contrib category. Make sure you enabled
# it in your configuration.
# Building kernel module
diff --git a/examples/hooks/ipw2200.sh b/examples/hooks/ipw2200.sh
index 0d91fa8..4b2ed5f 100755
--- a/examples/hooks/ipw2200.sh
+++ b/examples/hooks/ipw2200.sh
@@ -3,7 +3,7 @@
# This is a hook for live-helper(7) to install ipw2200 drivers
# To enable it, copy this hook into your config/chroot_local-hooks directory.
#
-# Note: This hook requires packages from the contrib section. Make sure you enabled
+# Note: This hook requires packages from the contrib category. Make sure you enabled
# it in your configuration.
# Building kernel mdoule
diff --git a/examples/hooks/ipw3945.sh b/examples/hooks/ipw3945.sh
index 4e1ae1c..5a3eddc 100755
--- a/examples/hooks/ipw3945.sh
+++ b/examples/hooks/ipw3945.sh
@@ -3,7 +3,7 @@
# This is a hook for live-helper(7) to install ipw3945 drivers
# To enable it, copy this hook into your config/chroot_local-hooks directory.
#
-# Note: This hook requires packages from the contrib and non-free section. Make
+# Note: This hook requires packages from the contrib and non-free category. Make
# sure you enabled it in your configuration.
# Building kernel module
diff --git a/examples/hooks/madwifi.sh b/examples/hooks/madwifi.sh
index bc5d072..ced7695 100755
--- a/examples/hooks/madwifi.sh
+++ b/examples/hooks/madwifi.sh
@@ -3,7 +3,7 @@
# This is a hook for live-helper(7) to install madwifi drivers
# To enable it, copy this hook into your config/chroot_localhooks directory.
#
-# Note: This hook requires packages from the contrib section. Make sure you enabled
+# Note: This hook requires packages from the contrib category. Make sure you enabled
# it in your configuration.
# Building kernel module
diff --git a/examples/hooks/nvidia-legacy.sh b/examples/hooks/nvidia-legacy.sh
index f4ce544..89f502b 100755
--- a/examples/hooks/nvidia-legacy.sh
+++ b/examples/hooks/nvidia-legacy.sh
@@ -3,7 +3,7 @@
# This is a hook for live-helper(7) to install nvidia-kernel-legacy drivers
# To enable it, copy this hook into your config/chroot_localhooks directory.
#
-# Note: This hook requires packages from the non-free section. Make sure you
+# Note: This hook requires packages from the non-free category. Make sure you
# enabled it in your configuration.
# Building kernel module
diff --git a/examples/hooks/sun-java5.sh b/examples/hooks/sun-java5.sh
index 82f2d07..049c6c4 100755
--- a/examples/hooks/sun-java5.sh
+++ b/examples/hooks/sun-java5.sh
@@ -3,7 +3,7 @@
# This is a hook for live-helper(7) to install sun-java.
# To enable it, copy this hook into your config/chroot_local-hooks directory.
#
-# Note: This hook requires packages from the non-free section. Make sure you
+# Note: This hook requires packages from the non-free category. Make sure you
# enabled it in your configuration.
# live-helper sets DEBIAN_FRONTEND to 'noninteractive' to advise debconf to not
diff --git a/examples/hooks/sun-java6.sh b/examples/hooks/sun-java6.sh
index b14c080..01b5ac4 100755
--- a/examples/hooks/sun-java6.sh
+++ b/examples/hooks/sun-java6.sh
@@ -3,7 +3,7 @@
# This is a hook for live-helper(7) to install sun-java.
# To enable it, copy this hook into your config/chroot_local-hooks directory.
#
-# Note: This hook requires packages from the non-free section. Make sure you
+# Note: This hook requires packages from the non-free category. Make sure you
# enabled it in your configuration.
# live-helper sets DEBIAN_FRONTEND to 'noninteractive' to advise debconf to not