[Git-commits] [grml/grml-debootstrap] bd598a: Fix some minor issues identified by shellcheck
Michael Prokop
mika at grml.org
Mon Oct 13 21:22:11 CEST 2014
Branch: refs/heads/master
Home: https://github.com/grml/grml-debootstrap
Commit: bd598a0a83a368fd4692afa3b1967f0ccff8b2d8
https://github.com/grml/grml-debootstrap/commit/bd598a0a83a368fd4692afa3b1967f0ccff8b2d8
Author: Michael Prokop <mika at grml.org>
Date: 2014-10-13 (Mon, 13 Oct 2014)
Changed paths:
M chroot-script
Log Message:
-----------
Fix some minor issues identified by shellcheck
Fixes #23 @ github
Commit: ba9ff1fa9d44a2b64bfc885c7bd9117d9874ce56
https://github.com/grml/grml-debootstrap/commit/ba9ff1fa9d44a2b64bfc885c7bd9117d9874ce56
Author: Patrick Schleizer <adrelanos at riseup.net>
Date: 2014-10-13 (Mon, 13 Oct 2014)
Changed paths:
M config
M grml-debootstrap
Log Message:
-----------
Use UUIDs in /boot/grub/grub.cfg for VM builds rather than hardcoding /dev/sda
This allows booting the image in KVM as either sda or vda without
requiring any manual changes in /boot/grub/grub.cfg. Use
FIXED_DISK_IDENTIFIERS="yes" for VM builds by default.
Patch rebased by Michael Prokop <mika at grml.org>
Fixes #29 @ github
Commit: 37d7df712fa56a3736db838e7eb1399c2e3b3b60
https://github.com/grml/grml-debootstrap/commit/37d7df712fa56a3736db838e7eb1399c2e3b3b60
Author: Michael Prokop <mika at grml.org>
Date: 2014-10-13 (Mon, 13 Oct 2014)
Changed paths:
M config
Log Message:
-----------
config: use uuidgen tool for DISK_IDENTIFIER usage example
Fixes #29 @ github
Commit: ca32c510360b4d89bb4898bdb68edcc01d1c1479
https://github.com/grml/grml-debootstrap/commit/ca32c510360b4d89bb4898bdb68edcc01d1c1479
Author: Michael Prokop <mika at grml.org>
Date: 2014-10-13 (Mon, 13 Oct 2014)
Changed paths:
M grml-debootstrap
Log Message:
-----------
Fix some further issues identified by shellcheck
Fixes #23 @ github
Commit: a2b19f17d05810eb20667ced83135a0a4a049940
https://github.com/grml/grml-debootstrap/commit/a2b19f17d05810eb20667ced83135a0a4a049940
Author: Michael Prokop <mika at grml.org>
Date: 2014-10-13 (Mon, 13 Oct 2014)
Changed paths:
M config
M grml-debootstrap
Log Message:
-----------
Do not use fixed disk identifiers by default
This is calling for problems when dealing with multiple
disks/installations at the same time that have been installed via
grml-debootstrap.
Fixes #29 @ github
Commit: af35272c39448d7b94d46a79735d379c688a4174
https://github.com/grml/grml-debootstrap/commit/af35272c39448d7b94d46a79735d379c688a4174
Author: Michael Prokop <mika at grml.org>
Date: 2014-10-13 (Mon, 13 Oct 2014)
Changed paths:
M grml-debootstrap
Log Message:
-----------
Always use UUIDs for GRUB booting in VMs instead of hardcoding values
Only necessary for wheezy and older Debian releases, since jessie
it's working fine ootb.
Commit: a227187fc1f00fc76ae1e8d6c38101ce8e5d851c
https://github.com/grml/grml-debootstrap/commit/a227187fc1f00fc76ae1e8d6c38101ce8e5d851c
Author: Michael Prokop <mika at grml.org>
Date: 2014-10-13 (Mon, 13 Oct 2014)
Changed paths:
M grml-debootstrap.8.txt
Log Message:
-----------
docs: fix wrong usage example description
Thanks: Florian Klien for the bug report
Commit: 092274d8d241e9ed0b5f468decd541a1eb9f17b3
https://github.com/grml/grml-debootstrap/commit/092274d8d241e9ed0b5f468decd541a1eb9f17b3
Author: Michael Prokop <mika at grml.org>
Date: 2014-10-13 (Mon, 13 Oct 2014)
Changed paths:
M grml-debootstrap
Log Message:
-----------
Execute kpartx in sync mode to avoid race conditions
Otherwise the according loop device might not be present yet
when we're trying to access it (via mkfs).
Commit: 86b25a474371b75811ddd4a624af672c411772c2
https://github.com/grml/grml-debootstrap/commit/86b25a474371b75811ddd4a624af672c411772c2
Author: Michael Prokop <mika at grml.org>
Date: 2014-10-13 (Mon, 13 Oct 2014)
Changed paths:
M grml-debootstrap
Log Message:
-----------
Support GRUB as present in Debian/jessie in VM builds
Fixes #30 @ github
Commit: e0b0b8bc2d0f5260639f598bf79677248de2339c
https://github.com/grml/grml-debootstrap/commit/e0b0b8bc2d0f5260639f598bf79677248de2339c
Author: Michael Prokop <mika at grml.org>
Date: 2014-10-13 (Mon, 13 Oct 2014)
Changed paths:
M Makefile
Log Message:
-----------
docs: set man.base.url.for.relative.links option when generating man-page
This avoids the strange:
| 1. [set $man.base.url.for.relative.links]/images/screenshot.png
message in the generated man-page.
Commit: 5adf8f682756357f82f26b7400b1c140f1924bcf
https://github.com/grml/grml-debootstrap/commit/5adf8f682756357f82f26b7400b1c140f1924bcf
Author: Michael Prokop <mika at grml.org>
Date: 2014-10-13 (Mon, 13 Oct 2014)
Changed paths:
M chroot-script
Log Message:
-----------
Fix linux-image package check for Debian/jessie 32bit
The linux-image-686 package no longer exists in jessie,
instead we have to use linux-image-686-pae nowadays.
Thanks: Patrick Schleizer <adrelanos at riseup.net> for the bug report
Fixes #32 @ github
Commit: 6dde1bdbf1ffab952beded7a4900b1264429ac47
https://github.com/grml/grml-debootstrap/commit/6dde1bdbf1ffab952beded7a4900b1264429ac47
Author: Michael Prokop <mika at grml.org>
Date: 2014-10-13 (Mon, 13 Oct 2014)
Changed paths:
M grml-debootstrap
Log Message:
-----------
Fix check for available /dev/md* devices
/dev/md* might also expand devices like /dev/md/0:
| # ls -la /dev/md*
| brw-rw---- 1 root disk 9, 0 Oct 13 19:01 /dev/md0
|
| /dev/md:
| total 0
| drwxr-xr-x 2 root root 60 Oct 13 19:01 ./
| drwxr-xr-x 15 root root 3860 Oct 13 19:02 ../
| lrwxrwxrwx 1 root root 6 Oct 13 19:01 0 -> ../md0
We're interested only in /dev/md[0-9]* devices though.
Commit: bd98e2e4691af659b7dea1ff4c9a11630e31c6fc
https://github.com/grml/grml-debootstrap/commit/bd98e2e4691af659b7dea1ff4c9a11630e31c6fc
Author: Michael Prokop <mika at grml.org>
Date: 2014-10-13 (Mon, 13 Oct 2014)
Changed paths:
M debian/changelog
Log Message:
-----------
Release new version 0.67
Compare: https://github.com/grml/grml-debootstrap/compare/86c53253ecc5...bd98e2e4691a
More information about the Git-commits
mailing list