Package mkimage-profiles: Information

    Source package: mkimage-profiles
    Version: 1.5.16-alt1
    Build time:  Jan 31, 2024, 04:28 AM
    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


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

    Last changed


    Jan. 8, 2024 Anton Midyukov 1.5.16-alt1
    - log.mk: fix abort on error when STDOUT=1 (ALT bug 48863)
    - datetime: set TIME ZONE, use alterator-datetime-functions,
      set TIME_ZONE, TIME_UTC via kernel cmdline for distro images
    - grub: add new langs: kk_KZ, ky_KG, uz_UZ
    - live: fix mistake in 90-live-cleanup-drivers
    - live, grub, isolinux: new target use/live/rescue
    - sound: Enable pipewire socket instead service
    Dec. 12, 2023 Anton Midyukov 1.5.15.2-alt1
    - Fix vmguest feature after commit "vmguest: simplify the code"
    - various fixes for regular.mk
    Dec. 9, 2023 Anton Midyukov 1.5.15.1-alt1
    - fix vmguest feature for non-x86 architectures (thx Alexey Sheplyakov
      @asheplyakov)