https://bugzilla.novell.com/show_bug.cgi?id=776505 https://bugzilla.novell.com/show_bug.cgi?id=776505#c0 Summary: kiwi: support ro nfsroot Classification: openSUSE Product: openSUSE.org Version: unspecified Platform: Other OS/Version: Other Status: NEW Severity: Enhancement Priority: P5 - None Component: System Imaging AssignedTo: ms@suse.com ReportedBy: cyberorg@opensuse.org QAContact: adrian@suse.com Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (X11; Linux i686; rv:14.0) Gecko/20100101 Firefox/14.0.1 Currently kiwi only supports ro clicfs image exported over nfs, with unionfs-fuse now part of openSUSE main distribution full ro nfsroot exported over nfs can be done: It can be achieved by something like this unionfs-fuse has to be part of initrd: in config.default NFSROOT="10.0.0.254;/srv/kiwi-ltsp-nfs-i386" UNIONFS_CONFIG=tmpfs,nfs,unionfs mkdir /rwtmp /rotmp mount -t tmpfs /rwtmp /rwtmp mount -t nfs -o nfsvers=3 10.0.0.254:/srv/kiwi-ltsp-nfs-i386 /rotmp unionfs -o cow,max_files=65000 -o allow_other,use_ino,suid,dev,nonempty /rwtmp=RW:/rotmp/=RO /mnt/ Unlike aufs and other kernel based unionfs, this tool is more likely to be around for a very long time, so please add support for something like this. Reproducible: Always -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.