Update netboot package, add find packages not being available anymore v0.4.19
authorMichael Prokop <mika@grml.org>
Mon, 26 Oct 2009 14:10:01 +0000 (15:10 +0100)
committerMichael Prokop <mika@grml.org>
Mon, 26 Oct 2009 14:10:01 +0000 (15:10 +0100)
debian/changelog
grml_tips

index c305335..50d1ea4 100644 (file)
@@ -1,3 +1,10 @@
+grml-tips (0.4.19) unstable; urgency=low
+
+  * Add 'Find packages not available from any active apt repository'.
+  * Update 'Create netboot package for grml-terminalserver'.
+
+ -- Michael Prokop <mika@grml.org>  Mon, 26 Oct 2009 15:09:12 +0100
+
 grml-tips (0.4.18) unstable; urgency=low
 
   * Update URL in 'Test UTF-8 capabilities of terminal'.
index 36204cc..f90532f 100644 (file)
--- a/grml_tips
+++ b/grml_tips
@@ -2860,7 +2860,7 @@ language at the bottom of the file /etc/nanorc
 -- 
 Create netboot package for grml-terminalserver:
 
-# sh /usr/share/doc/grml-terminalserver/examples/create-netboot
+# bash /usr/share/doc/grml-terminalserver/examples/create-netboot
 -- 
 To boot grml via network (PXE) check out grml-terminalserver:
 
@@ -3165,3 +3165,7 @@ Start openvas server (takes a while):
 Invoke client as user:
 % OpenVAS-Client
 -- 
+Find packages not available from any active apt repository:
+
+% apt-show-versions | awk '/No available version in archive/{print $1}'
+--