1. 02 Aug, 2024 1 commit
  2. 09 Feb, 2024 2 commits
  3. 31 Oct, 2023 1 commit
  4. 30 Oct, 2023 1 commit
  5. 03 Oct, 2023 1 commit
  6. 30 Dec, 2022 2 commits
  7. 12 Jul, 2022 1 commit
  8. 02 Mar, 2022 2 commits
  9. 20 Feb, 2022 1 commit
  10. 02 Feb, 2022 1 commit
  11. 19 Jan, 2022 1 commit
    • Anton Midyukov's avatar
      rename empty .gitignore to .empty · 44c60e5c
      Anton Midyukov authored
      When building the rpm package .gitignore is deleted. These files
      are necessary in order for saved profiles when building the image
      from git repository and from installed rpm package have been
      identical.
      44c60e5c
  12. 30 Dec, 2021 1 commit
  13. 10 Dec, 2021 1 commit
  14. 15 Aug, 2021 1 commit
  15. 06 Jun, 2021 1 commit
  16. 20 May, 2021 1 commit
  17. 30 Apr, 2021 1 commit
  18. 03 Apr, 2021 1 commit
  19. 26 Sep, 2020 2 commits
  20. 19 Aug, 2019 1 commit
  21. 24 Dec, 2018 1 commit
  22. 16 Jul, 2018 1 commit
  23. 15 Feb, 2018 1 commit
  24. 04 Dec, 2017 1 commit
  25. 07 Aug, 2017 1 commit
    • Michael Shigorin's avatar
      image.in, main.mk: align debug targets · 319fdfc5
      Michael Shigorin authored
      Weird but the last round of image builds on e2k started complaining:
      
        Makefile:95: *** target file `debug' has both : and :: entries.  Stop.
      
      Looks like these should have been fixed indeed.
      But why didn't this surface before then?
      319fdfc5
  26. 27 Jun, 2016 1 commit
    • Michael Shigorin's avatar
      image.in: added groups2lists() · cbbc23ed
      Michael Shigorin authored
      NB: PKGDIR might be overridden now so that these functions
      can be used within both metaprofile and generated profile
      contexts; this isn't clean but I couldn't come up with
      anything better so far.
      cbbc23ed
  27. 01 Apr, 2016 1 commit
  28. 08 Feb, 2016 1 commit
  29. 16 Nov, 2015 1 commit
    • Michael Shigorin's avatar
      image.in, stage2: reworked TCB fixup hook · 5427f3af
      Michael Shigorin authored
      The issue at hand is that:
      
      /etc/tcb/USER/shadow gets USER:auth ownership (OK);
      /etc/tcb/USER/shadow- backup file is root:root (broken);
      /etc/tcb/USER/shadow.lock file is also root:root (broken).
      
      This is observed for all pseudousers created by package installation
      process within working chroots as well as for users created by deflogin
      feature; the problem is that e.g. echo USER:PASS | chpasswd will break.
      
      Looks like the cuplrit might be fakeroot/faked.
      5427f3af
  30. 07 Aug, 2015 1 commit
  31. 02 Feb, 2015 1 commit
    • Denis Smirnov's avatar
      Fix /etc/tcb/*/shadow* permissions · 8df9c40d
      Denis Smirnov authored
      Looks like there's some issue with fakeroot as pseudousers
      created with useradd during package installation have their
      /etc/tcb/*/shadow files with proper permissions ($user:auth)
      but shadow- and shadow.lock belong to root:root which makes
      passwd(1) fail.
      8df9c40d
  32. 14 Nov, 2014 1 commit
    • Michael Shigorin's avatar
      initial l10n feature · b5ff2b24
      Michael Shigorin authored
      Aimed at live images at first but should cover installers as well.
      
      This has been brewing for quite some time and while the proper
      implementation is considerably more complex (and hard to do)
      looks like there's demand for the particular important use case,
      namely LiveCDs for Russian users, so this code has been shared
      with a few people before merge.
      b5ff2b24
  33. 19 Sep, 2014 1 commit
    • Michael Shigorin's avatar
      fix kpackages() API · 6f452182
      Michael Shigorin authored
      This function's got its argument order chosen for "aesthetical"
      reason of $(2) following $(1) in the macros but the logical order
      is exactly the opposite: we care for kernel flavour much more than
      for module set (which is dependent upon it).
      
      So while silent dropout of kernel-image if KFLAVOURS is set
      but KMODULES is empty could be fixed by testing for $(2) only,
      it looks like a good time to fix this discrepancy altogether.
      6f452182
  34. 05 Mar, 2014 1 commit
    • Michael Shigorin's avatar
      documentation: use paths relative to toplevel dir · 3f547e25
      Michael Shigorin authored
      This change is done to reduce ambiguity in some cases;
      the previous intention has been to ease navigation when
      staying in a particular directory, now it's been changed
      in favour of convenient toplevel `git grep' in fact.
      
      Both variants have their pros and cons, I just find myself
      leaning to this one by now hence the commit.  Feel free to
      provide constructive criticism :)
      
      Some path-related bitrot has also been fixed while at that.
      3f547e25
  35. 10 Jun, 2013 1 commit
    • Michael Shigorin's avatar
      README update · 5b21100b
      Michael Shigorin authored
      These have been proofread somewhat to correspond
      to the current state of affairs; a missing one
      was added for fonts feature.
      5b21100b
  36. 11 Feb, 2013 1 commit