Rudd-O / zfs-fedora-installer

Fedora on ZFS root installer
35 stars 6 forks source link

missing but needed bootfs zpool attribute #4

Closed seriv closed 11 years ago

seriv commented 11 years ago

My qemu boot from 'installbootloader' step was failing until I set up manually on host bootfs attribute for zpool created by your script, like:

[seriv@seriv zfs-fedora-installer]$ sudo zpool import -R /mnt-my4 my4
[seriv@seriv zfs-fedora-installer]$ sudo zpool set bootfs=my4/ROOT/os my4
[seriv@seriv zfs-fedora-installer]$ sudo zpool export my4
seriv commented 11 years ago

I was not able to reproduce this bug