|
||||||||||
> Here you go in 18 easy steps:
>
> gzcat generic-pc-pb22r566.img | dd of=new_mono.img
> vnconfig vn0 mw_tmp.img
> mount /dev/vn0 /mnt
> cp /mnt/mfsroot.gz /tmp
> umount /mnt
> gunzip /tmp/mfsroot.gz
> vnconfig vn1 /tmp/mfsroot
> mount /dev/vn1 /mnt
> cd /mnt
> You'll have the tree here, so edit away....
> cd /some/where/else
> umount /mnt
> gzip -9 /tmp/mfsroot
> mount /dev/vn0 /mnt
Whoops, that's vnN_c_ on the mounts. |