[Bug 203777] bsdinstall(8) zfsboot script unusable for unattended installs, unless "internal" variable nonInteractive is set

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Oct 14 19:09:13 UTC 2015


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=203777

            Bug ID: 203777
           Summary: bsdinstall(8) zfsboot script unusable for unattended
                    installs, unless "internal" variable nonInteractive is
                    set
           Product: Base System
           Version: 10.2-RELEASE
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: bin
          Assignee: freebsd-bugs at FreeBSD.org
          Reporter: fre.fbsdpr at expertmaker.com

Unattended installs with the bsdinstall zfsboot script will default to
interactive mode and get stuck in the main menu loop, the script need to be
interrupted and run manually to confirm choices.

> Failure:
>      - ZFSBOOT_DISKS, ZFSBOOT_VDEV_TYPE not picked up
>      - Asks for ZFS configuration interactively

Quote from and more details in,

  https://lists.freebsd.org/pipermail/freebsd-stable/2015-June/082438.html

Workaround:
  Set 'export nonInteractive="YES"' in bsdinstall(8) installerconfig.
  Also, ZFSBOOT_* variables need to be exported in installerconfig to be
  picked up by the zfsboot script.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-bugs mailing list