Marco Zennaro wrote: > Hi! > I installed Voyage on a 1G CF card using a Alix2 board. Now I would > like to use a 2G card to have more space for my data. Is there any way > I can preserve the installation and save it to a bigger card? > > Best, > Marco > > _______________________________________________ > Voyage-linux mailing list > [email protected] > http://list.voyage.hk/mailman/listinfo/voyage-linux Hi Marco
Rsync the install of to a separate machine rsync -aPvx --numeric-ids / 192.168.1.1::images/voyage-0.5.2-ready Then do a normal install on the new CF image. Boot the CF then remountrw rsync -aPvx -numeric-ids 192.168.1.1::images/voyage-0.5.2-ready/ / remountro fastreboot Cheers Mike _______________________________________________ Voyage-linux mailing list [email protected] http://list.voyage.hk/mailman/listinfo/voyage-linux
