1. 14 Feb, 2024 2 commits
  2. 13 Feb, 2024 1 commit
  3. 10 Jan, 2024 1 commit
  4. 07 Dec, 2023 1 commit
  5. 24 Oct, 2023 1 commit
  6. 22 Oct, 2023 1 commit
    • Anton Midyukov's avatar
      live-install: remove use/live-install/vnc · 78057921
      Anton Midyukov authored
      installer-feature-vnc-stage2 was not builded in Sisyphus because it
      does not make sense. after removing this package was supposed to
      remove its dependencies, but it doesn't work in Live.
      78057921
  7. 21 Sep, 2023 1 commit
  8. 27 Mar, 2023 1 commit
  9. 18 Mar, 2023 1 commit
  10. 27 Feb, 2023 2 commits
    • Anton Midyukov's avatar
      live-install: add lsof · 8b94274f
      Anton Midyukov authored
      Need for debug alterator-vm.
      Request by mcpain@
      8b94274f
    • 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