You need to sign in or sign up before continuing.
  1. 08 Oct, 2024 1 commit
  2. 29 Aug, 2024 1 commit
  3. 22 Dec, 2023 1 commit
  4. 02 Nov, 2023 1 commit
  5. 01 Oct, 2023 1 commit
    • Anton Midyukov's avatar
      Remove lilo support · 5c4f4aab
      Anton Midyukov authored
      lilo is stagnating, it is better to prepare in advance for the fact
      that it will not exist.
      5c4f4aab
  6. 28 Sep, 2023 1 commit
  7. 21 Aug, 2023 2 commits
  8. 07 Aug, 2023 1 commit
    • Gleb Fotengauer-Malinovskiy's avatar
      lib/boot.mk: do not define BOOTLOADER type for e2k · a37b3d80
      Gleb Fotengauer-Malinovskiy authored
      It is unnecessary to define the BOOTLOADER type for e2k in this context.
      The reason is that images for e2k use the mkimage isodata pack method,
      which is unaffected by any value of the BOOTLOADER variable (BOOT_TYPE
      in the mkimage).  Therefore, defining the BOOTLOADER type does not make
      any sense.
      
      Fixes: e8fcdaf8 ("lib/boot.mk: Set IMAGE_PACKTYPE to isodata for e2k")
      a37b3d80
  9. 24 Jul, 2023 1 commit
  10. 14 Jul, 2023 1 commit
  11. 30 May, 2023 1 commit
    • Anton Midyukov's avatar
      reports: DEBUG must be enabled, CHECK must be disabled · b627d755
      Anton Midyukov authored
      We cannot get IMAGE_OUTPATH from the build.log, and there is currently
      no other mechanism. Creating a CHECK directory was a bad idea. It should
      have been created only for CHECK, but it was always created when DEBUG
      was not enabled. So it's better to just issue a warning.
      b627d755
  12. 30 Dec, 2022 4 commits
  13. 12 May, 2022 1 commit
  14. 11 Apr, 2022 1 commit
  15. 05 Mar, 2022 1 commit
  16. 02 Mar, 2022 1 commit
  17. 20 Jan, 2022 1 commit
  18. 21 Dec, 2021 2 commits
  19. 19 Dec, 2021 1 commit
    • Anton Midyukov's avatar
      lib/profile.mk: add branding-<BRANDING>-release to PACKAGES_REQUIRES_INITROOT · 8551e710
      Anton Midyukov authored
      It was a mistake to add branding package to the initialized chroot. There
      were no problems until the package had dependencies. Now, when most branding
      has a dependence on alt-os-release, chroot initialization broke.
      See also ALT bug 41570.
      Branding needed to be added to PACKAGES_REQUIRED_INITROOT so that it is
      installed with basesystem.
      8551e710
  20. 13 Dec, 2021 1 commit
    • Michael Shigorin's avatar
      profile.mk: quote variables properly · a028ee77
      Michael Shigorin authored
      ...otherwise:
      
      $ make QUIET=1 REPORT=1 THE_APT_CONF=branch BRANDING=alt-starterkit ...
      /bin/sh: line 5: [: too many arguments
      /bin/sh: line 28: [: too many arguments
      a028ee77
  21. 10 Dec, 2021 1 commit
  22. 22 Nov, 2021 1 commit
    • Anton Midyukov's avatar
      build.mk, params.txt: add parameter USE_QEMU · 1c50ff1f
      Anton Midyukov authored
      The parameter determines use of QEMU or not, if the target architecture
      does not correspond to the host architecture.
      By default, the parameter is on (Value 1).
      For architectures that do not support QEMU (e2k), the option is turned off.
      1c50ff1f
  23. 14 Oct, 2021 1 commit
  24. 19 Sep, 2021 1 commit
  25. 31 Aug, 2021 1 commit
  26. 30 Aug, 2021 1 commit
  27. 23 Aug, 2021 2 commits
  28. 13 Aug, 2021 1 commit
  29. 09 Aug, 2021 1 commit
  30. 23 Jul, 2021 1 commit
  31. 20 Jul, 2021 1 commit
  32. 13 Jul, 2021 1 commit
  33. 24 Jun, 2021 1 commit
  34. 23 Jun, 2021 1 commit