some more cleanups in debian/
authorMichael Prokop <mika@grml.org>
Thu, 16 Nov 2006 18:14:50 +0000 (19:14 +0100)
committerMichael Prokop <mika@grml.org>
Thu, 16 Nov 2006 18:14:50 +0000 (19:14 +0100)
debian/README [deleted file]
debian/README.Debian
debian/changelog
debian/copyright
debian/dirs [deleted file]
debian/rules

diff --git a/debian/README b/debian/README
deleted file mode 100644 (file)
index 3b77772..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-The Debian Package grml-terminalserver
-----------------------------
-
-Comments regarding the Package
-
-Michael Gebetsroither <gebi@grml.org>, Sun, 20 Mar 2005 19:39:26 +0100
index 76689c7..a7af22a 100644 (file)
@@ -1,18 +1,19 @@
 grml-terminalserver for Debian
 ------------------------------
 
-This version of grml-terminalserver is tested and developed on debian sid (it works now ;).
-Please adjust the config in /etc/grml/terminalserver/config
+This version of grml-terminalserver is tested and developed on Debian
+unstable/grml.  If you want to use grml-terminalserver on plain Debian
+please adjust the configuration in /etc/grml/terminalserver/config.
 
 Example setup on debian:
+
 1. mount your grml cd or the iso image to /cdrom
 2. mount /cdrom/GRML/GRML to /mnt/tmp
 3. adjust the following variables:
-MODULES_PATH_ROOT_DIFF_="/mnt/tmp"
-MODULES_PATH_="/mnt/tmp/lib/modules"
+   MODULES_PATH_ROOT_DIFF_="/mnt/tmp"
+   MODULES_PATH_="/mnt/tmp/lib/modules"
 4. set the kernel version to the kernel you would want to use
-    choose one from: ls -l /lib/modules |awk '/-grml/{print $8}'
-eg. KERNEL_VERSION_="2.6.12-grml"
-
+   choose one from: ls -l /lib/modules |awk '/-grml/{print $8}'
+   eg. KERNEL_VERSION_="2.6.12-grml"
 
  -- Michael Gebetsroither <gebi@grml.org>, Sun, 20 Mar 2005 19:39:26 +0100
index 2eca203..4826b96 100644 (file)
@@ -2,11 +2,12 @@ grml-terminalserver (0.72) unstable; urgency=low
 
   Maintenance release:
   * make package lintian clean
-  * update linuxrc
-  * try to fix the "discover" bugs
+  * big update of linuxrc - do not use discover anymore (broken) but
+    instead try modprobing all available network modules
   * reject tcp/113 via iptables to speed up PXE boot
-  * add statically compiled udhcpc build using udhcp-0.9.8cvs20050303
-    with "LDFLAGS='-static' make".
+  * added statically compiled binary udhcpc build using
+    udhcp-0.9.8cvs20050303 (current Debian/unstable source package)
+    with "LDFLAGS='-static' make"
 
  -- Michael Prokop <mika@grml.org>  Thu, 16 Nov 2006 14:46:48 +0100
 
index b4f2a11..8b15fc2 100644 (file)
@@ -1,7 +1,7 @@
 This is grml-terminalserver, written and maintained by Michael Gebetsroither <gebi@grml.org>
 on Sun, 20 Mar 2005 19:39:26 +0100.
 
-Sources available from http://grml.org/repos/
+Sources available at http://grml.org/repos/ and http://hg.grml.org/
 
 Copyright (C) 2003++ Michael Gebetsroither <gebi@grml.org> and Michael Prokop <mika@grml.org>
 
diff --git a/debian/dirs b/debian/dirs
deleted file mode 100644 (file)
index 236670a..0000000
+++ /dev/null
@@ -1 +0,0 @@
-usr/sbin
index a93d497..3c4f835 100755 (executable)
@@ -48,7 +48,7 @@ install: build
        dh_testdir
        dh_testroot
        dh_clean -k 
-       dh_installdirs
+       dh_installdirs usr/sbin
 
        # Add here commands to install the package into debian/grml-terminalserver.
        $(MAKE) install DESTDIR=$(CURDIR)/debian/grml-terminalserver