Skip to content
Snippets Groups Projects
  1. Jan 20, 2022
  2. Jan 02, 2022
  3. Jan 01, 2022
  4. Dec 28, 2021
  5. Dec 17, 2021
    • nrb's avatar
      etc: add config files for libubootenv · dde1f455
      nrb authored
      This allows one to use libubootenv and hence fw_printenv and fw_setenv
      to modify the U-Boot environment from inside a running linux. For
      example, this eliminates the need to use a serial console to setup
      reform-init.
      
      fw_printenv and fw_setenv are contained in the Debian package
      libubootenv-tool.
      
      /etc/u-boot-inital-env contains variables the environment will be
      populated with when no environment exists in the eMMC yet. This means
      this file must be somewhat in sync with the environment compiled into
      U-Boot. Otherwise, the first use of libubootenv might make your system
      unbootable or have other strange side effects.
      dde1f455
  6. Aug 24, 2021
  7. Aug 22, 2021
  8. Jun 26, 2021
    • Phil Hagelberg's avatar
      Move certain settings to system-wide profile. · eb9607ad
      Phil Hagelberg authored
      This allows you to customize your own profile without breaking
      critical features. When this is stored in user-level settings it's
      really easy to override the config in ways that break xorg.
      
      The most important thing is moving the ETNA_MESA_DEBUG=nir setting. I
      suspect the unicode_start call is also suitable for the system-wide
      profile, but I'm not so sure about the GTK2_RC_FILES; maybe that
      should remain in per-user settings? But if a user wants to override
      it, their changes will override the system-wide ones anyway.
      eb9607ad
  9. Jun 10, 2021
  10. Jun 09, 2021
  11. Jun 08, 2021
Loading