From: Brendan S. <bm...@ba...> - 2007-09-30 13:06:35
|
You would need to make a new (biggger) miniroot and format it with the correct filesystem (ext2). Rough commands from memory - as I can not find any examples... Use dd and /dev/zero and block size to make the new file big enough Paritition the file cfdisk Format the partition loop mount rw Copy files umount This is all from memory and I have not looked at the base for a while so you treat with a pinch of salt. Hope this helps, Brendan |