Commit e6b9fc64 authored by Julien Muchembled's avatar Julien Muchembled

Release 0.28

parent 0f910594
Pipeline #3393 skipped
......@@ -2,6 +2,23 @@
Changes
=========
0.28 (2016-11-08)
-----------------
* vm.run: workaround for old versions of mount
* vm.install-debian:
- No more limit on the number of preseed parameters, by placing a preseed.cfg
file inside the initrd, instead of passing them all via the command line.
The kernel is usually limited to 32 parameters and it panics when there are
too many.
- Dist-specific options.
- Recognize preseed aliases.
- late-command is run with '/bin/sh -e' and it must exit with EX_OK (0),
otherwise the installer stops.
0.27 (2016-10-30)
-----------------
......@@ -11,7 +28,7 @@
-----------------
* gitclone: new 'shared' option.
* vm.install-*: workaround for spurious "No network interfaces detected"
* vm.install-debian: workaround for spurious "No network interfaces detected"
* vm: use a normal user account by default
0.25 (2016-10-23)
......
from setuptools import setup, find_packages
version = '0.27'
version = '0.28'
name = 'slapos.recipe.build'
long_description = open("README.rst").read() + "\n" + \
open("CHANGELOG.rst").read() + "\n"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment