Follow the instructions below, to download the current daily image, and install it into a KVM. Alternatively, you could write it to a flash drive and install a physical machine, or try it in your virtual machine of your choice (VMware, VirtualBox, etc.).
$ wget http://cdimage.ubuntu.com/ubuntu-server/daily-live/current/bionic-live-server-amd64.iso $ qemu-img create -f raw target.img 10G $ kvm -m 1024 -boot d -cdrom bionic-live-server-amd64.iso -hda target.img ... $ kvm -m 1024 target.img
For those too busy to try it themselves at the moment, I've taken a series of screenshots below, for your review.
Finally, you can provide feedback, bugs, patches, and feature requests against the Subiquity project in Launchpad:
Cheers,
Dustin
No comments:
Post a Comment
Please do not use blog comments for support requests! Blog comments do not scale well to this effect.
Instead, please use Launchpad for Bugs and StackExchange for Questions.
* bugs.launchpad.net
* stackexchange.com
Thanks,
:-Dustin