fix xz in config files, mkinitcpio now handles it correct

This commit is contained in:
Tobias Powalowski 2012-04-19 08:31:12 +02:00
parent 66e55051e1
commit a7132a1de1
4 changed files with 4 additions and 4 deletions

View file

@ -32,7 +32,7 @@ LOCALSETUP="no"
SVNTREE="" SVNTREE=""
# Use this for kernel >= 2.6.38 # Use this for kernel >= 2.6.38
COMPRESSION="xz --check=crc32 --lzma2=dict=1MiB" COMPRESSION="xz"
# Use this for 2.6.30 <= kernel <= 2.6.37 # Use this for 2.6.30 <= kernel <= 2.6.37
#COMPRESSION="lzma" #COMPRESSION="lzma"
# Use this for kernel < 2.6.30 # Use this for kernel < 2.6.30

View file

@ -32,7 +32,7 @@ LOCALSETUP="no"
SVNTREE="" SVNTREE=""
# Use this for kernel >= 2.6.38 # Use this for kernel >= 2.6.38
COMPRESSION="xz --check=crc32 --lzma2=dict=1MiB" COMPRESSION="xz"
# Use this for 2.6.30 <= kernel <= 2.6.37 # Use this for 2.6.30 <= kernel <= 2.6.37
#COMPRESSION="lzma" #COMPRESSION="lzma"
# Use this for kernel < 2.6.30 # Use this for kernel < 2.6.30

View file

@ -32,7 +32,7 @@ LOCALSETUP="no"
SVNTREE="" SVNTREE=""
# Use this for kernel >= 2.6.38 # Use this for kernel >= 2.6.38
COMPRESSION="xz --check=crc32 --lzma2=dict=1MiB" COMPRESSION="xz"
# Use this for 2.6.30 <= kernel <= 2.6.37 # Use this for 2.6.30 <= kernel <= 2.6.37
#COMPRESSION="lzma" #COMPRESSION="lzma"
# Use this for kernel < 2.6.30 # Use this for kernel < 2.6.30

View file

@ -32,7 +32,7 @@ LOCALSETUP="no"
SVNTREE="" SVNTREE=""
# Use this for kernel >= 2.6.38 # Use this for kernel >= 2.6.38
COMPRESSION="xz --check=crc32 --lzma2=dict=1MiB" COMPRESSION="xz"
# Use this for 2.6.30 <= kernel <= 2.6.37 # Use this for 2.6.30 <= kernel <= 2.6.37
#COMPRESSION="lzma" #COMPRESSION="lzma"
# Use this for kernel < 2.6.30 # Use this for kernel < 2.6.30