1. 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
  2. 29 Jul, 2022 1 commit
  3. 12 Apr, 2021 2 commits
  4. 05 Apr, 2021 1 commit
  5. 30 Sep, 2019 1 commit
  6. 19 Aug, 2019 1 commit
  7. 03 Mar, 2018 1 commit
  8. 01 Feb, 2017 1 commit
    • Michael Shigorin's avatar
      install2, syslinux: fix VNC support · c73abccd
      Michael Shigorin authored
      Was broken in too many places including several libraries
      x11vnc currently links against getting removed, several
      utilities missing, and no way to guess what to do...
      
      One could stumble upon http://altlinux.org/vncinst
      or find the implementation in installer.git but it's
      not exactly user-friendly.
      c73abccd