Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace dialog with whiptail #854

Merged
merged 8 commits into from
Oct 21, 2016
Merged

Commits on Oct 18, 2016

  1. glibc: include UTF-8 charmap

    Include UTF-8 charmap and compress it.
    trsqr committed Oct 18, 2016
    Configuration menu
    Copy the full SHA
    ffda25a View commit details
    Browse the repository at this point in the history
  2. newt: add dialog replacement

    newt/whiptail replaces dialog that is used for the installer
    trsqr committed Oct 18, 2016
    Configuration menu
    Copy the full SHA
    4abfbdd View commit details
    Browse the repository at this point in the history
  3. installer: replace dialog with whiptail

    This modifies the installer to use whiptail instead of dialog. Line drawing does not work without a proper locale. Create en_US.UTF-8 locale as part of the installer.
    trsqr committed Oct 18, 2016
    Configuration menu
    Copy the full SHA
    ba4e620 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2016

  1. installer: small fixes

    Fix a typo, get rid of installer version variable and change the URL to point to the correct LibreELEC URL.
    trsqr committed Oct 19, 2016
    Configuration menu
    Copy the full SHA
    d3698b0 View commit details
    Browse the repository at this point in the history
  2. glibc: only add UTF-8 charmap for Generic project

    Installer needs a proper charmap. Only Generic project utilizes the installer.
    trsqr committed Oct 19, 2016
    Configuration menu
    Copy the full SHA
    d523e6c View commit details
    Browse the repository at this point in the history
  3. installer: ditch repair/upgrade mode

    Remove the (at least on my system) broken repair/upgrade mode from
    the installer. At the same time improve the formatting/wording of
    some screens. Should be a bit simpler now.
    trsqr committed Oct 19, 2016
    Configuration menu
    Copy the full SHA
    85b9dc6 View commit details
    Browse the repository at this point in the history
  4. installer: cosmetics

    trsqr committed Oct 19, 2016
    Configuration menu
    Copy the full SHA
    6e6cf89 View commit details
    Browse the repository at this point in the history
  5. mkimage: rebranding and prompt change

    Change the prompt to instruct the end user to wait for the installer
    instead of just "Press TAB for boot options". Hopefully more intuitive
    now.
    
    Rebrand to LE in the code also. :)
    trsqr committed Oct 19, 2016
    Configuration menu
    Copy the full SHA
    cbb43e5 View commit details
    Browse the repository at this point in the history