Package mkimage-profiles: Information
Source package: mkimage-profiles
Version: 1.5.5-alt1
Build time: May 10, 2023, 10:44 AM in the task #320169
Category: Development/Other
Report package bugHome page: http://altlinux.org/m-p
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
Last changed
May 10, 2023 Anton Midyukov 1.5.5-alt1
- browser: use firefox-esr on i586 (firefox is not available) - install2: add lvm2, cryptsetup to use/install2/full - live.mk: add language selection menu to grub-net-install again
April 17, 2023 Anton Midyukov 1.5.4-alt1
- e2k: fix scripts 20-e2k-boot - e2k: add live-install feature support - x11-autologin: rename script 40-x11-autologin -> 60-x11-autologin - l10n: set LANG to /etc/sysconfig/i18n, /etc/locale.conf - deflogin: add variable DEFAULT_SESSION (for AccountsService) - tty: Allow any tty* variants, allow override TTYDEV, TTYRATE - alternatives: initial feature - live-install: set xterm as alternative to xvt (See ALT bug 45574) - install2: cleanup udev/rules.d/64-md-raid-assembly.rules - grub, syslinux: clean lowmem for menu item Install - base+rescue: add open-iscsi (Closes: 45792) - stage2: fix use/stage2/kms/nvidia (See ALT bug 31971) - kworkstation.mk: fix nvidia support in live (Closes: 31971) - kworkstation: add latest commits from zerg@ - tar2fs: grub-install --uefi-secureboot for all platforms - initrd-bootchain: add kbd initrd feature - install2: do not cleanup wi-fi drivers
March 20, 2023 Anton Midyukov 1.5.3-alt1
- services: fix DEFAULT_SYSTEMD_USER_SERVICES_{DISABLE,ENABLE} support - Initial feature live-install - regular.mk: installation from live image by classic installer - grub: add submenu for install live over network - stage2: add option '--no-hardliks' to mksquashfs (Closes: 45329) - initrd-{bootchain,propagator}: save initrd.mk, make-initrd to .disk/ - stage2,initrd-*: fix adding udev rules for named network interfaces - mediacheck: check available implantisomd5 command - install2: add mdadm to altinst - features.in: drop armh-skit - Include README of features to documentation; fix syntax & links in them