Skip to content
Snippets Groups Projects
  1. Sep 28, 2016
    • Kevin Kofler's avatar
      users: Drop dependency on chfn. (#260) · b6f8d6ae
      Kevin Kofler authored and Philip Müller's avatar Philip Müller committed
      Pass the full name directly to useradd instead, using the "-c" (comment)
      parameter, which is "currently used as the field for the user's full
      name" according to the documentation.
      
      The chfn utility is no longer installed by default on current Fedora
      releases due to its dependency on libuser. (They split out chfn and chsh
      from util-linux into an optional subpackage.) It could be added as a
      dependency of Calamares, but since it is needed inside the chroot, it
      has to be on the base live image, not the overlay. Thus, to allow
      testing Calamares with a simple "dnf install calamares" again, the
      dependency needs to go away. And it is unnecessary anyway.
      b6f8d6ae
    • Kevin Kofler's avatar
      Fix locale filtering for UTF-8 on Fedora. · 3edf1bb1
      Kevin Kofler authored and Philip Müller's avatar Philip Müller committed
      locale -a returns the locales using ".utf8" names rather than ".UTF-8".
      The case-insensitive match does not help because it is "utf8" rather
      than "UTF-8". So we need to match both with and without the dash.
      3edf1bb1
    • Teo Mrnjavac's avatar
      Make writeEtcDefaultKeyboard an option in keyboard.conf. · 2a74fc42
      Teo Mrnjavac authored and Philip Müller's avatar Philip Müller committed
      2a74fc42
    • Teo Mrnjavac's avatar
      Allow disabling automated LUKS modes. · 431e6b8c
      Teo Mrnjavac authored and Philip Müller's avatar Philip Müller committed
      431e6b8c
  2. Sep 27, 2016
  3. Sep 23, 2016
  4. Sep 22, 2016
  5. Sep 21, 2016
  6. Sep 19, 2016
  7. Sep 17, 2016
  8. Sep 12, 2016
  9. Sep 10, 2016
  10. Sep 02, 2016
  11. Sep 01, 2016
  12. Aug 28, 2016
Loading