i found that piece of code, that indicates that unsetting
install_bootloader alone might not be enough:

        install_bootloader = self.db.get('ubiquity/install_bootloader')
        if not (automatic_mode and install_bootloader):
            if self.frontend.get_grub() is not None:
                self.preseed_bool('ubiquity/install_bootloader', 
self.frontend.get_grub())
            else:
                self.preseed_bool('ubiquity/install_bootloader', True)

-- 
ubiquity unsets ubiquity/install_bootloader=false at some point during 
installation
https://bugs.launchpad.net/bugs/348660
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to