| Quoth The Maven | |||||
|
Subscribe
Flavours
Links |
Wed, 11 Jan 2006
Hacking Anaconda
$ mkdir temp1 $ sudo mount -o loop netstg2.img temp1/ $ cp -a temp1/ temp2/Then patch temp2/ or make whatever changes you need: $ mkcramfs temp2/ netstg2-patched.img $ sudo umount temp1 $ rm -fr temp1/ temp2/However, I discovered something new. The image has grown so large that older/pristine releases of util-linux hit the MAXENTRIES hard limit in mkcramfs. The trick is to use a more recent build that incorporates the patch written for bug 171337. |
||||