- May 08, 2014
-
-
Michael Prokop authored
-
- Apr 20, 2014
-
-
Michael Prokop authored
-
Michael Prokop authored
This should complete all combinations that make sense WRT default /etc/network/interfaces handling
-
Michael Prokop authored
Network interfaces in VM should listen to DHCP by default, and if /etc/network/interfaces doesn't exist at all (so takeover from host to guest isn't possible either) create a sane default as well. Thanks: Christian Hofstaedtler <christian@hofstaedtler.name> for suggestion + review Thanks: Ulrich Dangel <mru@spamt.net> for review Fixes #20
-
- Apr 19, 2014
-
-
Michael Prokop authored
-
Michael Prokop authored
-
Michael Prokop authored
-
Michael Prokop authored
As needed in a $customer environment (not to be named [yet]).
-
Michael Prokop authored
-
Michael Prokop authored
-
Michael Prokop authored
Thanks: Michael Renner <michael.renner@amd.co.at> for feature request and sponsoring my development time
-
- Apr 15, 2014
-
-
Michael Prokop authored
Thanks: Michael Renner <michael.renner@amd.co.at> for initial bug report and sponsoring my development time
-
Michael Prokop authored
This effectively executes grml-debootstrap under 'set -x' (including the chroot script), so it's easy to generate an execution log via e.g.: grml-debootstrap ... --debug --force 2>&1 | tee -a grml-deboootstrap.log and providing it to grml-debootstrap developers for further investigation.
-
Michael Prokop authored
It should be safe to default to ext4 nowadays with Debian/wheezy being the stable Debian release.
-
- Apr 14, 2014
-
-
Christian Hofstaedtler authored
mount.smbfs is apparently gone, and mount.cifs doesn't understand "defaults" any more.
-
- Apr 09, 2014
-
-
Michael Prokop authored
-
Michael Prokop authored
Noticed via recent libssl1.0.0 upgrade that the DEBIAN_FRONTEND usage is missing in the $APTUPGRADE command line.
-
- Mar 21, 2014
-
-
Michael Prokop authored
-
Michael Prokop authored
-
- Mar 20, 2014
-
-
Michael Prokop authored
-
Michael Prokop authored
-
- Mar 08, 2014
-
-
Michael Prokop authored
-
Patrick Schleizer authored
Credit goes got Thorsten Staerk for his help on stackexchange. (https://unix.stackexchange.com/questions/111414/how-to-change-the-disk-signature-of-a-raw-image)
-
- Feb 24, 2014
-
-
- Feb 21, 2014
-
-
Patrick Schleizer authored
-
- Feb 19, 2014
-
-
Patrick Schleizer authored
-
- Feb 18, 2014
-
-
Patrick Schleizer authored
-
- Jan 28, 2014
-
-
Patrick Schleizer authored
added $DPKG_OPTIONS to all instances of apt-get and aptitude (attempt 2) https://github.com/grml/grml-debootstrap/issues/8
-
- Nov 12, 2013
-
-
Michael Prokop authored
-
Michael Prokop authored
Set absolute path to /usr/sbin/update-locale to make sure the binary can be accessed no matter what's inside $PATH and if it's not present inform user about it, but do not fail because the locales-all package might be installed and it doesn't provide the /usr/sbin/update-locale binary.
-
Michael Prokop authored
-
Michael Prokop authored
-
Michael Prokop authored
-
- Nov 08, 2013
-
-
Michael Prokop authored
Since the "qemu-img create" always uses "raw" format, clarify that.
-
- Nov 07, 2013
-
-
Michael Prokop authored
While at it adjust order of CHROOT_SCRIPTS, PRE_SCRIPTS and CHROOT_SCRIPTS to better fit the actual execution order. Thanks: Jimmy Gredler for the hint
-
- Nov 05, 2013
-
-
Michael Prokop authored
-
Michael Prokop authored
It's just too annoying to install a system which depends on vlan configuration and not being able to access the network then.
-
- Oct 21, 2013
-
-
Michael Prokop authored
Inspired by https://github.com/grml/grml-debootstrap/pull/10, thanks adrelanos
-
- Oct 15, 2013
-
-
Michael Prokop authored
Installing boot loader just on the first disk seems to cause problems recently, looks like at least Debian/wheezy's grub properly supports installation on /dev/md# devices, so let's try that route instead...
-
Michael Prokop authored
Defaults to en_US.UTF-8
-