-
Notifications
You must be signed in to change notification settings - Fork 18
Provide TrueOS Live ISO #326
Comments
Most Linux distribution have Live CD functionality through the use of AUFS
or Overlay FS. Since neither of those work with the BSD kernel, I doubt
this will happen anytime soon. While there is a FreeBSD livecd, it's CLI
only and the file system is read only. I don't believe r/w userspace
persistence is possible with it.
Hopefully Joe or Kris will chime in with their thoughts.
|
https://en.wikipedia.org/wiki/UnionFS seems to be available for *BSD. Alternatively, https://www.freebsd.org/cgi/man.cgi?query=unionfs&sektion=8 might be an option. |
Yes, unions is available, but it operates differently than AUFS and OverlayFS. Those layered files stems were designed to address limitations in the older UnionFS which BSD still has. I have extensive layeredFS experience when I used to be a Linux Distro Developer. I wish BSD had AUFS. AUFS and OverlayFS are the main reasons Linux can do fancier things with live systems eaiser. I'm not stating that a TrueOS live cd would be impossible to accomplish in some way... but it would be much harder and I'm pretty sure that no one in the project has the time to work on it. But, again, I'd wait for Joe or Kris to weigh.
|
I have proposed this before. The current situation is that unionfs is not reliable on CURRENT, and we don't have the caching options for good performance. |
Too bad! Can you pitch the idea to ixSystems so that a good one gets written? ;-) |
I did. Not an option at the moment. If someone in the community is willing to work on it we will take patches. :) |
Did you also consider https://github.com/rpodgorny/unionfs-fuse ("You get caching which speeds things up a lot for free")? Seems to be designed with Live CDs in mind: https://github.com/rpodgorny/unionfs-fuse/blob/master/examples/S01a-unionfs-live-cd.sh
|
Yes. It is not something the team wants to work on. Better for the community to take it on. |
A live CD/DVD would be great., but a live USB-pendrive installation would be fucking awesome. |
Please provide a TrueOS Live ISO |
Is this something that might be more feasible today compared to three years ago? Every time I hear about TrueOS I'd like to try it out but I for that a Live ISO would be so much more convenient. |
Just discovered this:
Very sorry to hear. Thanks for the great amout of work you have to put into this so far. Hopefully the community will be able to pick it up and continue it. |
Just in case someone reads this searching for a FreeBSD desktop-oriented Live ISO: |
Please provide a TrueOS Live ISO that lets one use the system without installing it to hard disk, the same way Ubuntu Live ISOs can be used. Ideally, it could be booted using the GRUB2 loopback mechanism, which would allow it to be integrated into tools like SystemImageKit, and provide a Loopback.cfg file.
I am 100% sure that this would tremendously help TrueOS adoption, by significantly lowering the barrier to entry.
The text was updated successfully, but these errors were encountered: