grml-debootstrap.git
10 years agogrml-debootstrap own version detection code simplification
Patrick Schleizer [Mon, 17 Feb 2014 22:52:43 +0000 (22:52 +0000)]
grml-debootstrap own version detection code simplification

10 years agoadded $DPKG_OPTIONS to all instances of apt-get and aptitude (attempt 2) https:/...
Patrick Schleizer [Tue, 28 Jan 2014 00:49:01 +0000 (00:49 +0000)]
added $DPKG_OPTIONS to all instances of apt-get and aptitude (attempt 2) https://github.com/grml/grml-debootstrap/issues/8

10 years agoRelease new version 0.59 v0.59
Michael Prokop [Tue, 12 Nov 2013 13:07:17 +0000 (14:07 +0100)]
Release new version 0.59

10 years agoImprove error handling for update-locale
Michael Prokop [Tue, 12 Nov 2013 12:39:15 +0000 (13:39 +0100)]
Improve error handling for update-locale

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.

10 years agoDrop URL to release notes from script header
Michael Prokop [Tue, 12 Nov 2013 12:31:09 +0000 (13:31 +0100)]
Drop URL to release notes from script header

10 years agoFix usage of configuration variables
Michael Prokop [Tue, 12 Nov 2013 12:29:55 +0000 (13:29 +0100)]
Fix usage of configuration variables

10 years agoRelease new version 0.58 v0.58
Michael Prokop [Tue, 12 Nov 2013 12:16:10 +0000 (13:16 +0100)]
Release new version 0.58

10 years agoMention that "raw format" is used for vmfile option
Michael Prokop [Fri, 8 Nov 2013 08:49:05 +0000 (09:49 +0100)]
Mention that "raw format" is used for vmfile option

Since the "qemu-img create" always uses "raw" format, clarify that.

10 years agoFix description of SCRIPTS variable in config file
Michael Prokop [Thu, 7 Nov 2013 13:51:05 +0000 (14:51 +0100)]
Fix description of SCRIPTS variable in config file

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

10 years agoAdd bridge-utils to default package list
Michael Prokop [Tue, 5 Nov 2013 09:00:22 +0000 (10:00 +0100)]
Add bridge-utils to default package list

10 years agoAdd vlan package to default package list
Michael Prokop [Mon, 4 Nov 2013 17:34:46 +0000 (18:34 +0100)]
Add vlan package to default package list

It's just too annoying to install a system which depends on
vlan configuration and not being able to access the network then.

10 years agoSupport overriding configuration via environment variables
Michael Prokop [Mon, 21 Oct 2013 07:23:18 +0000 (09:23 +0200)]
Support overriding configuration via environment variables

Inspired by https://github.com/grml/grml-debootstrap/pull/10,
thanks adrelanos

10 years agoInstall grub to main md device when installing on SW-RAID/mdadm
Michael Prokop [Tue, 15 Oct 2013 15:06:49 +0000 (17:06 +0200)]
Install grub to main md device when installing on SW-RAID/mdadm

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...

10 years agoSupport $DEFAULT_LOCALES to enable specified locales as default
Michael Prokop [Tue, 15 Oct 2013 08:51:52 +0000 (10:51 +0200)]
Support $DEFAULT_LOCALES to enable specified locales as default

Defaults to en_US.UTF-8

10 years agoRelease new version 0.57 v0.57
Michael Prokop [Wed, 8 May 2013 14:22:23 +0000 (16:22 +0200)]
Release new version 0.57

10 years agoBump Standards-Version to 3.9.4 (no changes needed)
Christian Hofstaedtler [Wed, 8 May 2013 13:28:09 +0000 (15:28 +0200)]
Bump Standards-Version to 3.9.4 (no changes needed)

10 years agoRemove obsolete DM-Upload-Allowed flag
Christian Hofstaedtler [Wed, 8 May 2013 13:24:55 +0000 (15:24 +0200)]
Remove obsolete DM-Upload-Allowed flag

11 years agoRelease new version 0.56 v0.56
Michael Prokop [Fri, 8 Mar 2013 14:31:25 +0000 (15:31 +0100)]
Release new version 0.56

11 years agofix kernel image search on i386
Evgeni Golov [Fri, 8 Mar 2013 12:36:50 +0000 (13:36 +0100)]
fix kernel image search on i386

also warn if no kernel could be found

11 years agoAdd new feature "backportrepos" (trigger: --backportrepos )
Markus Rekkenbeil [Mon, 4 Feb 2013 16:39:00 +0000 (17:39 +0100)]
Add new feature "backportrepos" (trigger: --backportrepos )

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>
11 years agoRelease new version 0.55 v0.55
Michael Prokop [Mon, 4 Feb 2013 15:01:08 +0000 (16:01 +0100)]
Release new version 0.55

11 years agoUse http.debian.net as default mirror
Michael Prokop [Mon, 4 Feb 2013 14:56:34 +0000 (15:56 +0100)]
Use http.debian.net as default mirror

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>
11 years agodon't fail to ask for a password if there is no TTY
Evgeni Golov [Thu, 16 Aug 2012 21:45:14 +0000 (23:45 +0200)]
don't fail to ask for a password if there is no TTY

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

11 years agoMerge branch 'mika/wheezy_release'
Michael Prokop [Mon, 31 Dec 2012 22:53:38 +0000 (23:53 +0100)]
Merge branch 'mika/wheezy_release'

11 years agoRelease new version 0.54 v0.54
Michael Prokop [Mon, 17 Dec 2012 10:45:32 +0000 (11:45 +0100)]
Release new version 0.54

11 years agodocs: mention VM image and dialog based frontend support
Michael Prokop [Thu, 16 Aug 2012 11:02:30 +0000 (13:02 +0200)]
docs: mention VM image and dialog based frontend support

Thanks: Evgeni Golov <evgeni@grml.org> for review and improving

11 years agodocs: clarify AUTOINSTALL is currently supported on Grml live systems only
Michael Prokop [Thu, 16 Aug 2012 11:02:47 +0000 (13:02 +0200)]
docs: clarify AUTOINSTALL is currently supported on Grml live systems only

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

11 years agodocs: fix outdated default mirror reference
Michael Prokop [Thu, 16 Aug 2012 11:03:34 +0000 (13:03 +0200)]
docs: fix outdated default mirror reference

11 years agoSet wheezy as the new default release [Closes: #688234]
Michael Prokop [Mon, 17 Dec 2012 09:58:59 +0000 (10:58 +0100)]
Set wheezy as the new default release [Closes: #688234]

11 years agoDo not hardcode squeeze as Debian/stable
Michael Prokop [Thu, 16 Aug 2012 10:53:28 +0000 (12:53 +0200)]
Do not hardcode squeeze as Debian/stable

This will be confusing once Debian/wheezy is the current stable version
of Debian, so let's avoid making it more confusing than necessary. :)

11 years agoadd BOOT_APPEND to GRUB_CMDLINE_LINUX_DEFAULT
Evgeni Golov [Thu, 9 Aug 2012 14:54:30 +0000 (16:54 +0200)]
add BOOT_APPEND to GRUB_CMDLINE_LINUX_DEFAULT

it was broken since commit cbf40a49324ae7feb468e528a7845465304faaff

11 years agoadd BOOT_APPEND to GRUB_CMDLINE_LINUX_DEFAULT
Evgeni Golov [Thu, 9 Aug 2012 14:54:30 +0000 (16:54 +0200)]
add BOOT_APPEND to GRUB_CMDLINE_LINUX_DEFAULT

it was broken since commit cbf40a49324ae7feb468e528a7845465304faaff

11 years agoAdd firmware-linux-free to the packages to be installed
Evgeni Golov [Wed, 8 Aug 2012 06:30:00 +0000 (08:30 +0200)]
Add firmware-linux-free to the packages to be installed

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.

11 years agoDynamically determine the correct kernel package name
Evgeni Golov [Wed, 8 Aug 2012 06:25:22 +0000 (08:25 +0200)]
Dynamically determine the correct kernel package name

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

11 years agoadd a fallback mirror to be added in case when a local mirror is removed
Evgeni Golov [Fri, 3 Aug 2012 11:16:03 +0000 (13:16 +0200)]
add a fallback mirror to be added in case when a local mirror is removed

11 years agoremove local (file://) mirrors from sources.list
Evgeni Golov [Fri, 3 Aug 2012 08:17:25 +0000 (10:17 +0200)]
remove local (file://) mirrors from sources.list

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.

11 years agoDebian ISOs do not contain signed Release files
Evgeni Golov [Wed, 1 Aug 2012 17:20:28 +0000 (19:20 +0200)]
Debian ISOs do not contain signed Release files

pass --no-check-gpg to debootstrap
pass --allow-untrusted to aptitude

11 years agodebootstrap from an ISO when ISO is set as MIRROR is always set
Evgeni Golov [Wed, 1 Aug 2012 16:54:59 +0000 (18:54 +0200)]
debootstrap from an ISO when ISO is set as MIRROR is always set

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

11 years agoset ISO to file:$ISO, not to file:$1 which is just wrong
Evgeni Golov [Wed, 1 Aug 2012 16:53:41 +0000 (18:53 +0200)]
set ISO to file:$ISO, not to file:$1 which is just wrong

11 years agoRelease new version 0.53 v0.53
Michael Prokop [Tue, 19 Jun 2012 21:05:00 +0000 (23:05 +0200)]
Release new version 0.53

11 years agoAdd acpi-support-base to default package selection
Michael Prokop [Wed, 13 Jun 2012 15:36:31 +0000 (17:36 +0200)]
Add acpi-support-base to default package selection

Without this package base ACPI events such as the power button
aren't handled, which is annoying for virtual machines handled
by management tools.

11 years agoRelease new version 0.52 v0.52
Michael Prokop [Mon, 11 Jun 2012 15:35:08 +0000 (17:35 +0200)]
Release new version 0.52

11 years agodm-mod: also check for device-mapper support using /proc/misc
Michael Prokop [Thu, 7 Jun 2012 19:02:54 +0000 (21:02 +0200)]
dm-mod: also check for device-mapper support using /proc/misc

As noted in http://gsocdebian.wordpress.com/2012/06/06/dm_mod/

11 years agodisplay architecture in checkconfiguration summary
Darshaka Pathirana [Sat, 25 Feb 2012 02:25:49 +0000 (03:25 +0100)]
display architecture in checkconfiguration summary

+ also fixed minor typo
+ synced dialog and text output order (release, hostname, mirror)

11 years agodetect architecture before checkconfiguration
Darshaka Pathirana [Sat, 25 Feb 2012 02:24:56 +0000 (03:24 +0100)]
detect architecture before checkconfiguration

11 years agoRelease new version 0.51 v0.51
Michael Prokop [Mon, 14 May 2012 16:22:35 +0000 (18:22 +0200)]
Release new version 0.51

11 years agoAdjust source code comment for --nopassword option
Michael Prokop [Mon, 14 May 2012 16:21:10 +0000 (18:21 +0200)]
Adjust source code comment for --nopassword option

11 years agoDisplay grml-debootstrap version information in configuration-check dialog
Michael Prokop [Mon, 14 May 2012 16:14:34 +0000 (18:14 +0200)]
Display grml-debootstrap version information in configuration-check dialog

11 years agoDisplay debootstrap.log if bootstrapping failed and log file isn't empty
Michael Prokop [Mon, 14 May 2012 16:09:28 +0000 (18:09 +0200)]
Display debootstrap.log if bootstrapping failed and log file isn't empty

This makes debugging failing bootstrapping easier...

11 years agoRemove chroot-script after execution
Michael Prokop [Tue, 24 Apr 2012 20:07:24 +0000 (22:07 +0200)]
Remove chroot-script after execution

Restumbled upon it again during a discussion with Carsten Hey <carsten@debian.org>
regarding #670106

11 years agoRedirect eerror messages to stderr
Michael Prokop [Mon, 14 May 2012 14:36:28 +0000 (16:36 +0200)]
Redirect eerror messages to stderr

11 years agoDrop --insecure/SECURE option + instead depend on debian-archive-keyring
Michael Prokop [Thu, 26 Apr 2012 16:19:06 +0000 (18:19 +0200)]
Drop --insecure/SECURE option + instead depend on debian-archive-keyring

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.

11 years agoVM feature: improve sed command line to replace root=... kernel option
Michael Prokop [Sun, 13 May 2012 16:02:57 +0000 (18:02 +0200)]
VM feature: improve sed command line to replace root=... kernel option

Quoting bugreport:

| [...] I found an issue which renders
| every preconfigured BOOTPARAMS for vmfiles useless.
|
| Near the end of grml-debootstrap the grub config is changed to boot in
| virtual environments. Unfortunately the whole line is replaced to
| root=/dev/sda1 and each parameter that was previously set is gone by
| then.
|
| See attached a diff that just replaces the root device string.

Thanks: Conny Seidel <conny.seidel@amd.com> for bugreport + patch

11 years agoRelease new version 0.50 v0.50
Michael Prokop [Tue, 24 Apr 2012 00:04:36 +0000 (02:04 +0200)]
Release new version 0.50

11 years agoMake sure loop module is present [Closes: issue1155]
Michael Prokop [Tue, 10 Apr 2012 10:01:38 +0000 (12:01 +0200)]
Make sure loop module is present [Closes: issue1155]

Thanks: Christian Hofstaedtler for the bugreport

11 years agoRemove the sysfs noauto entry from the installed fstab
Gregor Thill [Sun, 22 Apr 2012 19:35:31 +0000 (21:35 +0200)]
Remove the sysfs noauto entry from the installed fstab

This entry causes udev not to be loaded on current Debian Wheezy.

Closes: #670074

11 years agodocs: mention http://archive.debian.org/debian/ for lenny release
Michael Prokop [Fri, 20 Apr 2012 10:03:21 +0000 (12:03 +0200)]
docs: mention archive.debian.org/debian/ for lenny release

12 years agoRelease new version 0.49 v0.49
Michael Prokop [Fri, 24 Feb 2012 13:44:46 +0000 (14:44 +0100)]
Release new version 0.49

12 years agoUpdate years of copyright
Michael Prokop [Fri, 24 Feb 2012 13:43:41 +0000 (14:43 +0100)]
Update years of copyright

12 years agoBump Standards-Version to 3.9.3
Michael Prokop [Fri, 24 Feb 2012 13:43:15 +0000 (14:43 +0100)]
Bump Standards-Version to 3.9.3

12 years agoRun unmount of chroot's /dev twice
Michael Prokop [Mon, 30 Jan 2012 12:33:52 +0000 (13:33 +0100)]
Run unmount of chroot's /dev twice

Closes: #657023
Thanks: Michael Hanke <mih@debian.org> for reporting and testing

12 years agoTry to load dm-mod kernel module if kpartx fails
Michael Prokop [Mon, 30 Jan 2012 10:29:40 +0000 (11:29 +0100)]
Try to load dm-mod kernel module if kpartx fails

dm-mod isn't loaded OOTB on plain Debian/squeeze installations,
don't annoy the user...

12 years agoVM installation: also check for parted executable
Michael Prokop [Mon, 30 Jan 2012 10:29:13 +0000 (11:29 +0100)]
VM installation: also check for parted executable

12 years agoCheck for dialog executeable only when using interactive mode
Michael Prokop [Mon, 30 Jan 2012 10:28:48 +0000 (11:28 +0100)]
Check for dialog executeable only when using interactive mode

12 years agoSlightly improve bailout and cleanup functions to better catch errors
Michael Prokop [Mon, 30 Jan 2012 10:28:21 +0000 (11:28 +0100)]
Slightly improve bailout and cleanup functions to better catch errors

12 years agoWording: since->because
Michael Prokop [Fri, 27 Jan 2012 12:44:18 +0000 (13:44 +0100)]
Wording: since->because

12 years agogrub_install: slightly change message if grub is not installed
Michael Prokop [Fri, 27 Jan 2012 12:35:58 +0000 (13:35 +0100)]
grub_install: slightly change message if grub is not installed

If using the VM install feature then grub is installed in
main grml-debootstrap script instead of the chroot script.
So don't confuse people too much with "not installing grub"
and later actually installing grub...

12 years agoRework cleanup process
Michael Prokop [Fri, 27 Jan 2012 12:15:49 +0000 (13:15 +0100)]
Rework cleanup process

12 years agoRun upgrade procedure by default (disable via UPGRADE_SYSTEM config)
Michael Prokop [Wed, 18 Jan 2012 17:26:52 +0000 (18:26 +0100)]
Run upgrade procedure by default (disable via UPGRADE_SYSTEM config)

12 years agoRelease new version 0.48 v0.48
Michael Prokop [Sat, 26 Nov 2011 17:14:06 +0000 (18:14 +0100)]
Release new version 0.48

12 years agoAdd dialog to Recommends
Christian Hofstaedtler [Mon, 14 Nov 2011 23:59:54 +0000 (00:59 +0100)]
Add dialog to Recommends

As the interactive frontend does not work without dialog, we should at
least recommend installing it.

12 years agomake sure grub-pc is installed when grub option is used
Michael Prokop [Thu, 13 Oct 2011 22:16:56 +0000 (00:16 +0200)]
make sure grub-pc is installed when grub option is used

12 years agomake sure chroot variables are quoted
Michael Prokop [Fri, 14 Oct 2011 00:05:40 +0000 (02:05 +0200)]
make sure chroot variables are quoted

Otherwise something like:

  TUNE2FS=tune2fs -c0 -i0

might result in /etc/debootstrap/variables in the chroot.

12 years agodrop enabled config variables from config file and use defaults
Michael Prokop [Thu, 13 Oct 2011 21:50:39 +0000 (23:50 +0200)]
drop enabled config variables from config file and use defaults

It was a bad design decision to provide default settings in
the configuration file. Let's clean this up.

Thanks: Christian Hofstaedtler <ch@grml.org> for review and improvements.

12 years agodisable filesystem check by default
Michael Prokop [Thu, 13 Oct 2011 20:49:11 +0000 (22:49 +0200)]
disable filesystem check by default

Shouldn't be necessary anymore (thanks for testing, Jimmy).
Since it's annoying and we noticed many users disable it
anyway let's try to not use it by default.

12 years agoupdate release table (drop etch, add wheezy)
Michael Prokop [Thu, 13 Oct 2011 20:44:37 +0000 (22:44 +0200)]
update release table (drop etch, add wheezy)

12 years agodocs: improve option formating, minor typo fixes
Michael Prokop [Thu, 13 Oct 2011 20:31:06 +0000 (22:31 +0200)]
docs: improve option formating, minor typo fixes

12 years agoclarify usage of --arch option
Michael Prokop [Thu, 13 Oct 2011 20:17:55 +0000 (22:17 +0200)]
clarify usage of --arch option

12 years agosupport --grmlrepos command line option
Michael Prokop [Thu, 13 Oct 2011 18:27:13 +0000 (20:27 +0200)]
support --grmlrepos command line option

12 years agovim modeline: set shiftwidth to a less insane value
Michael Prokop [Thu, 13 Oct 2011 17:04:27 +0000 (19:04 +0200)]
vim modeline: set shiftwidth to a less insane value

12 years agodo not run fsck when deploying virtual machine
Michael Prokop [Thu, 13 Oct 2011 16:33:31 +0000 (18:33 +0200)]
do not run fsck when deploying virtual machine

When running filesystem check on the loopback device
of the virtual machine we get something like:

| fsck.ext3: No such file or directory while trying to open /dev/mapper/loop1p1

since the loopback device has been removed already.
Since fsck shouldn't be necessary at all let's just
skip it when building VMs.

12 years agoSupport --nopassword option to not prompt for the root password
Michael Prokop [Thu, 13 Oct 2011 15:45:13 +0000 (17:45 +0200)]
Support --nopassword option to not prompt for the root password

12 years agochroot-script: clarify error message iff packages is not available + send it to stderr
Michael Prokop [Thu, 13 Oct 2011 15:15:05 +0000 (17:15 +0200)]
chroot-script: clarify error message iff packages is not available + send it to stderr

12 years agoclarify usage text of --packages option
Michael Prokop [Thu, 13 Oct 2011 15:14:39 +0000 (17:14 +0200)]
clarify usage text of --packages option

12 years agoFix debian/copyright to point to GPL-2 license
Christian Hofstaedtler [Sun, 28 Aug 2011 22:37:36 +0000 (00:37 +0200)]
Fix debian/copyright to point to GPL-2 license

This solves lintian P: copyright-refers-to-symlink-license.

12 years agoReworded package Description a tiny bit
Christian Hofstaedtler [Sun, 28 Aug 2011 22:33:57 +0000 (00:33 +0200)]
Reworded package Description a tiny bit

12 years agoSwitch to source format 3.0 (native)
Christian Hofstaedtler [Sun, 28 Aug 2011 22:31:58 +0000 (00:31 +0200)]
Switch to source format 3.0 (native)

This solves lintian I: missing-debian-source-format. As this is a native
package, this only has upsides.

12 years agoInstall bootgrub.mksh 0755
Christian Hofstaedtler [Sun, 28 Aug 2011 22:29:32 +0000 (00:29 +0200)]
Install bootgrub.mksh 0755

This solves lintian W: script-not-executable, and I don't see why
we shouldn't install bootgrub.mksh +x.

12 years agoReformat NEWS.Debian
Christian Hofstaedtler [Sun, 28 Aug 2011 22:27:45 +0000 (00:27 +0200)]
Reformat NEWS.Debian

This solves lintian I: debian-news-entry-uses-asterisk

12 years agochroot-script: be more verbose about steps executed in chrootmirror().
Michael Prokop [Wed, 10 Aug 2011 13:05:52 +0000 (15:05 +0200)]
chroot-script: be more verbose about steps executed in chrootmirror().

12 years agochroot-script: de-duplicate code WRT security mirror.
Michael Prokop [Wed, 10 Aug 2011 13:01:13 +0000 (15:01 +0200)]
chroot-script: de-duplicate code WRT security mirror.

12 years agoReleasing new version 0.47. v0.47
Michael Prokop [Thu, 28 Jul 2011 16:05:23 +0000 (18:05 +0200)]
Releasing new version 0.47.

12 years agobailout on dialog cancellation
Christian Hofstaedtler [Tue, 26 Jul 2011 19:02:35 +0000 (21:02 +0200)]
bailout on dialog cancellation

12 years agofix ported eend function return value
Christian Hofstaedtler [Tue, 26 Jul 2011 19:19:49 +0000 (21:19 +0200)]
fix ported eend function return value

12 years agoDepend on gawk, as we're using that
Christian Hofstaedtler [Tue, 26 Jul 2011 18:52:44 +0000 (20:52 +0200)]
Depend on gawk, as we're using that

12 years agoUpdate package description
Christian Hofstaedtler [Tue, 26 Jul 2011 11:26:17 +0000 (13:26 +0200)]
Update package description

12 years agoFix lintian warning debian-rules-missing-recommended-target
Christian Hofstaedtler [Tue, 26 Jul 2011 10:04:34 +0000 (12:04 +0200)]
Fix lintian warning debian-rules-missing-recommended-target

12 years agoPrepare control file for targetting Debian
Christian Hofstaedtler [Tue, 26 Jul 2011 09:55:33 +0000 (11:55 +0200)]
Prepare control file for targetting Debian

12 years agoUpdate copyright file based on git log
Christian Hofstaedtler [Tue, 26 Jul 2011 09:55:23 +0000 (11:55 +0200)]
Update copyright file based on git log

12 years agoFix vim syntax folding issue with missing }}}.
Michael Prokop [Tue, 26 Jul 2011 11:54:14 +0000 (13:54 +0200)]
Fix vim syntax folding issue with missing }}}.