1. 16 Feb, 2024 1 commit
    • Anton Midyukov's avatar
      pkg.in/lists: mark interactivesystem as metapackage · 07e310a1
      Anton Midyukov authored
      This must be done to ensure that its dependencies are not removed
      after uninstalling the interactivesystem package. Relevant only
      for systems installed from packages. Not relevant for live and
      rootfs, since all packages will be marked as manually installed.
      07e310a1
  2. 15 Oct, 2018 1 commit
  3. 30 Nov, 2015 2 commits
  4. 08 Nov, 2015 1 commit
  5. 29 Jun, 2015 1 commit
    • Michael Shigorin's avatar
      init: rework de-systemd-ization · 30d38381
      Michael Shigorin authored
      It's the very same problem that must be solved within mkimage:
      some package lists get expanded early and some late thus having
      no chance to influence apt's choices of alternatives made early
      (in fact, too early).
      
      Until that, here's another kludge...
      
      PS: turns out that ^systemd- is not "drop ^systemd" but rather:
          systemd-analyze
          systemd-coredump
          systemd-journal-gateway
          systemd-networkd
          systemd-sysvinit
          -- thus one /really/ wants something else.
      30d38381
  6. 14 Nov, 2014 1 commit
    • Michael Shigorin's avatar
      init: tweak to accomodate p7/t7 too · be38098a
      Michael Shigorin authored
      The problem with initial implementation (commit 62e7e9c1)
      is that there's no systemd-services package in p7/branch
      thus apt complains about an attempt to remove something
      that doesn't even exist in the first place.
      be38098a
  7. 29 Sep, 2014 1 commit
    • Michael Shigorin's avatar
      init: ban systemd when sysvinit has been requested · 62e7e9c1
      Michael Shigorin authored
      The issue at hand is that interactivesystem pulls in
      network-config-subsystem and that one has several providers
      by now, systemd-networkd being one of them since recently
      (and pulling in systemd).
      
      Just the same problem as with systemd-journal; both might be
      fixed by reworking mkimage to allow for different package name
      resolution modes:
      
      - "slap everything together and resolve with one-shot"
        to handle conflictless situations (most of those);
      - "process multiple transactions to allow for conflicts"
        thus making it possible to include e.g. a few MTAs into
        the provided package base.
      
      Ensure that systemd is outside by explicitly telling so
      in the pkglist.
      62e7e9c1
  8. 17 Jun, 2013 1 commit
    • Michael Shigorin's avatar
      initial init feature · b337e72e
      Michael Shigorin authored
      This one is finally there and should help reduce the
      systemd-induced mess in package lists and specifications.
      b337e72e
  9. 04 Nov, 2011 1 commit
    • Michael Shigorin's avatar
      kernel day · 16e763e9
      Michael Shigorin authored
      - drop hardwired kernel flavour from pkglists
      - today's std-ng lacks aufs, let's switch to un-def
      - second assault at KERNEL_PACKAGES_REGEXP
      - re-introduced kpackages (builds ok)
      
      PS: base lists: switch to grub, add udev, cleanup
      16e763e9
  10. 03 Nov, 2011 2 commits
    • Michael Shigorin's avatar
      syslinux and features · c91a2a09
      Michael Shigorin authored
      - syslinux: menu.c32 works
      - features: initial draft
        + memtest
      - mv pkg/ pkg.in/
        + server-base: include openssh-blacklist by default
      - mv isodata/ copy/
      - README: changed to utf8, added an URL
      c91a2a09
    • Michael Shigorin's avatar
      working installer iso image · d91a3564
      Michael Shigorin authored
      - s/stage2/install2/g
      - added pkg/lists
      - initial README (ru_RU.KOI8-R)
      - mkimage topdir is in image.in/, really (off-tree build)
        + initial bin/mktmpdir
        + BUILDDIR (works)
      - s/cd/iso/
      - drop --with-distro (considered harmful)
      d91a3564