[Fai-commit] r6721 - trunk/conf
    Michael Prokop 
    mika at alioth.debian.org
       
    Sat Oct 22 14:51:22 UTC 2011
    
    
  
Author: mika
Date: 2011-10-22 14:51:22 +0000 (Sat, 22 Oct 2011)
New Revision: 6721
Modified:
   trunk/conf/NFSROOT
Log:
conf/NFSROOT: install xz-utils in nfsroot by default
svn r6499 introduced "use xz compression for creating the
base.tar file if available". If the base.tar.xz is present then
the client can't unpack it if xzcat of xz-utils isn't available.
From: Michael Prokop <mika at grml.org>
Modified: trunk/conf/NFSROOT
===================================================================
--- trunk/conf/NFSROOT	2011-10-22 14:08:12 UTC (rev 6720)
+++ trunk/conf/NFSROOT	2011-10-22 14:51:22 UTC (rev 6721)
@@ -16,6 +16,9 @@
 # some network cards needs firmware
 firmware-bnx2 firmware-bnx2x firmware-realtek
 
+# required for xz-compressed base.tar.xz
+xz-utils
+
 # you should not edit the lines below
 # architecture dependend list of packages that are installed
 
    
    
More information about the Fai-commit
mailing list