1. 21 Sep, 2023 1 commit
  2. 18 Mar, 2023 1 commit
  3. 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
  4. 27 Jan, 2023 1 commit
  5. 30 Dec, 2022 1 commit
  6. 12 Sep, 2022 1 commit
  7. 02 Sep, 2022 1 commit
  8. 08 Apr, 2022 1 commit
  9. 25 Mar, 2022 1 commit
  10. 05 Feb, 2022 1 commit
  11. 02 Feb, 2022 2 commits
  12. 04 Dec, 2021 1 commit
  13. 30 Aug, 2021 1 commit
  14. 23 Apr, 2021 1 commit
  15. 15 Mar, 2021 1 commit
  16. 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
  17. 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
  18. 05 Aug, 2020 1 commit
  19. 15 Jul, 2020 1 commit
  20. 22 May, 2020 3 commits
  21. 01 May, 2020 1 commit
  22. 03 Apr, 2020 1 commit
  23. 13 Jan, 2020 1 commit
  24. 08 Jul, 2019 1 commit
  25. 16 Jul, 2018 2 commits
  26. 11 Jun, 2018 1 commit
  27. 24 Jan, 2018 1 commit
    • Michael Shigorin's avatar
      bootloader, live: arrange alterator module · b92f0224
      Michael Shigorin authored
      ...explicitly; this has been triggered by the change to
      livecd-install as of 0.9.10-alt2 (doesn't R: alterator-grub
      anymore to allow non-grub platforms as well).
      
      This should be a no-op _together_ with the mentioned change
      by now as grub is selected explicitly; will take more attention
      for e.g. e2k as the problem just shifted here from livecd-install.
      Reported-by: 's avatarLeonid Krivoshein <klark@altlinux.org>
      b92f0224
  28. 02 Aug, 2017 1 commit
  29. 09 Jun, 2017 1 commit
    • Michael Shigorin's avatar
      docs update · 31ecda72
      Michael Shigorin authored
      Another minor facelift:
      - s/ALT Linux/ALT/gc (where applicable);
      - s/7.0/8.0/g;
      - 2017;
      - e2k;
      - links.
      31ecda72
  30. 21 Apr, 2017 1 commit
  31. 21 Feb, 2017 1 commit
  32. 04 Apr, 2016 1 commit
  33. 16 Jan, 2016 1 commit
  34. 07 Sep, 2015 1 commit
    • Michael Shigorin's avatar
      live: tweak HOMEPAGE · 881163dc
      Michael Shigorin authored
      The reason behind this silly patch is that the default URL
      can be left alone with no rebuilds neccessary but with the
      intranet services delivered through a "captive portal" or
      a redirecting proxy; we definitely don't want the canonical
      wiki URL, http://www.altlinux.org, blocked by a rule made
      for redirecting the default homepage, so let it be another
      one which is served but not widely known or linked to.
      881163dc
  35. 12 Jun, 2015 1 commit
    • Michael Shigorin's avatar
      live: implemented kernel driver cleanup · b76aa227
      Michael Shigorin authored
      This one is alike to install2's one; it's not a shared rootfs
      script/variable though as contexts differ a lot, let's be careful.
      
      The commit has been missing from 1.1.64 somehow, found in patch
      series while figuring out why LIVE_CLEANUP_KDRIVERS seems to be
      just ignored in live-privacy *after* the massive rebase of that
      branch...
      b76aa227