Additionally, the installer script (/scripts/installer) has a bug on file system generation / detection: it uses the variable $filesys to keep what file system it should format / as. this is initialized to ext4 but gets overwritten with whatever filesystem the tarball is on due to the following line
filesys=$(blkid -o value $part | tail -1) in first_partition_has_tarball(). This means that / gets formatted as vfat, in most cases. Once this was resolved (installing from ext4-formatted media) the X oddnesses went away, and the install works. the data=journal issue is still there and causes a failure to remount / rw on first boot, though. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/846529 Title: Errors/warnings when installing using ac100 images To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ac100-tarball-installer/+bug/846529/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
