From ebd8b5d70c20217482c02897aa65a02cba85a439 Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Wed, 17 Jun 2009 13:36:06 +0200 Subject: [PATCH] 'changing to lzma compression' --- etc/archboot/allinone.conf | 1 + etc/archboot/default-ftp-pxelinux.conf | 1 + etc/archboot/default-ftp.conf | 1 + etc/archboot/default-pxelinux.conf | 1 + etc/archboot/default.conf | 1 + etc/archboot/lowmem.conf | 1 + 6 files changed, 6 insertions(+) diff --git a/etc/archboot/allinone.conf b/etc/archboot/allinone.conf index 436a75ffc..e56a885cf 100644 --- a/etc/archboot/allinone.conf +++ b/etc/archboot/allinone.conf @@ -30,3 +30,4 @@ LOCALSETUP="no" # enter here your custom/modified svn tree SVNTREE="" +COMPRESSION="lzma" \ No newline at end of file diff --git a/etc/archboot/default-ftp-pxelinux.conf b/etc/archboot/default-ftp-pxelinux.conf index 85e1d4ef7..3852ef698 100644 --- a/etc/archboot/default-ftp-pxelinux.conf +++ b/etc/archboot/default-ftp-pxelinux.conf @@ -30,3 +30,4 @@ LOCALSETUP="no" # enter here your custom/modified svn tree SVNTREE="" +COMPRESSION="lzma" \ No newline at end of file diff --git a/etc/archboot/default-ftp.conf b/etc/archboot/default-ftp.conf index 4b3ed07d1..5d26bcef0 100644 --- a/etc/archboot/default-ftp.conf +++ b/etc/archboot/default-ftp.conf @@ -30,3 +30,4 @@ LOCALSETUP="no" # enter here your custom/modified svn tree SVNTREE="" +COMPRESSION="lzma" \ No newline at end of file diff --git a/etc/archboot/default-pxelinux.conf b/etc/archboot/default-pxelinux.conf index 9c62eb389..17f41795e 100644 --- a/etc/archboot/default-pxelinux.conf +++ b/etc/archboot/default-pxelinux.conf @@ -30,3 +30,4 @@ LOCALSETUP="no" # enter here your custom/modified svn tree SVNTREE="" +COMPRESSION="lzma" \ No newline at end of file diff --git a/etc/archboot/default.conf b/etc/archboot/default.conf index 95a2d2cc2..dcabbc25c 100644 --- a/etc/archboot/default.conf +++ b/etc/archboot/default.conf @@ -30,3 +30,4 @@ LOCALSETUP="no" # enter here your custom/modified svn tree SVNTREE="" +COMPRESSION="lzma" \ No newline at end of file diff --git a/etc/archboot/lowmem.conf b/etc/archboot/lowmem.conf index ec2939a9e..3bfcd792d 100644 --- a/etc/archboot/lowmem.conf +++ b/etc/archboot/lowmem.conf @@ -31,3 +31,4 @@ LOCALSETUP="no" # enter here your custom/modified svn tree SVNTREE="" +COMPRESSION="lzma" \ No newline at end of file