Re: [Compactbsd-devel] Making Changes?
Status: Alpha
Brought to you by:
ttul
From: James N. <kr...@te...> - 2002-09-11 22:38:52
|
Hi Steve, Yes it is possible to make changes persistent. There is a file called /stand/mfs.tgz. This tarball contains all the files that are copied into the mfs memory partitions. Within this tarball are all the files you would need to modify to make changes persistent. The reason for having mfs memory partitions, is because the size of the 32MB flash is limiting but useful to small installs. Another reason is performance - mounting as many partitions into RAM greatly increases the speed of the system, even if the hardware is not so speedy underneath. Hope this answers your questions, and I apologize for not getting back to you sooner... James Nedila ja...@fa... Steve D. wrote: >Ok, > >I finally managed to get things up and running and its working great. One >question I have is....how do I make changes to the running configuration and >have it carry over to the next boot? It looks to me like the only real >mount is / and all the others are mfs mounts. Is there any way to make >changes without burning a new image? > >Thanks, > >Steve > > |