2011-11-02 19:57:21 +04:00
Name : mkimage-profiles
2016-06-27 20:06:14 +03:00
Version : 1.1.94
2011-11-07 16:56:09 +04:00
Release : alt1
2011-11-02 19:57:21 +04:00
Summary : ALT Linux based distribution metaprofile
License : GPLv2+
Group : Development/Other
2013-06-17 16:32:30 +04:00
Url : http://altlinux.org/m-p
2011-11-02 19:57:21 +04:00
Source : %name-%version.tar
Packager : Michael Shigorin <mike@altlinux.org>
BuildArch : noarch
2016-02-19 21:39:11 +03:00
BuildRequires : rsync asciidoc-a2x fop fonts-ttf-dejavu
2012-11-05 16:41:25 +04:00
2011-11-02 19:57:21 +04:00
Requires : rsync git-core
2012-11-18 22:18:43 +04:00
Requires : time schedutils sfdisk
2012-12-17 17:56:45 +04:00
Requires : mkimage >= 0.2.5
2013-10-17 12:14:17 +04:00
Requires : mkimage-preinstall
2011-11-02 19:57:21 +04:00
2012-11-18 22:18:43 +04:00
# Recommends: graphviz qemu-img
2012-03-19 21:19:56 +04:00
2011-11-02 19:57:21 +04:00
%define mpdir %_datadir/%name
%add_findreq_skiplist %mpdir/*.in/*
2016-02-29 22:36:26 +03:00
%def_with doc
2012-11-05 16:41:25 +04:00
%define docs $HOME/docs
%package doc
Summary : %name documentation
Group : Development/Documentation
2016-02-29 22:36:26 +03:00
%{?_with_doc:BuildRequires: java /proc}
2012-11-05 16:41:25 +04:00
2011-11-02 19:57:21 +04:00
%description
mkimage-profiles is a collection of bits and pieces useful for
distributions construction: it contains package lists, features,
and whole subprofiles (like " r e s c u e " 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
2013-06-17 16:32:30 +04:00
(the short alias for mkimage-profiles) is complex too. If you need
2011-11-02 19:57:21 +04:00
-- or want -- to make just 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.
Virtual environment template caches (OpenVZ/LXC) can be made either.
In short, setup hasher (http://en.altlinux.org/hasher) and here we go:
cd %mpdir
head README
2012-03-27 00:23:30 +04:00
make syslinux.iso
2011-11-02 19:57:21 +04:00
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:
%url
2012-11-05 16:41:25 +04:00
%description doc
This package holds developer docs for %name
as a book in HTML and PDF formats.
2011-11-02 19:57:21 +04:00
%prep
%setup
%build
2016-02-29 22:36:26 +03:00
%if _with doc
2012-11-05 16:41:25 +04:00
make BUILDDIR=%doc s docs
2016-02-29 22:36:26 +03:00
%endif
2011-11-02 19:57:21 +04:00
%install
2016-02-08 20:09:32 +03:00
mkdir -p %buildroot{%mpdir,%_man7dir}
2011-11-02 19:57:21 +04:00
cp -a * %buildroot%mpdir
2016-02-29 22:36:26 +03:00
%if _with doc
2016-02-08 20:09:32 +03:00
mv %buildroot%mpdir/doc/mkimage-profiles.7 %buildroot%_man7dir/
2016-02-29 22:36:26 +03:00
%endif
2011-11-02 19:57:21 +04:00
%files
2011-11-07 13:48:36 +04:00
%mpdir/
2016-02-29 22:36:26 +03:00
%if _with doc
2016-02-08 20:09:32 +03:00
%_man7dir/*
2016-02-29 22:36:26 +03:00
%endif
2012-11-05 16:41:25 +04:00
2016-02-29 22:36:26 +03:00
%if _with doc
2012-11-05 16:41:25 +04:00
%files doc
%doc README
%doc QUICKSTART
%doc %doc s/*
2016-02-29 22:36:26 +03:00
%endif
2011-11-02 19:57:21 +04:00
%changelog
2016-06-27 20:06:14 +03:00
* Mon Jun 27 2016 Michael Shigorin <mike@altlinux.org> 1.1.94-alt1
- workstation
2016-06-13 19:05:09 +03:00
* Mon Jun 13 2016 Michael Shigorin <mike@altlinux.org> 1.1.93-alt1
- starterkits-20160612
2016-05-30 20:28:33 +03:00
* Mon May 30 2016 Michael Shigorin <mike@altlinux.org> 1.1.92-alt1
- server-openstack
2016-05-23 21:50:50 +03:00
* Mon May 23 2016 Michael Shigorin <mike@altlinux.org> 1.1.91-alt1
- nvidia/nouveau rehash
- overlayfs support (lakostis@)
2016-05-03 16:55:12 +03:00
* Tue May 03 2016 Michael Shigorin <mike@altlinux.org> 1.1.90-alt1
- starterkits-20160429
2016-04-25 20:29:27 +03:00
* Mon Apr 25 2016 Michael Shigorin <mike@altlinux.org> 1.1.89-alt1
- preparing for p8 starterkits
2016-04-11 21:35:44 +03:00
* Mon Apr 11 2016 Michael Shigorin <mike@altlinux.org> 1.1.88-alt1
- pkg.in/profiles
2016-03-14 19:01:47 +03:00
* Mon Mar 14 2016 Michael Shigorin <mike@altlinux.org> 1.1.87-alt1
- starterkits-20160312
2016-02-29 22:38:20 +03:00
* Mon Feb 29 2016 Michael Shigorin <mike@altlinux.org> 1.1.86-alt1
- junior
2016-02-15 22:50:01 +03:00
* Mon Feb 15 2016 Michael Shigorin <mike@altlinux.org> 1.1.85-alt1
- regular-jeos-ovz
2016-02-08 23:04:24 +03:00
* Mon Feb 08 2016 Michael Shigorin <mike@altlinux.org> 1.1.84-alt1
- %name(7) :)
2016-01-25 23:04:41 +03:00
* Mon Jan 25 2016 Michael Shigorin <mike@altlinux.org> 1.1.83-alt1
- openssh 7.x (see also #31716)
2016-01-11 21:02:52 +03:00
* Mon Jan 11 2016 Michael Shigorin <mike@altlinux.org> 1.1.82-alt1
- firmwarez
2015-12-07 20:51:37 +03:00
* Mon Dec 07 2015 Michael Shigorin <mike@altlinux.org> 1.1.81-alt1
- regular fixes
2015-11-30 23:44:15 +03:00
* Mon Nov 30 2015 Michael Shigorin <mike@altlinux.org> 1.1.80-alt1
- pre-starterkit cleanups
2015-11-16 22:09:46 +03:00
* Mon Nov 16 2015 Michael Shigorin <mike@altlinux.org> 1.1.79-alt1
- faked workaround
2015-11-09 20:36:41 +03:00
* Mon Nov 09 2015 Michael Shigorin <mike@altlinux.org> 1.1.78-alt1
- regular-enlightenment
2015-10-19 23:43:15 +03:00
* Mon Oct 19 2015 Michael Shigorin <mike@altlinux.org> 1.1.77-alt1
- webkiosk improvements
2015-10-12 18:43:46 +03:00
* Mon Oct 12 2015 Michael Shigorin <mike@altlinux.org> 1.1.76-alt1
- no more GREP_OPTIONS
2015-09-28 19:32:57 +03:00
* Mon Sep 28 2015 Michael Shigorin <mike@altlinux.org> 1.1.75-alt1
- systemd-specific hook for installer (solo@)
2015-09-14 21:00:14 +03:00
* Mon Sep 14 2015 Michael Shigorin <mike@altlinux.org> 1.1.74-alt1
- starterkits-20150912
2015-09-07 21:05:52 +03:00
* Mon Sep 07 2015 Michael Shigorin <mike@altlinux.org> 1.1.73-alt1
- im feature
2015-08-31 21:12:39 +03:00
* Mon Aug 31 2015 Michael Shigorin <mike@altlinux.org> 1.1.72-alt1
- starterkits alpha
2015-08-10 21:01:35 +03:00
* Mon Aug 10 2015 Michael Shigorin <mike@altlinux.org> 1.1.71-alt1
- docs feature
2015-07-20 22:27:12 +03:00
* Mon Jul 20 2015 Michael Shigorin <mike@altlinux.org> 1.1.70-alt1
- check KFLAVOURS
2015-06-29 20:38:11 +03:00
* Mon Jun 29 2015 Michael Shigorin <mike@altlinux.org> 1.1.69-alt1
- yet another systemd- tweak
2015-06-22 21:14:03 +03:00
* Mon Jun 22 2015 Michael Shigorin <mike@altlinux.org> 1.1.68-alt1
- LIVE_CLEANUP_KDRIVERS actually works
2015-06-08 22:50:23 +03:00
* Mon Jun 08 2015 Michael Shigorin <mike@altlinux.org> 1.1.67-alt1
- minor post-tweaks
2015-06-01 23:12:14 +03:00
* Mon Jun 01 2015 Michael Shigorin <mike@altlinux.org> 1.1.66-alt1
- remote rescue
2015-05-04 23:31:28 +03:00
* Mon May 04 2015 Michael Shigorin <mike@altlinux.org> 1.1.65-alt1
- archdep pkglists
2015-04-20 22:19:37 +03:00
* Mon Apr 20 2015 Michael Shigorin <mike@altlinux.org> 1.1.64-alt1
- modularized stage1 modules list
2015-03-30 22:01:16 +03:00
* Mon Mar 30 2015 Michael Shigorin <mike@altlinux.org> 1.1.63-alt1
- support USB3, ACPI suspend
2015-03-16 22:34:35 +03:00
* Mon Mar 16 2015 Michael Shigorin <mike@altlinux.org> 1.1.62-alt1
- starterkits-20150312
2015-03-09 23:23:01 +03:00
* Mon Mar 09 2015 Michael Shigorin <mike@altlinux.org> 1.1.61-alt1
- EFI_BOOTARGS
2015-03-02 21:29:08 +03:00
* Mon Mar 02 2015 Michael Shigorin <mike@altlinux.org> 1.1.60-alt1
- vmguest, install2: refactoring
2015-02-23 23:28:07 +03:00
* Mon Feb 23 2015 Michael Shigorin <mike@altlinux.org> 1.1.59-alt1
- regular rebase
2015-02-16 23:49:41 +03:00
* Mon Feb 16 2015 Michael Shigorin <mike@altlinux.org> 1.1.58-alt1
- vagrant feature (closes: #28553)
2015-02-09 23:29:19 +03:00
* Mon Feb 09 2015 Michael Shigorin <mike@altlinux.org> 1.1.57-alt1
- fix the lists copying fix
2015-02-02 21:47:53 +03:00
* Mon Feb 02 2015 Michael Shigorin <mike@altlinux.org> 1.1.56-alt1
- fix lilo check for vm images
2015-01-26 23:53:26 +03:00
* Mon Jan 26 2015 Michael Shigorin <mike@altlinux.org> 1.1.55-alt1
- lists copying fixed
2015-01-05 11:10:44 +03:00
* Mon Jan 05 2015 Michael Shigorin <mike@altlinux.org> 1.1.54-alt1
- live: don't force localboot
2014-12-15 19:22:57 +03:00
* Mon Dec 15 2014 Michael Shigorin <mike@altlinux.org> 1.1.53-alt1
- starterkits-20141212
2014-11-17 16:41:10 +03:00
* Mon Nov 17 2014 Michael Shigorin <mike@altlinux.org> 1.1.52-alt1
- docs: " 7 . 0 + " (closes: #30474)
- l10n feature
2014-11-10 20:28:43 +03:00
* Mon Nov 10 2014 Michael Shigorin <mike@altlinux.org> 1.1.51-alt1
- current updates
2014-10-27 23:54:52 +03:00
* Mon Oct 27 2014 Michael Shigorin <mike@altlinux.org> 1.1.50-alt1
- minor tweaks
2014-10-13 22:23:12 +04:00
* Mon Oct 13 2014 Michael Shigorin <mike@altlinux.org> 1.1.49-alt1
- pkglist updates
2014-09-29 22:16:26 +04:00
* Mon Sep 29 2014 Michael Shigorin <mike@altlinux.org> 1.1.48-alt1
- (sysv)init: exclude systemd explicitly
2014-09-22 19:59:58 +04:00
* Mon Sep 22 2014 Michael Shigorin <mike@altlinux.org> 1.1.47-alt1
- kpackages() argswap
2014-09-15 22:20:54 +04:00
* Mon Sep 15 2014 Michael Shigorin <mike@altlinux.org> 1.1.46-alt1
- regular fixes
2014-09-01 20:08:20 +04:00
* Mon Sep 01 2014 Michael Shigorin <mike@altlinux.org> 1.1.45-alt1
- starterkits alpha
2014-08-18 22:44:11 +04:00
* Mon Aug 18 2014 Michael Shigorin <mike@altlinux.org> 1.1.44-alt1
- connman fixup
2014-08-04 20:57:21 +04:00
* Mon Aug 04 2014 Michael Shigorin <mike@altlinux.org> 1.1.43-alt1
- fixed package build
2014-07-28 23:51:13 +04:00
* Mon Jul 28 2014 Michael Shigorin <mike@altlinux.org> 1.1.42-alt1
- current bits
2014-07-07 23:09:14 +04:00
* Mon Jul 07 2014 Michael Shigorin <mike@altlinux.org> 1.1.41-alt1
- post-214 fixups
2014-06-30 21:14:08 +04:00
* Mon Jun 30 2014 Michael Shigorin <mike@altlinux.org> 1.1.40-alt1
- systemd-214
2014-06-16 15:30:56 +04:00
* Mon Jun 16 2014 Michael Shigorin <mike@altlinux.org> 1.1.39-alt1
- starterkits-20140612
2014-06-02 23:34:29 +04:00
* Mon Jun 02 2014 Michael Shigorin <mike@altlinux.org> 1.1.38-alt1
- mksquashfs 4.3 support
2014-05-26 22:38:40 +04:00
* Mon May 26 2014 Michael Shigorin <mike@altlinux.org> 1.1.37-alt1
- use/browser
2014-05-19 23:57:03 +04:00
* Mon May 19 2014 Michael Shigorin <mike@altlinux.org> 1.1.36-alt1
- regular-lxqt
2014-05-12 22:24:49 +04:00
* Mon May 12 2014 Michael Shigorin <mike@altlinux.org> 1.1.35-alt1
- yet another rescue week
2014-05-05 23:50:01 +04:00
* Mon May 05 2014 Michael Shigorin <mike@altlinux.org> 1.1.34-alt1
- remember Odessa
2014-04-28 22:07:06 +04:00
* Mon Apr 28 2014 Michael Shigorin <mike@altlinux.org> 1.1.33-alt1
- net-eth tweaks
2014-04-21 21:34:07 +04:00
* Mon Apr 21 2014 Michael Shigorin <mike@altlinux.org> 1.1.32-alt1
- regular-rescue week
2014-04-14 23:32:52 +04:00
* Mon Apr 14 2014 Michael Shigorin <mike@altlinux.org> 1.1.31-alt1
- live: refactoring
- forensics mode
2014-04-07 23:38:32 +04:00
* Mon Apr 07 2014 Michael Shigorin <mike@altlinux.org> 1.1.30-alt1
- robotics support
2014-03-31 23:56:15 +04:00
* Mon Mar 31 2014 Michael Shigorin <mike@altlinux.org> 1.1.29-alt1
- mediacheck feature
2014-03-24 21:20:07 +04:00
* Mon Mar 24 2014 Michael Shigorin <mike@altlinux.org> 1.1.28-alt1
- install2: more cleanups
2014-03-17 21:22:09 +04:00
* Mon Mar 17 2014 Michael Shigorin <mike@altlinux.org> 1.1.27-alt1
- don't insist on k-m-r8168
- codebase deduplication
2014-03-10 22:47:55 +04:00
* Mon Mar 10 2014 Michael Shigorin <mike@altlinux.org> 1.1.26-alt1
- docs week
- deflogin: empty ROOTPW explicitly ignored (potential security fix)
2014-03-03 21:55:38 +04:00
* Mon Mar 03 2014 Michael Shigorin <mike@altlinux.org> 1.1.25-alt1
- regular updates
2014-02-11 00:09:15 +04:00
* Mon Feb 10 2014 Michael Shigorin <mike@altlinux.org> 1.1.24-alt1
- service bridge
2014-02-03 23:52:48 +04:00
* Mon Feb 03 2014 Michael Shigorin <mike@altlinux.org> 1.1.23-alt1
- live, net*, syslinux fixes (see also #26608)
2014-01-27 23:57:32 +04:00
* Mon Jan 27 2014 Michael Shigorin <mike@altlinux.org> 1.1.22-alt1
- ahci kludge (see #29705) :(
2014-01-20 23:25:06 +04:00
* Mon Jan 20 2014 Michael Shigorin <mike@altlinux.org> 1.1.21-alt1
- rescue tweaks
2014-01-13 21:32:19 +04:00
* Mon Jan 13 2014 Michael Shigorin <mike@altlinux.org> 1.1.20-alt1
- support for CIFS installation method (sin@)
- glibc-locales for regular images (closes: #29693)
2013-12-30 22:28:06 +04:00
* Mon Dec 30 2013 Michael Shigorin <mike@altlinux.org> 1.1.19-alt1
- regular fixes
2013-12-23 23:28:31 +04:00
* Mon Dec 23 2013 Michael Shigorin <mike@altlinux.org> 1.1.18-alt1
- efi updates
2013-12-17 01:39:28 +04:00
* Mon Dec 16 2013 Michael Shigorin <mike@altlinux.org> 1.1.17-alt1
- refind branding
2013-12-09 22:52:44 +04:00
* Mon Dec 09 2013 Michael Shigorin <mike@altlinux.org> 1.1.16-alt1
- e18
2013-12-02 20:43:51 +04:00
* Mon Dec 02 2013 Michael Shigorin <mike@altlinux.org> 1.1.15-alt1
- regular fixups
2013-11-25 21:04:02 +04:00
* Mon Nov 25 2013 Michael Shigorin <mike@altlinux.org> 1.1.14-alt1
- important bugfix: THE_PACKAGES weren't getting through to .base
- regular-sysv-tde related churn
2013-11-04 18:54:59 +04:00
* Mon Nov 04 2013 Michael Shigorin <mike@altlinux.org> 1.1.13-alt1
- rescue friday
2013-10-21 22:36:35 +04:00
* Mon Oct 21 2013 Michael Shigorin <mike@altlinux.org> 1.1.12-alt1
- live-builder update
2013-10-14 21:00:38 +04:00
* Mon Oct 14 2013 Michael Shigorin <mike@altlinux.org> 1.1.11-alt1
- luks better
2013-09-30 20:24:12 +04:00
* Mon Sep 30 2013 Michael Shigorin <mike@altlinux.org> 1.1.10-alt1
- regular tweaks
2013-09-23 22:23:13 +04:00
* Mon Sep 23 2013 Michael Shigorin <mike@altlinux.org> 1.1.9-alt1
- regular fixes
2013-09-16 20:27:12 +04:00
* Mon Sep 16 2013 Michael Shigorin <mike@altlinux.org> 1.1.8-alt1
- armh/p7/ve fixes
2013-08-26 18:06:41 +04:00
* Mon Aug 26 2013 Michael Shigorin <mike@altlinux.org> 1.1.7-alt1
- minor fixes
2013-08-12 21:49:00 +04:00
* Mon Aug 12 2013 Michael Shigorin <mike@altlinux.org> 1.1.6-alt1
- vm-net retired
2013-08-05 20:57:18 +04:00
* Mon Aug 05 2013 Michael Shigorin <mike@altlinux.org> 1.1.5-alt1
- armh related fixes
2013-07-29 21:20:42 +04:00
* Mon Jul 29 2013 Michael Shigorin <mike@altlinux.org> 1.1.4-alt1
- assorted fixups
2013-07-22 23:43:42 +04:00
* Mon Jul 22 2013 Michael Shigorin <mike@altlinux.org> 1.1.3-alt1
- armh fixes and tweaks
2013-07-15 22:21:37 +04:00
* Mon Jul 15 2013 Michael Shigorin <mike@altlinux.org> 1.1.2-alt1
- control and sound features
2013-07-02 00:47:10 +04:00
* Mon Jul 01 2013 Michael Shigorin <mike@altlinux.org> 1.1.1-alt1
- cuboxism
2013-06-17 16:32:30 +04:00
* Mon Jun 17 2013 Michael Shigorin <mike@altlinux.org> 1.1.0-alt1
- 1.1.x branch: public alpha development status
+ new subprofile: rootfs
+ new features: armh*, deflogin, init, services
+ refactored features: build-*, efi, fonts, live, x11*
+ tar2vm got rewritten as tar2fs, gained ARM support
- minor spec metadata update
2013-06-17 14:02:13 +04:00
* Mon Jun 17 2013 Michael Shigorin <mike@altlinux.org> 1.0.0-alt1
- 1.0
2013-06-10 19:37:22 +04:00
* Mon Jun 10 2013 Michael Shigorin <mike@altlinux.org> 0.9.16-alt1
- 1.0pre
2013-05-27 13:43:28 +04:00
* Mon May 27 2013 Michael Shigorin <mike@altlinux.org> 0.9.15-alt1
- +installer
2013-05-20 14:10:49 +04:00
* Mon May 20 2013 Michael Shigorin <mike@altlinux.org> 0.9.14-alt1
- more regular fixes
2013-05-13 22:58:45 +04:00
* Mon May 13 2013 Michael Shigorin <mike@altlinux.org> 0.9.13-alt1
- regular fixes
2013-04-22 23:45:36 +04:00
* Mon Apr 22 2013 Michael Shigorin <mike@altlinux.org> 0.9.12-alt1
- four weeks later...
2013-03-25 22:52:18 +04:00
* Mon Mar 25 2013 Michael Shigorin <mike@altlinux.org> 0.9.11-alt1
- persistent icewm
2013-03-18 18:33:12 +04:00
* Mon Mar 18 2013 Michael Shigorin <mike@altlinux.org> 0.9.10-alt1
- fonts: axios!
2013-02-26 00:46:34 +04:00
* Tue Feb 26 2013 Michael Shigorin <mike@altlinux.org> 0.9.9-alt1
- regular refactoring
2013-02-19 20:55:19 +04:00
* Tue Feb 19 2013 Michael Shigorin <mike@altlinux.org> 0.9.8.1-alt1
- works with make-initrd 0.8.1+ (see #28578)
2013-02-18 23:50:46 +04:00
* Mon Feb 18 2013 Michael Shigorin <mike@altlinux.org> 0.9.8-alt1
- live fixes/tweaks galore
2013-02-11 21:43:46 +04:00
* Mon Feb 11 2013 Michael Shigorin <mike@altlinux.org> 0.9.7-alt1
- going nightly
2013-02-04 22:11:17 +04:00
* Mon Feb 04 2013 Michael Shigorin <mike@altlinux.org> 0.9.6-alt1
- assorted fixes
2013-01-21 17:43:32 +04:00
* Mon Jan 21 2013 Michael Shigorin <mike@altlinux.org> 0.9.5-alt1
- homeros
2013-01-14 23:58:09 +04:00
* Mon Jan 14 2013 Michael Shigorin <mike@altlinux.org> 0.9.4-alt1
- restricted boot
2012-12-31 23:41:19 +04:00
* Mon Dec 31 2012 Michael Shigorin <mike@altlinux.org> 0.9.3-alt1
- regular images
2012-12-17 17:56:45 +04:00
* Mon Dec 17 2012 Michael Shigorin <mike@altlinux.org> 0.9.2-alt1
- enhanced uefi support
2012-12-03 19:26:55 +04:00
* Mon Dec 03 2012 Michael Shigorin <mike@altlinux.org> 0.9.1-alt1
- initial kde4 support
2012-11-20 01:32:45 +04:00
* Mon Nov 19 2012 Michael Shigorin <mike@altlinux.org> 0.9.0-alt1
- initial uefi, luks, armh support
- enhanced arm, gnome3/systemd, vm support
2012-11-12 00:01:14 +04:00
* Sun Nov 11 2012 Michael Shigorin <mike@altlinux.org> 0.8.7-alt1
- regressions--
2012-11-05 16:41:25 +04:00
* Mon Nov 05 2012 Michael Shigorin <mike@altlinux.org> 0.8.6-alt1
- docs subpackage (HTML/PDF book)
2012-10-30 00:07:50 +04:00
* Mon Oct 29 2012 Michael Shigorin <mike@altlinux.org> 0.8.5-alt1
- diffable logs
- AMD APU support
2012-10-16 13:17:28 +04:00
* Tue Oct 16 2012 Michael Shigorin <mike@altlinux.org> 0.8.4-alt1
- worked around enhancements in current make-initrd-propagator
(thus fixed live image boot, finally)
2012-10-16 00:34:36 +04:00
* Mon Oct 15 2012 Michael Shigorin <mike@altlinux.org> 0.8.3-alt1
- make-3.82 support
- fixed live image boot to some extent (see #27640, #27852)
2012-09-24 21:21:49 +04:00
* Mon Sep 24 2012 Michael Shigorin <mike@altlinux.org> 0.8.2-alt1
- fixed build with recent make-initrd-propagator
2012-09-03 21:22:16 +04:00
* Mon Sep 03 2012 Michael Shigorin <mike@altlinux.org> 0.8.1-alt1
- misc fixes
2012-08-13 23:03:32 +04:00
* Mon Aug 13 2012 Michael Shigorin <mike@altlinux.org> 0.8.0-alt1
- stage2@live
2012-08-07 00:03:41 +04:00
* Mon Aug 06 2012 Michael Shigorin <mike@altlinux.org> 0.7.6-alt1
- minor improvements
2012-07-30 20:14:48 +04:00
* Mon Jul 30 2012 Michael Shigorin <mike@altlinux.org> 0.7.5-alt1
- a bunch of fixups and cleanups
2012-07-16 22:33:00 +04:00
* Mon Jul 16 2012 Michael Shigorin <mike@altlinux.org> 0.7.4-alt1
- ppc builds
2012-07-10 00:46:49 +04:00
* Mon Jul 09 2012 Michael Shigorin <mike@altlinux.org> 0.7.3-alt1
- arm builds
2012-07-02 17:17:22 +04:00
* Mon Jul 02 2012 Michael Shigorin <mike@altlinux.org> 0.7.2-alt1
- simply fixes
2012-06-25 21:29:06 +04:00
* Mon Jun 25 2012 Michael Shigorin <mike@altlinux.org> 0.7.1-alt1
- vm improvements and assorted tweaks/fixes
2012-06-18 22:12:13 +04:00
* Mon Jun 18 2012 Michael Shigorin <mike@altlinux.org> 0.7.0-alt1
- new features:
+ initial build-vm
+ plymouth
2012-05-28 23:13:50 +04:00
* Mon May 28 2012 Michael Shigorin <mike@altlinux.org> 0.6.8-alt1
- minor bugfixes
2012-05-21 22:29:58 +04:00
* Mon May 21 2012 Michael Shigorin <mike@altlinux.org> 0.6.7-alt1
- docs updates
2012-05-14 21:09:28 +04:00
* Mon May 14 2012 Michael Shigorin <mike@altlinux.org> 0.6.6-alt1
- build helpers refactored
- initial frontend support
2012-05-08 00:11:59 +04:00
* Mon May 07 2012 Michael Shigorin <mike@altlinux.org> 0.6.5-alt1
- branding feature
2012-04-24 00:41:48 +04:00
* Mon Apr 23 2012 Michael Shigorin <mike@altlinux.org> 0.6.4-alt1
- simply better (tm)
2012-04-09 23:23:59 +04:00
* Mon Apr 09 2012 Michael Shigorin <mike@altlinux.org> 0.6.3-alt1
- massive squashfs tuning
2012-04-02 19:18:52 +04:00
* Mon Apr 02 2012 Michael Shigorin <mike@altlinux.org> 0.6.2-alt1
- better live-webkiosk and initial live-flightgear
- cleanup, syslinux, xorg feature tweaks
2012-03-27 00:23:30 +04:00
* Mon Mar 26 2012 Michael Shigorin <mike@altlinux.org> 0.6.1-alt1
- ISO9660 metadata support
- initial alien VE image
2012-03-19 21:19:56 +04:00
* Mon Mar 19 2012 Michael Shigorin <mike@altlinux.org> 0.6.0-alt1
- reports (targets graph)
2012-03-13 00:15:06 +04:00
* Mon Mar 12 2012 Michael Shigorin <mike@altlinux.org> 0.5.7-alt1
- distro tweaks
2012-02-21 00:43:10 +04:00
* Mon Feb 20 2012 Michael Shigorin <mike@altlinux.org> 0.5.6-alt1
- minor fixups
2012-02-06 19:09:03 +04:00
* Mon Feb 06 2012 Michael Shigorin <mike@altlinux.org> 0.5.5-alt1
- live-related tweaks (including live.hooks support)
- terminal server and webkiosk images
2012-01-17 00:36:43 +04:00
* Mon Jan 16 2012 Michael Shigorin <mike@altlinux.org> 0.5.4-alt1
- better diags for initial deployment
2012-01-02 20:03:17 +04:00
* Mon Jan 02 2012 Michael Shigorin <mike@altlinux.org> 0.5.3-alt1
- multi-target, multi-arch, single-job builds
2011-12-20 00:46:20 +04:00
* Mon Dec 19 2011 Michael Shigorin <mike@altlinux.org> 0.5.2-alt1
- THE_{KMODULES,PACKAGES,LISTS,GROUPS}
- incremental development, refactoring and bugfixing
2011-12-02 22:08:17 +04:00
* Fri Dec 02 2011 Michael Shigorin <mike@altlinux.org> 0.5.1-alt1
- generic VE archive type (added cpio and xz either)
- minor additions/fixes
2011-11-21 14:28:10 +04:00
* Mon Nov 21 2011 Michael Shigorin <mike@altlinux.org> 0.5.0-alt1
- add_feature for autoregistration (simple but invasive)
- added features: isomd5sum, repo, systemd
- changed features: powerbutton -> power
2011-11-08 02:07:56 +04:00
* Tue Nov 08 2011 Michael Shigorin <mike@altlinux.org> 0.4.3.2-alt1
- mkimage version required/checked
2011-11-07 16:56:09 +04:00
* Mon Nov 07 2011 Michael Shigorin <mike@altlinux.org> 0.4.3.1-alt1
- CLEAN by default unless DEBUG
2011-11-07 13:48:36 +04:00
* Mon Nov 07 2011 Michael Shigorin <mike@altlinux.org> 0.4.3-alt2
- include %mpdir/ itself as well
2011-11-07 02:06:54 +04:00
* Mon Nov 07 2011 Michael Shigorin <mike@altlinux.org> 0.4.3-alt1
- enhancements to logging
- NICE variable: employ nice(1) and ionice(1) if available
- features.in/syslinux: banner tweaked to include target name
- features.in/live: set up unicode locale/consolefont
2011-11-02 19:57:21 +04:00
* Wed Nov 02 2011 Michael Shigorin <mike@altlinux.org> 0.4.2-alt1
- initial package