You need to sign in or sign up before continuing.
  1. 24 Sep, 2022 1 commit
    • Anton Midyukov's avatar
      repo: Add main repo when first time run 'live' · 2b4c02fa
      Anton Midyukov authored
      Since the config was created in live, it remained after installation.
      Now the config will be created at the first start of live and only
      if /image/ALTLinux/ is present (it will not be available when
      bootloading via http or ftp). After installing live, the package will
      be deleted and the config will not be created at the first start.
      2b4c02fa
  2. 02 Feb, 2022 2 commits
  3. 06 Nov, 2020 1 commit
  4. 06 Aug, 2018 1 commit
  5. 29 Jan, 2017 1 commit
  6. 02 Dec, 2011 1 commit
  7. 19 Nov, 2011 2 commits
    • Michael Shigorin's avatar
      introduced add_feature function · 9cedefdb
      Michael Shigorin authored
      The features might get copy-pasted (or even copied-and-pruned)
      when initialized; there's an unneccessary duplication of the
      function name in the line adding it to FEATURES list, thus
      prone to being forgotten and causing some havoc later on.
      
      It was wrong in the first place but tackling this with some
      double-colon rules ran into terminality issues, and further
      tortures were considered unneccessary.
      
      The current solution isn't perfect (no completely transparent
      function name registration upon corresponding target being called)
      but at least it is an improvement...
      9cedefdb
    • Michael Shigorin's avatar
      initial repo feature · ae7139f8
      Michael Shigorin authored
      We've got some parts of it in build-distro feature,
      and some went to dev feature for no real reason.
      
      But a bare installer might go without package base,
      and LiveCDs other than live-builder might find local
      repository useful given aufs2 root overlay.
      
      Now the overall scheme is more straightforward:
      - a distro:
        + asks that a package repo be included
        + cares to further add the packages to it
      - a repo feature:
        + pulls in sub/main for it to happen
        + provides genbasedir script to create repo metadata
        + supplements live feature with repo configuration
      ae7139f8