'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

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

View file

@ -29,5 +29,4 @@ ARCHVERSION="Schmollie"
LOCALSETUP="no"
# enter here your custom/modified svn tree
SVNTREE=""
COMPRESSION="lzma"
SVNTREE=""

View file

@ -29,5 +29,4 @@ ARCHVERSION="Schmollie"
LOCALSETUP="no"
# enter here your custom/modified svn tree
SVNTREE=""
COMPRESSION="lzma"
SVNTREE=""

View file

@ -29,5 +29,4 @@ ARCHVERSION="Schmollie"
LOCALSETUP="no"
# enter here your custom/modified svn tree
SVNTREE=""
COMPRESSION="lzma"
SVNTREE=""

View file

@ -29,5 +29,4 @@ ARCHVERSION="Schmollie"
LOCALSETUP="no"
# enter here your custom/modified svn tree
SVNTREE=""
COMPRESSION="lzma"
SVNTREE=""

View file

@ -29,5 +29,4 @@ ARCHVERSION="Schmollie"
LOCALSETUP="no"
# enter here your custom/modified svn tree
SVNTREE=""
COMPRESSION="lzma"
SVNTREE=""

View file

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

View file

@ -1949,14 +1949,6 @@ auto_network()
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()
# Hand-hold through setting up networking
#
@ -2865,7 +2857,6 @@ configure_system()
auto_ftpmirror
auto_network
auto_parameters
auto_lzma
auto_hwdetect
fi
## END PREPROCESS ##