Package mkimage-profiles: Information

    Binary package: mkimage-profiles
    Version: 1.4.24-alt1
    Architecture: noarch
    Build time:  Dec 30, 2021, 06:50 PM
    Source package: mkimage-profiles
    Report package bug
    License: GPLv2+
    Summary: ALT based distribution metaprofile
    Description: 
    mkimage-profiles is a collection of bits and pieces useful for
    distributions construction: it contains package lists, features,
    and whole subprofiles (like "rescue" building block) for you
    to choose from, and some ready-made image recipes as well.
    
    Make no mistake: constructing distributions isn't just fun, it takes
    a lot of passion and knowledge to produce a non-trivial one.  So m-p
    (the short alias for mkimage-profiles) is complex too.  If you need
    -- or want -- to make a few tweaks to an existing recipe, it might
    be easier to comprehend the generated profile (aka builddir) which
    contains only the needed subprofiles, script hooks and package lists
    and is way more compact.
    
    The main deliverable form for x86 is a (hybrid) ISO; virtual environment
    template caches (OpenVZ/LXC) can be made either as well as VM disk images.
    
    In short, setup hasher (http://en.altlinux.org/hasher) and here we go:
      cd /usr/share/mkimage-profiles
      head README
      make syslinux.iso
    
    But if you're into regular distro hacking and are not afraid of make
    and modest metaprogramming (some code generation and introspection),
    welcome to the metaprofile itself; read the docs and get the git:
    http://altlinux.org/m-p (NB: these are mostly in Russian with translation on demand).

    Maintainer: Anton Midyukov

    List of contributors:
    Anton Midyukov
    Michael Shigorin

    Last changed


    Dec. 30, 2021 Anton Midyukov 1.4.24-alt1
    - regular-server-sysv: add use/power/acpi/button
    - fix META_VOL_ID for Starterkits
    - drop kernel-modules-igb, kernel-modules-e1000e (report by boyarsh@)
    - drop opensc, pccs-lite-openct package from base+smartcard,
      workstation/smartcard lists (report by klark@)
    - made feature volumes available only for distro targets
    - slinux 10.0 (thanks sem@, jqt4@, iv@)
    - education.mk: drop targets rootfs for not supported platforms
    - add +vmguest feature for vm/alt-education, vm/alt-workstation,
      vm/slinux and vm desktop regulars
    - apt-conf: replace IMAGE_INIT_LIST to PINNED_PACKAGES
    - vmguest: update vmguest modules list for support Hyper-v gen2
    Dec. 20, 2021 Anton Midyukov 1.4.23-alt1
    - lib/profile.mk: add branding-<BRANDING>-release to
      PACKAGES_REQUIRES_INITROOT (Closes: 41570)
    - profile.mk: quote variables properly (thanks mike@)
    - mixin.mk, regular.mk: do not +power for regulars with systemd
    - syslinux: cleanup syslinux/.in/ always
    - oem: fix BASE_BRANDING to THE_BRANDING
    - pkg.in/lists: exclude varible NO_SORT_PACKAGES from package lists
    - install2, vmguest: add xorg-dri-vmwgfx to vmware drivers (thanks
      zerg@)
    - x11: update use/x11/xorg
    - kernel: add kernel modules to initrd for framebuffer support
      on SBC (RPi3, RPi4, Sunxi, Rockchip, Tegra)
    - basealt.mk: change firefox-esr to chromium for
      vm/alt-workstation-rpi (thanks jqt4@)
    Dec. 11, 2021 Anton Midyukov 1.4.22-alt1
    - Revert "arm-rpi4: change firefox-esr to chromium"
    - Revert "regular-vm.mk, regular.mk: add wireless support"