1. 22 Nov, 2023 1 commit
  2. 18 Mar, 2023 1 commit
  3. 19 Feb, 2018 1 commit
  4. 21 Aug, 2017 1 commit
    • Michael Shigorin's avatar
      dev, ve.mk: factor out builder+extra · 1a272e44
      Michael Shigorin authored
      It's strange but ve/builder and distro/live-builder
      along with distro/regular-builder are all mostly
      "independent", that is duplicating functionality
      without any reasonable gain; spotted finally.
      1a272e44
  5. 11 Dec, 2014 1 commit
    • Michael Shigorin's avatar
      dev: tweak main subprofile to avoid extra packages · 52a4265e
      Michael Shigorin authored
      THE_* and friends are all unneeded for live builder image;
      this commit makes dev feature basically incompatible with
      install2 feature (which relies on the conventional behaviour
      of main subprofile), will have to think it all over if the
      combination of these two ever becomes needed.
      52a4265e
  6. 06 Nov, 2011 1 commit
    • Michael Shigorin's avatar
      live-builder distro: your self-hosted livecd · 83392012
      Michael Shigorin authored
      If you make distro/live-builder.iso, the result is an image
      containing almost everything (short of actual full enough
      repository) to rebuild itself.  It will attempt to configure
      eth0 with DHCP and reach http://ftp.altlinux.org for packages.
      
      RAM requirements start with 2Gb, self-build is accomplished
      on a 4Gb host with "make CLEAN=1 distro/live-builder.iso".
      
      Packages required for "make distro/syslinux.iso" get included.
      
      (some due fixups all over the place too)
      83392012