- Mar 10, 2015
-
-
Michael Prokop authored
-
Michael Prokop authored
Closes: #780204 (cherry picked from commit dae518d3)
-
Sebastian Pipping authored
(cherry picked from commit 92b1de2d)
-
Sebastian Pipping authored
Simplified, this fixes CVE-2015-1378 for everyone but grml-debootstrap developers. (cherry picked from commit 7b070133)
-
Michael Prokop authored
The init script uses start-stop-daemon with the pidfile /var/run/sshd.pid. We can't just stop the service from outside the chroot because this terminates the process of the host system instead of the process *inside* the chroot. Thanks: Sebastian Pipping for debugging and bug report Fixes #63 (GH-37, PR 71) (cherry picked from commit f992b13b)
-
- Dec 12, 2014
-
-
Michael Prokop authored
-
Michael Prokop authored
blkid used to return with an exit code of 2 if 'blkid -s TYPE -o value' was executed on an unformated device. Nowadays blkid returns with exit code 0 even if there's no file system on the according device. Related to #772846 in Debian. Closes: #772849
-
- Oct 14, 2014
-
-
Michael Prokop authored
-
Michael Prokop authored
/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.
-
Michael Prokop authored
The linux-image-686 package no longer exists in jessie, instead we have to use linux-image-686-pae nowadays. Thanks: Patrick Schleizer <adrelanos@riseup.net> for the bug report Fixes #32 @ github
-
Michael Prokop authored
This avoids the strange: | 1. [set $man.base.url.for.relative.links]/images/screenshot.png message in the generated man-page.
-
Michael Prokop authored
Fixes #30 @ github
-
Michael Prokop authored
Otherwise the according loop device might not be present yet when we're trying to access it (via mkfs).
-
Michael Prokop authored
Thanks: Florian Klien for the bug report
-
Michael Prokop authored
Only necessary for wheezy and older Debian releases, since jessie it's working fine ootb.
-
Michael Prokop authored
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
-
Michael Prokop authored
Fixes #23 @ github
-
Michael Prokop authored
Fixes #29 @ github
-
Patrick Schleizer authored
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@grml.org> Fixes #29 @ github
-
Michael Prokop authored
Fixes #23 @ github
-
- Oct 13, 2014
-
-
Michael Prokop authored
When using fixed disk identifiers for Virtual Machine builds (using FIXED_DISK_IDENTIFIERS='yes'). Thanks: Patrick Schleizer <adrelanos@riseup.net> for the initial patch Fixes: #28
-
Michael Prokop authored
We don't usually test with cdebootstrap, so there's no point in listing this any longer. While at it switch to the new asciidoc table format.
-
Michael Prokop authored
-
Michael Prokop authored
-
Michael Prokop authored
The dhcp3-client package no longer exists in Debian/jessie.
-
Michael Prokop authored
-
Michael Prokop authored
-
Michael Prokop authored
-
- Oct 02, 2014
-
-
Michael Prokop authored
-
Michael Prokop authored
-
- Aug 31, 2014
-
-
Markus Rekkenbeil authored
-
- Jul 30, 2014
-
-
Patrick Schleizer authored
Fixes #25
-
Michael Prokop authored
-
Michael Prokop authored
While at it drop the deprecated 'make online' target.
-
- Jul 03, 2014
-
-
Michael Prokop authored
-
-
- May 15, 2014
-
-
Michael Prokop authored
* work around "stdin: is not a tty" issue via /root/.profile * set up loopback entry in /etc/hosts to make sudo happy ("sudo: unable to resolve host") * store build information to /etc/grml_debootstrap.info
-
- May 08, 2014
-
-
Michael Prokop authored
-
- Apr 27, 2014
-
-
Christian Hofstaedtler authored
--vmfile insists on creating an image using qemu-img, whereas --vm requires an existing container (for example an LVM LV).
-
- Apr 20, 2014
-
-
Michael Prokop authored
-