- Sep 11, 2013
-
-
Markus Rekkenbeil authored
Signed-off-by:Markus Rekkenbeil <bionix@grml.org>
-
Markus Rekkenbeil authored
To support squeeze and newer releases Signed-off-by:Markus Rekkenbeil <bionix@grml.org>
-
- May 08, 2013
-
-
Michael Prokop authored
-
Christian Hofstaedtler authored
-
Christian Hofstaedtler authored
-
- Mar 08, 2013
-
-
Michael Prokop authored
-
Evgeni Golov authored
also warn if no kernel could be found
-
- Feb 08, 2013
-
-
Markus Rekkenbeil authored
This feature as a parameter allows the usage of the official Debian backports repository (http://backports.debian.org), but only if the release version provides by the backports repository. Github pull request: https://github.com/grml/grml-debootstrap/pull/7 Signed-off-by:
Markus Rekkenbeil <bionix@grml.org>
-
- Feb 04, 2013
-
-
Michael Prokop authored
-
Michael Prokop authored
As stated at http://http.debian.net/ - the advantages of http.debian.net over cdn.debian.net are for example: * Mirrors whose copy is not in /debian (e.g. /pub/debian) * Immediate effect on database changes (no DNS propagation lag) * Lower chance of inconsistency * Faster downloads (when APT is used, via parallel downloads) Acked-by:
Alexander Wirt <formorer@grml.org> Acked-by:
Evgeni Golov <evgeni@grml.org>
-
Evgeni Golov authored
When running grml-debootrap over ssh like ssh root@grml grml-debootstrap ... the password promt for the root user would fail, as you cannot stty without a tty. The user should actually have called ssh -t root@grml grml-debootstrap ... which would have allocated a TTY and all would have worked. Display a warning to the user and fall back to displaying the entered password when he continues to use grml-debootstrap w/o a TTY. Closes: issue1200
-
- Jan 01, 2013
-
-
Michael Prokop authored
-
Michael Prokop authored
-
- Dec 17, 2012
-
-
Michael Prokop authored
Thanks: Evgeni Golov <evgeni@grml.org> for review and improving
-
Michael Prokop authored
It could be supported by any live system, but currently only Grml provides it, so clarify that. Thanks: Evgeni Golov <evgeni@grml.org> for review + improving
-
Michael Prokop authored
-
Michael Prokop authored
-
Michael Prokop authored
This will be confusing once Debian/wheezy is the current stable version of Debian, so let's avoid making it more confusing than necessary. :)
-
Evgeni Golov authored
it was broken since commit cbf40a49
-
- Aug 15, 2012
-
-
Evgeni Golov authored
it was broken since commit cbf40a49
-
Evgeni Golov authored
Debian ISOs do not include the (non-free) firmware-linux meta-package. As this meta-package just pulls in firmware-linux-free and firmware-linux-nonfree, let's install firmware-linux-free by hand, so it will be installed even when firmware-linux is not available.
-
Evgeni Golov authored
Dynamically determine the correct kernel package name by checking if the package exists. This allows bootstrapping from a Debian ISO which, depending on the release, only contains the linux-image-2.6-$ARCH or the linux-image-$ARCH meta-package. Thanks to Ulrich Dangel for the initial patch and the great discussion! Closes: issue1206
-
Evgeni Golov authored
-
file://Evgeni Golov authored
When bootrapping from an ISO or a local mirror, these are bind-mounted into the chroot. After the bootstraping process, there is nothing that would bind-mount them again, leaving useless entries in the chroot's sources.list.
-
- Aug 02, 2012
-
-
Evgeni Golov authored
pass --no-check-gpg to debootstrap pass --allow-untrusted to aptitude
-
Evgeni Golov authored
previously the ISO codepath was never executed as MIRROR was always set and thus -n "$MIRROR" was never false do NOT unset MIRROR in the ISO case so that the resulting chroot has a proper mirror configured
-
Evgeni Golov authored
-
- Jun 20, 2012
-
-
Michael Prokop authored
-
- Jun 13, 2012
-
-
Michael Prokop authored
Without this package base ACPI events such as the power button aren't handled, which is annoying for virtual machines handled by management tools.
-
- Jun 11, 2012
-
-
Michael Prokop authored
-
- Jun 08, 2012
-
-
Michael Prokop authored
As noted in http://gsocdebian.wordpress.com/2012/06/06/dm_mod/
-
- May 15, 2012
-
-
Darshaka Pathirana authored
+ also fixed minor typo + synced dialog and text output order (release, hostname, mirror)
-
Darshaka Pathirana authored
-
Michael Prokop authored
-
Michael Prokop authored
-
Michael Prokop authored
-
Michael Prokop authored
This makes debugging failing bootstrapping easier...
-
- May 14, 2012
-
-
Michael Prokop authored
Restumbled upon it again during a discussion with Carsten Hey <carsten@debian.org> regarding #670106
-
Michael Prokop authored
-
Michael Prokop authored
When deploying Debian/squeeze from Debian/wheezy it fails with: | Release signed by unknown key (key id AED4B06F473041FA) and as Ubuntu provides grml-debootstrap in universe but its /etc/apt/trusted.gpg doesn't include Debian's repos keys it also fails there. As soon as /usr/share/keyrings/debian-archive-keyring.gpg is available we don't have to take care of it, so just drop the additional code and deprecate the --insecure cmdline option and SECURE config file option and instead depend on the debian-archive-keyring package.
-