Hi,
I corrected the casper script according to
http://www.pendrivelinux.com/2008/05...r-persistence/
but can not pack right again.
root@tc4400:/projectinit# gzip -dc /oldinitrd/initrd.gz | cpio -i
43284 blocks
root@tc4400:/projectinit# find . | cpio -o -H newc | gzip -9 > initrd.gz
cpio: File ./initrd.gz grew, 7962624 new bytes not copied
59060 blocks
The output initrd.gz is coming 15,4 MB (the original one is 7,4 MB).
Could anybody please tell me the right way to pack the file or share the working initrd.gz file for the persistent Kubuntu?
Thanks in advance
I corrected the casper script according to
http://www.pendrivelinux.com/2008/05...r-persistence/
but can not pack right again.
root@tc4400:/projectinit# gzip -dc /oldinitrd/initrd.gz | cpio -i
43284 blocks
root@tc4400:/projectinit# find . | cpio -o -H newc | gzip -9 > initrd.gz
cpio: File ./initrd.gz grew, 7962624 new bytes not copied
59060 blocks
The output initrd.gz is coming 15,4 MB (the original one is 7,4 MB).
Could anybody please tell me the right way to pack the file or share the working initrd.gz file for the persistent Kubuntu?
Thanks in advance
Comment