projects
/
people
/
pmueller
/
ipfire-2.x.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
25bca62
)
initrd: Reset compression to normal level.
author
Michael Tremer
<michael.tremer@ipfire.org>
Wed, 21 Jul 2010 22:47:33 +0000
(
00:47
+0200)
committer
Michael Tremer
<michael.tremer@ipfire.org>
Wed, 21 Jul 2010 22:47:33 +0000
(
00:47
+0200)
-9 will require more than 100M to decompress + kernel +
initramfs content >= 150M.
lfs/initrd
patch
|
blob
|
blame
|
history
diff --git
a/lfs/initrd
b/lfs/initrd
index
896d78e
..
cf4f280
100644
(file)
--- a/
lfs/initrd
+++ b/
lfs/initrd
@@
-95,7
+95,7
@@
$(TARGET) :
cd /install/initrd && ln -svf sbin/init init
- cd /install/initrd && find . | cpio -o -H newc | lzma
-9
> /install/images/initrd
+ cd /install/initrd && find . | cpio -o -H newc | lzma > /install/images/initrd
cd /install/initrd && find ./ -ls > $(DIR_INFO)/_build.initrd.log
@$(POSTBUILD)