'removed lzma usage it needs too much more ram'

This commit is contained in:
Tobias Powalowski 2009-06-21 10:14:18 +02:00
parent adab684170
commit 9267199e55
8 changed files with 7 additions and 23 deletions

View file

@ -31,4 +31,3 @@ LOCALSETUP="no"
# enter here your custom/modified svn tree # enter here your custom/modified svn tree
SVNTREE="" SVNTREE=""
COMPRESSION="lzma"

View file

@ -30,4 +30,3 @@ LOCALSETUP="no"
# enter here your custom/modified svn tree # enter here your custom/modified svn tree
SVNTREE="" SVNTREE=""
COMPRESSION="lzma"

View file

@ -30,4 +30,3 @@ LOCALSETUP="no"
# enter here your custom/modified svn tree # enter here your custom/modified svn tree
SVNTREE="" SVNTREE=""
COMPRESSION="lzma"

View file

@ -30,4 +30,3 @@ LOCALSETUP="no"
# enter here your custom/modified svn tree # enter here your custom/modified svn tree
SVNTREE="" SVNTREE=""
COMPRESSION="lzma"

View file

@ -30,4 +30,3 @@ LOCALSETUP="no"
# enter here your custom/modified svn tree # enter here your custom/modified svn tree
SVNTREE="" SVNTREE=""
COMPRESSION="lzma"

View file

@ -30,4 +30,3 @@ LOCALSETUP="no"
# enter here your custom/modified svn tree # enter here your custom/modified svn tree
SVNTREE="" SVNTREE=""
COMPRESSION="lzma"

View file

@ -31,4 +31,3 @@ LOCALSETUP="no"
# enter here your custom/modified svn tree # enter here your custom/modified svn tree
SVNTREE="" SVNTREE=""
COMPRESSION="lzma"

View file

@ -1949,14 +1949,6 @@ auto_network()
fi fi
} }
# auto_lzma()
# change mkinitcpio.conf to use lzma compression by default!
auto_lzma()
{
sed -i -e 's:^#COMPRESSION=\"lzma\":COMPRESSION=\"lzma\":g' $DESTDIR/etc/mkinitcpio.conf
sed -i -e 's:^COMPRESSION=.*:COMPRESSION=\"lzma\":g' $DESTDIR/etc/mkinitcpio.conf
}
# donetwork() # donetwork()
# Hand-hold through setting up networking # Hand-hold through setting up networking
# #
@ -2865,7 +2857,6 @@ configure_system()
auto_ftpmirror auto_ftpmirror
auto_network auto_network
auto_parameters auto_parameters
auto_lzma
auto_hwdetect auto_hwdetect
fi fi
## END PREPROCESS ## ## END PREPROCESS ##