Package mkimage-profiles: Information

    Source package: mkimage-profiles
    Version: 1.4.2-alt1
    Build time:  Sep 1, 2020, 03:12 PM in the task #257098
    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).

    List of rpms provided by this srpm:
    mkimage-profiles (noarch)
    mkimage-profiles-doc (noarch)

    Maintainer: Anton Midyukov

    List of contributors:
    Anton Midyukov
    Michael Shigorin

      1. asciidoc-a2x
      2. rsync
      3. /proc
      4. fonts-ttf-dejavu
      5. fop
      6. java

    Last changed


    Sept. 1, 2020 Anton Midyukov 1.4.2-alt1
    - x11: Added missing xorg-dri-armsoc for armh
    - oem: Added rootfs-installer-features
    - server-v: Added more commits by andy@, shaba@
    - Set default timeout 60 seconds for syslinux and grub
    - Set default item to install2 for syslinux and grub
    - main.mk: Added vm/, ve/ targets into everything target
    - Extended e2k support in distributions (thanks mike@)
    - education: fix build and install
    Aug. 17, 2020 Anton Midyukov 1.4.1-alt1
    - Revert commit for support multiple kernel in iso image.
    Aug. 17, 2020 Anton Midyukov 1.4.0-alt1
    - New official maintainer antohami@ (blessed by mike@)
    - Added grub config file generator for iso images
      (thanks shaba@)
    - Expanded support for USB controllers and SD card readers
    - Added support for booting on single-board Raspberry Pi 3 and 4
      in EFI mode (u-boot or edk2)
    - Added grub-efi bootloader support for rootfs images
    - Merged with branches for Workstation, Education,
      Simply Linux, Server, Server-V distributions
    - Added a starterkit build profile with a real-time kernel (live)
    - Added riscv64 platform support (thanks arei@)
    - rootfs: support headless boot via alterator-setup-vnc (thanks arei@)