Update netboot package, add find packages not being available anymore
[grml-tips.git] / grml_tips
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}'
+--