Hi All,

I am working with bering1.0-rc3 and using it in a UML environment. I wanting
to be able to boot up multiple bering file systems and be able to modify
them and save the changes. In the UML documentation it says that if you use
the same copy of a file system to do this then you will corrupt it. What I
am trying to figure out is how to this without one uml load writing over
another one.

Here is my script:

#! /bin/sh

        ./linuxuml-2.4.18-21    \
        ubd0=bering_fs          \
        initrd=initrd.lrp               \
        root=/dev/ram0          \
        init=/linuxrc           \
        boot=/dev/ubd0:minix    \
        PKGPATH=/dev/ubd0               \
        devfs=nomount           \
        LRP=root,etc,local,log,modules

If I use this script multiple times then won't I have multiple copies of
bering_fs using ubd0 and ram0?
I modified the script so that ubd0 became ubd9 and ram0 became ram9 but I
was unable to get through the boot sequence. Should this have worked?

Any help is appreciated. Please let me know if there is more information
needed that I have overlooked.

Regards,
Eric



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf

_______________________________________________
leaf-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-devel

Reply via email to