1. 08 Apr, 2024 1 commit
  2. 14 Feb, 2024 1 commit
  3. 09 Feb, 2024 1 commit
  4. 07 Aug, 2023 1 commit
  5. 02 Aug, 2023 1 commit
  6. 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
  7. 27 Jan, 2023 2 commits
  8. 30 Dec, 2022 1 commit
  9. 02 Sep, 2022 1 commit
  10. 03 Jun, 2022 1 commit
  11. 02 Mar, 2022 2 commits
  12. 13 Feb, 2022 1 commit
  13. 19 Jan, 2022 1 commit
    • Anton Midyukov's avatar
      rename empty .gitignore to .empty · 44c60e5c
      Anton Midyukov authored
      When building the rpm package .gitignore is deleted. These files
      are necessary in order for saved profiles when building the image
      from git repository and from installed rpm package have been
      identical.
      44c60e5c
  14. 30 Dec, 2021 1 commit
  15. 10 Dec, 2021 2 commits
  16. 04 Sep, 2021 1 commit
  17. 30 Aug, 2021 1 commit
  18. 24 Jun, 2021 1 commit
  19. 12 Apr, 2021 1 commit
  20. 05 Apr, 2021 1 commit
  21. 23 Nov, 2020 1 commit
    • Anton Midyukov's avatar
      stage1: Also add STAGE1_KMODULES · e447b4c7
      Anton Midyukov authored
      It is very strange that earlier in STAGE1 added kernel modules from
      a variable STAGE1_KMODULES_REGEXP only.
      This commit makes the drm feature work properly.
      e447b4c7
  22. 26 Sep, 2020 1 commit
    • Michael Shigorin's avatar
      stage2: include targets.mk once · 31f280c0
      Michael Shigorin authored
      Partially reverts commit e8f63357
      which has added an overlooked second `include targets.mk' which
      began spamming build.log immediately:
      
        /usr/share/mkimage/targets.mk:23: warning:
          overriding recipe for target `__profile_internal_rule'
        /usr/share/mkimage/targets.mk:23: warning:
          ignoring old recipe for target `__profile_internal_rule'
      
      *sigh*
      31f280c0
  23. 17 Aug, 2020 1 commit
  24. 22 May, 2020 1 commit
  25. 16 Sep, 2019 1 commit
  26. 05 Nov, 2018 1 commit
  27. 06 Aug, 2018 1 commit
  28. 11 Jun, 2018 1 commit
  29. 23 May, 2018 1 commit
  30. 15 Feb, 2018 1 commit
  31. 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
  32. 27 Jun, 2016 1 commit
  33. 23 May, 2016 2 commits
    • Konstantin A. Lepikhov's avatar
      sub.in/stage2: Added copy-tree to stage2 · e8f63357
      Konstantin A. Lepikhov authored
      stage2 only allows to run certain scripts and install packages, but
      sometimes one need just to copy something to stage2 (like stage1 does).
      
      How to use:
      
      put files under ./files directory with the same structure as on
      resulting image.
      e8f63357
    • Konstantin A. Lepikhov's avatar
      Experimental overlayfs support · 9f72780d
      Konstantin A. Lepikhov authored
      If aufs not available/broken we could try to use overlayfs.
      NB: changes below doesn't work without modified make-initrd-propagator!
      9f72780d
  34. 01 Apr, 2016 1 commit
  35. 12 Jan, 2016 1 commit
    • Michael Shigorin's avatar
      stage2: tweak 99-cleanup-boot for efficiency · 37e77285
      Michael Shigorin authored
      Thanks glebfm@ for noticing that Simply (an m-p-d product)
      takes no kernel inside squashfs but relies on livecd-install's
      50-restore-kernel.sh hook to copy the kernel from iso9660
      and regenerate initrd (which is a must anyways but requires
      System.map to be still around).
      
      This saves about 3 Mb in ISO size for a LiveCD using
      kernel-image-std-def-4.1.15-alt1.x86_64.rpm.
      37e77285
  36. 04 Dec, 2015 1 commit