[Git-commits] [grml/grml-debootstrap] bc38ed: Make it more friendly to install on non-Debian dis...
Michael Prokop
mika at grml.org
Thu Jun 4 13:45:07 CEST 2015
Branch: refs/heads/master
Home: https://github.com/grml/grml-debootstrap
Commit: bc38edae09b3911f86e88fa9ec9c50b15424c74e
https://github.com/grml/grml-debootstrap/commit/bc38edae09b3911f86e88fa9ec9c50b15424c74e
Author: Michael Prokop <mika at grml.org>
Date: 2015-06-04 (Thu, 04 Jun 2015)
Changed paths:
M Makefile
A debian/grml-debootstrap.docs
A debian/grml-debootstrap.manpages
M debian/rules
Log Message:
-----------
Make it more friendly to install on non-Debian distributions
* make DOCBOOK_XML=... supports providing a custom docbook.xsl
instead of the default (/usr/share/xml/docbook/stylesheet/nwalsh/manpages/docbook.xsl)
* provide install target via Makefile, supporting $DESTDIR
* minimize debian/rules
This should allow installation of grml-debootstrap on e.g. Fedora + Gentoo.
Thanks: Sebastian Pipping <sebastian at pipping.org> for feature request
Fixes #57 @ github
Commit: 9f5825a060989aec93d6414ebac142851140ef9c
https://github.com/grml/grml-debootstrap/commit/9f5825a060989aec93d6414ebac142851140ef9c
Author: Michael Prokop <mika at grml.org>
Date: 2015-06-04 (Thu, 04 Jun 2015)
Changed paths:
M debian/grml-debootstrap.docs
Log Message:
-----------
Include HTML documentation in Debian package
Commit: 91f2e990ca65aa3670454097d6d3937d392d7652
https://github.com/grml/grml-debootstrap/commit/91f2e990ca65aa3670454097d6d3937d392d7652
Author: Michael Prokop <mika at grml.org>
Date: 2015-06-04 (Thu, 04 Jun 2015)
Changed paths:
M cmdlineopts.clp
M config
M grml-debootstrap
M grml-debootstrap.8.txt
Log Message:
-----------
Rename --scripts to --post-scripts for consistency
The --scripts option and SCRIPTS config are still supported but display a
deprecation warning now.
Fixes #52 @ github
Commit: 6f2677c7fe5fec2aa44856e395264959ced7a3cf
https://github.com/grml/grml-debootstrap/commit/6f2677c7fe5fec2aa44856e395264959ced7a3cf
Author: Michael Prokop <mika at grml.org>
Date: 2015-06-04 (Thu, 04 Jun 2015)
Changed paths:
M grml-debootstrap
Log Message:
-----------
Explicitely set LANGUAGE=C to avoid possible locale issues
In github issue #48 the following was reported when running with
option --debopt "--verbose --include=grub-pc,locales":
| *** update-locale: Error: invalid locale settings: LANGUAGE=en_US:en LANG=en_US.UTF-8
While this shouldn't be a real problem but just a warning message
it still might be a good idea to explictely reset LANGUAGE=C.
See https://www.gnu.org/software/gettext/manual/html_node/Locale-Environment-Variables.html
for details regarding LANG/LC_ALL/LANGUAGE handling.
Fixes #48 @ github
Commit: bedb4090c2608ad8f9fe94e6f2b032c8f438b82c
https://github.com/grml/grml-debootstrap/commit/bedb4090c2608ad8f9fe94e6f2b032c8f438b82c
Author: Michael Prokop <mika at grml.org>
Date: 2015-06-04 (Thu, 04 Jun 2015)
Changed paths:
M grml-debootstrap
Log Message:
-----------
Provide hostname to pre-scripts by setting up /etc/hostname
While at it fix coding style and quoting of execute_pre_scripts() function.
Fixes #54 @ github
Commit: f42f932bfcca306c1d53b49b2c51e2db08837ac4
https://github.com/grml/grml-debootstrap/commit/f42f932bfcca306c1d53b49b2c51e2db08837ac4
Author: Michael Prokop <mika at grml.org>
Date: 2015-06-04 (Thu, 04 Jun 2015)
Changed paths:
M grml-debootstrap
Log Message:
-----------
Ensure that grub-pc is installed in VMs even when using --nopackages
We're always setting up GRUB as bootloader when installing a VM.
If the --nopackages options is present the grub-pc package is
missing inside the VM. Therefore ensure that the grub-pc is still
present.
Fixes #40 @ github
Compare: https://github.com/grml/grml-debootstrap/compare/dd7fd0af3d47...f42f932bfcca
More information about the Git-commits
mailing list