symmetryinvestments / zfs-on-root-installer

Install ZFS on Root with Ubuntu
GNU General Public License v2.0
12 stars 5 forks source link

specifying i3 instead of gdm breaks install #8

Closed Laeeth closed 6 years ago

Laeeth commented 6 years ago

fails at sed on gnome display manager

hamishcoleman commented 6 years ago

Fixed in 0d73420d15689184cd8fef9588c085cd5d849285

However, you will probably still have issues if you replace the "ubuntu-gnome-desktop" package with "i3" - the ubuntu-gnome-desktop meta package installs a Greeter and a bunch of desktop tools as well as the Window Manager. It might be simpler to append "i3" in addition to the meta package.

The intent was that the system would be usable for basic things by non expert users after the install had finished - I'd be assuming that anyone using i3 is an expert user and thus could just install it after the base install was completed.

I did test at least one other meta package when I added that option - "ubuntu-mate-desktop", but it probably makes sense to document some of the useful values for that option.