1. 03 Jun, 2024 1 commit
  2. 09 Apr, 2024 1 commit
  3. 19 Mar, 2024 1 commit
  4. 09 Feb, 2024 2 commits
  5. 07 Jan, 2024 1 commit
  6. 04 Dec, 2023 1 commit
  7. 04 Apr, 2023 1 commit
  8. 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
  9. 29 Jul, 2022 1 commit
  10. 10 Sep, 2021 2 commits
  11. 07 Sep, 2021 3 commits
  12. 02 Sep, 2021 1 commit
  13. 22 Apr, 2021 1 commit
  14. 12 Apr, 2021 2 commits
  15. 05 Apr, 2021 1 commit
  16. 27 Aug, 2020 1 commit
  17. 15 Jul, 2020 1 commit
  18. 30 Sep, 2019 1 commit
  19. 19 Aug, 2019 3 commits
  20. 03 Mar, 2018 1 commit
  21. 11 Dec, 2017 1 commit
  22. 31 Mar, 2017 1 commit
  23. 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
  24. 24 Jan, 2017 1 commit
  25. 30 Dec, 2016 1 commit
    • Michael Shigorin's avatar
      syslinux: introduced BOOTVGA · 91075d00
      Michael Shigorin authored
      ...instead of hardwired 0x314 (which is rather wrong
      for modern kernels and hardware, just ran into that
      with yet another Matrox G200eW WPCM450).
      91075d00
  26. 23 Aug, 2016 1 commit
    • Michael Shigorin's avatar
      syslinux: un-tweak showopts for rescue_fm snippet · f7df0f58
      Michael Shigorin authored
      This one is related to forensics mode handling in mkimage:
      there's a regex that's expecting the old string ending with
      hash value, and it stops working when this is changed here
      (at least as of mkimage 0.2.18).
      
      So partially undo the change for this particular file to avoid
      refind's example menu for regular-rescue.iso (or any other image
      involving forensics mode), and hope to revert this commit some day.
      f7df0f58
  27. 19 Aug, 2016 1 commit
    • Michael Shigorin's avatar
      syslinux: tweak showopts · ed1c73b1
      Michael Shigorin authored
      This keyword was misused due to the lack of understanding
      of its meaning; thanks zerg@ for the hint, let's hide the
      kernel boot parameters not expected to be modified by user
      under the hood (and vice versa in some cases).
      
      Note that this is just a keyword shift in all cases
      but mediacheck where "showopts" is now added.
      
      NB: this keyword is only relevant for gfxboot.
      ed1c73b1
  28. 27 Apr, 2016 1 commit
    • Michael Shigorin's avatar
      syslinux: split 20install2.cfg · 07d0cc30
      Michael Shigorin authored
      "Failsafe install" disabling APIC/LAPIC looks somewhat obsolete
      by now; the only reasonable part seems to be the attempt to force
      VESA videodriver for the installer (should be done within installer
      itself though).
      07d0cc30
  29. 14 Apr, 2016 1 commit
    • Michael Shigorin's avatar
      syslinux: fixed RESCUE_BOOTARGS support · 3efa3893
      Michael Shigorin authored
      "Forensic mode" submenu has fallen apart after the original commit
      as the tricky logic in mkimage::tools/mki-copy-efiboot failed to
      pick up the new variant; this should all be redone (solo@ has
      started doing something but it needs a time-consuming review).
      
      Fixes: 79d02088
      3efa3893
  30. 04 Apr, 2016 1 commit
  31. 22 Jun, 2015 1 commit
    • Michael Shigorin's avatar
      syslinux: dropped netinstall snippet (useless) · 1345c6e0
      Michael Shigorin authored
      This one was an experimental but the server is long
      offline and isn't going back up; remove the obsolete
      config snippet, if/when it's done again it's the easiest
      part to be restored (the implementation should provide
      HTTP/FTP/NFS-publishable deliverables without the need
      to extract those from ISO images).
      1345c6e0
  32. 01 Jun, 2015 1 commit
    • Michael Shigorin's avatar
      syslinux: added 84rescue_remote.cfg · 54d19238
      Michael Shigorin authored
      This one provides cmdline arguments for startup-rescue >= 0.24
      which would bring up networking and sshd in its turn thus allowing
      remote access to the host booted in this mode.
      
      The feature has been asked for by many people including mithraen@
      and valintinr@ (and I'd make use of it another day too).
      
      See the appropriate startup-rescue commit description for notes
      on implementation; this default set of variable values should be
      both useful and illustrative though.
      54d19238
  33. 29 Mar, 2015 1 commit