1. 08 Nov, 2024 1 commit
  2. 30 Sep, 2024 1 commit
  3. 02 Sep, 2024 1 commit
  4. 02 Aug, 2024 1 commit
  5. 09 Apr, 2024 3 commits
  6. 01 Apr, 2024 1 commit
  7. 04 Mar, 2024 3 commits
  8. 05 Feb, 2024 2 commits
  9. 30 Jan, 2024 1 commit
  10. 07 Jan, 2024 1 commit
  11. 05 Jan, 2024 2 commits
  12. 21 Sep, 2023 1 commit
  13. 18 Mar, 2023 1 commit
  14. 27 Feb, 2023 1 commit
    • Anton Midyukov's avatar
      Initial feature live-install · 2fcfcf92
      Anton Midyukov authored
      This feature complements the live image of the second stage with installation
      image-specific settings and scripted hooks.
      
      It is recommended to connect using +live-installer to ensure that a typical set
      of installer-related features is included.
      
      Unlike the install2 feature, a separate image of the second stage of 'altinst'
      is not built, but the live image is supplemented with installer packages in
      order to reduce the total volume of the iso image.
      
      Installation consists of two stages:
      1. The live image is unpacked, as in livecd-install
      2. Install additional packages BASE_PACKAGES and package groups THE_GROUPS as in install2.
      
      Unlike install2, only those packages that are not in the live image are placed in the main repository. This is how the size of the iso image is reduced.
      2fcfcf92
  15. 27 Jan, 2023 1 commit
  16. 30 Dec, 2022 1 commit
  17. 12 Sep, 2022 1 commit
  18. 02 Sep, 2022 1 commit
  19. 08 Apr, 2022 1 commit
  20. 25 Mar, 2022 1 commit
  21. 05 Feb, 2022 1 commit
  22. 02 Feb, 2022 2 commits
  23. 04 Dec, 2021 1 commit
  24. 30 Aug, 2021 1 commit
  25. 23 Apr, 2021 1 commit
  26. 15 Mar, 2021 1 commit
  27. 21 Sep, 2020 1 commit
    • Anton Midyukov's avatar
      cleanup, live: Added target use/live/no-cleanup (docs, rpmdb) · 018ea505
      Anton Midyukov authored
      It is customary to set a variable without the GLOBAL_ prefix. It
      is added to the name when exporting.
      
      I made by analogy use/cleanup/live-no-cleanup-docs.
      
      Since both targets have long names and are needed together,
      i made use/live/no-cleanup.
      
      Use target use/live/no-cleanup should be used instead of:
      
      @$(call set, GLOBAL_LIVE_NO_CLEANUPDB, yes)
      018ea505
  28. 07 Sep, 2020 2 commits
    • Michael Shigorin's avatar
      live: use/live/suspend where it works · e02a1d25
      Michael Shigorin authored
      Not a given on any architecture...
      e02a1d25
    • Michael Shigorin's avatar
      live, rescue: fixup 60-apt · dc200224
      Michael Shigorin authored
      There are two different versions of the script with the same
      name for different subprofiles, sharing some of the same bugs
      over the years, *sigh*.
      
      Shoving those into stage2 would yield online repositories enabled
      there too which *might* be wanted but will likely need installer
      support (at least some better error handling, the current culprit
      with unavailable repositories being apt-pkg's size estimation).
      
      Fixes: d2f892ab
      Fixes: 0f4ee98f
      dc200224
  29. 05 Aug, 2020 1 commit
  30. 15 Jul, 2020 1 commit
  31. 22 May, 2020 2 commits