Change log for grml-debootstrap package in Ubuntu

153 of 53 results
Published in oracular-release
Published in noble-release
Deleted in noble-proposed (Reason: Moved to noble)
grml-debootstrap (0.108) unstable; urgency=medium

  [ Darshaka Pathirana ]
  * [811c294] Move try_umount above cleanup()

 -- Michael Prokop <email address hidden>  Sat, 24 Feb 2024 10:55:23 +0100

Available diffs

Superseded in noble-release
Deleted in noble-proposed (Reason: Moved to noble)
grml-debootstrap (0.107) unstable; urgency=medium

  [ Antoine Beaupré ]
  * [cfa1651] fix debootstrap error handler

 -- Michael Prokop <email address hidden>  Fri, 02 Feb 2024 12:31:41 +0100

Available diffs

Superseded in noble-release
Deleted in noble-proposed (Reason: Moved to noble)
grml-debootstrap (0.106) unstable; urgency=medium

  [ Patrick Schleizer ]
  - [1a229d0..cc891df] Improve error handling (PR #255)
  * [81d7587] consistently use ESP label for the EFI system partition
  * [9706bd9] improved error handling, removed RC=$? noops
  * [48f3096] remove noops "eend $RC"
  * [cbd20a0] consistently use same code path for umounting

  [ Michael Prokop ]
  * [19dc059] coding style: use '[' instead of 'test'
  * [325a888] Install busybox On Debian/stretch as it's required for
    initramfs. Thanks to Patrick Schleizer <email address hidden> for
    spotting and reporting

  [ Chris Hofstaedtler ]
  * [090612a] ci: enable test-build on pushes to branches and periodic

 -- Michael Prokop <email address hidden>  Sat, 23 Dec 2023 20:00:42 +0100

Available diffs

Superseded in noble-release
Deleted in noble-proposed (Reason: Moved to noble)
grml-debootstrap (0.105) unstable; urgency=medium

  The "farewell lenny, squeeze + wheezy; hello arm64" release

  [ Michael Prokop ]
  * [4405248] packer: update to Grml 2022.11 ISO
  * [2708f44] Don't install busybox any longer by default.
    Thanks to Patrick Schleizer + Chris Hofstaedtler

  [ Daniel Winzen ]
  * [f4d3906] Add EFI support for VMs
  * [39685c7] Add support for legacy BIOS boot to efi VM images

  [ Patrick Schleizer ]
  * [ef3019b] add mmdebstrap as alternative to (c)debootstrap
  * [c1d92f2] remove unnecessary unicode from config
  * [438ca09] remove unnecessary unicode from chroot-script
  * [e8494a4] disable prompt/wait by tune2fs
  * [1e27d8e] improve error handling
  * [256bdb7] debian: add dosfstools to Depends for EFI use case
  * [dcccf11] code simplification: drop NOP usage of eend 0
  * [b9035f6] Avoid intermediary installation of initramfs-tools when
    using INITRD_GENERATOR=dracut.

  [ GavinPacini ]
  * [670035b] Initial arm64 support

  [ Chris Hofstaedtler ]
  * [7f5e351] grml-debootstrap: support BOOT_APPEND in --vm mode
  * [e53df19] GitHub Actions: build and test grml-debootstrap in PRs
  * [46d50de] README: replace build status badge
  * [dc0052a] kernel selection: drop pre-jessie code
  * [f01e4a2] kernel selection: drop 2.6 specific kernel image support
  * [94b63ad] grub_install: remove pre-jessie code
  * [3bcafe4] grub_install: use same method for checking grub-install and
    update-grub
  * [0a759e7] d/control: record (actual) minimum debootstrap version
  * [ce80d13] chrootmirror: remove pre-jessie code
  * [0cf7d8e] swraid: remove code for lenny
  * [ac6c869] packer: remove pre-jessie code
  * [ed7ad07] Drop support for installing releases before jessie
  * [1f6141f] Stop using sed when creating CHROOT_VARIABLES
  * [045542c] Skip EFI support check if --vm is given
  * [511ca11] shellcheck: fix some warnings
  * [dbfbaac] GitHub Actions: add shellcheck to PR workflow
  * [bd7e57f] shellcheck: ignore SC2001,SC2181
  * [8671b4a] Remove manual setup of /dev contents
  * [64f1f16] Remove shadowconfig call
  * [2f15cb7] Remove empty shell-based test suite
  * [84a613c] ci: disable progress output from apt-get
  * [ebcba7a] ci: fix shellcheck for test scripts

 -- Michael Prokop <email address hidden>  Thu, 07 Dec 2023 18:15:09 +0100

Available diffs

Superseded in noble-release
Deleted in noble-proposed (Reason: Moved to noble)
grml-debootstrap (0.104) unstable; urgency=medium

  [ Michael Prokop ]
  * [b379e24] GRUB: use persistent device names under /dev/disk/by-id/ for
    install_devices

  [ Giovanni Rosa ]
  * [64d4081] Fix for Dockerfile smell DL3059

 -- Michael Prokop <email address hidden>  Fri, 08 Sep 2023 13:14:50 +0200

Available diffs

Superseded in noble-release
Published in mantic-release
Published in lunar-release
Deleted in lunar-proposed (Reason: Moved to lunar)
grml-debootstrap (0.103) unstable; urgency=medium

  * [bbb2ea0] Disable ext4 metadata_csum_seed for Debian releases older
    than bookworm (Closes: #1031416)

 -- Michael Prokop <email address hidden>  Mon, 20 Feb 2023 11:40:07 +0100

Available diffs

Superseded in lunar-release
Deleted in lunar-proposed (Reason: Moved to lunar)
grml-debootstrap (0.102) unstable; urgency=medium

  The "¡hola bookworm!" release

  * [97308cd] Support new non-free repository component for Debian
    bookworm and newer
  * [4a2a0b2] Use bookworm as new default release + update release list
  * [d839c3c] Update copyright information
  * [df8c043] Update Vcs-* headers + copyright source to use github.com
  * [3a8d2b7] packer: clone git repository from github.com
  * [594d9d1] docker: retrieve vimrc + zshrc from github
  * [d71aaf4] Bump Standards-Version to 4.6.2

 -- Michael Prokop <email address hidden>  Mon, 06 Feb 2023 18:32:46 +0100

Available diffs

Superseded in lunar-release
Deleted in lunar-proposed (Reason: Moved to lunar)
grml-debootstrap (0.101) unstable; urgency=medium

  [ Daniel Winzen ]
  * [d60b372] Add dracut support
  * [4deb6e8] Add option to pass extra options to initrd generator
  * [79f5f42] Make dracut images reproducible and use long form of --no-
    hostonly

  [ Michael Prokop ]
  * [78eb32c] packer: add support for Debian/bookworm
  * [8b44fbb] packer: update Grml ISO to 2022.11-rc1
  * [4c49de9] Ensure to have filesystem tools installed. Thanks to Chris
    Hofstaedtler for the bug report
  * [befae5a] Use "errors=remount-ro" fstab option only within supported
    filesystems. Thanks to Chris Hofstaedtler for the bug report

 -- Michael Prokop <email address hidden>  Fri, 25 Nov 2022 17:12:51 +0100

Available diffs

Superseded in lunar-release
Obsolete in kinetic-release
Published in jammy-release
Deleted in jammy-proposed (Reason: Moved to jammy)
grml-debootstrap (0.100) unstable; urgency=medium

  * [43ea7e2] Drop leftover KEYRING code
  * [ea978f6] Fix Grml repository usage. Thanks to Karl Voit for the bug
    report
  * [7b2b4c8] VMs: create partition with alignment starting at 4MiB +
    ending at 100%. Thanks to David Gnedt for the bug report and analysis,
    Darshaka Pathirana and Chris Hofstaedtler for further information and
    feedback

 -- Michael Prokop <email address hidden>  Mon, 24 Jan 2022 17:17:29 +0100

Available diffs

Superseded in jammy-release
Deleted in jammy-proposed (Reason: Moved to jammy)
grml-debootstrap (0.99) unstable; urgency=medium

  * [0d4c089] packer: update VBoxGuestAdditions to v6.1.22 + Grml ISO to
    latest stable release (2021.07)
  * [86f83aa] Install dbus by default
  * [1ca3ec5] EFI support: fix for grub-install usage with efivarfs
  * [b45ae94] Bump Standards-Version to 4.6.0

 -- Michael Prokop <email address hidden>  Mon, 23 Aug 2021 16:21:44 +0200

Available diffs

Superseded in jammy-release
Obsolete in impish-release
Deleted in impish-proposed (Reason: Moved to impish)
grml-debootstrap (0.96) unstable; urgency=medium

  * [181ec9a] Use shorter fs label for EFI partition to not break with
    recent dosfstools (Closes: #987014)

 -- Michael Prokop <email address hidden>  Mon, 19 Apr 2021 16:36:17 +0200

Available diffs

Superseded in impish-release
Obsolete in hirsute-release
Deleted in hirsute-proposed (Reason: moved to Release)
grml-debootstrap (0.95) unstable; urgency=medium

  * [3f28b11] Properly handle KEEP_SRC_LIST option when set to 'no'
  * [fa2ce1b] Do not enable escape characters on dumb terminals
  * [01b5b0f] Support F2FS in VMs by including f2fs driver in grub-
    mkimage. Thanks to Paul Menzel for bugreport and bugfix
  * [1537613] F2FS filesystem doesn't support errors=remount-ro mount
    option

 -- Michael Prokop <email address hidden>  Fri, 22 Jan 2021 11:56:34 +0100

Available diffs

Superseded in hirsute-release
Deleted in hirsute-proposed (Reason: moved to Release)
grml-debootstrap (0.94) unstable; urgency=medium

  The "waiting for bullseye, 2021 + vaccinations" release

  [ Chris Hofstaedtler ]
  * [5c7f7fa] d/control: Set Rules-Requires-Root: no
  * [2617a47] d/control: fix Vcs-Git field name
  * [2e6b03e] d/rules: remove dh_make template header

  [ Michael Prokop ]
  * [8f673fa] Fix shellcheck issue SC2174
  * [622ca58] Improve EFI detection by checking for /sys/firmware/efi.
    Thanks to Darshaka Pathirana for reporting and feedback
  * [1475b08] packer: make template compatible with recent packer
    versions. Thanks to Darshaka Pathirana for reporting
  * [208a600] packer: use latest VBoxGuestAdditions (6.1.16) + Grml stable
    release (2020.06)
  * [9506ba5] Use bullseye as default Debian release

 -- Michael Prokop <email address hidden>  Wed, 23 Dec 2020 17:34:26 +0100

Available diffs

Superseded in hirsute-release
Obsolete in groovy-release
Deleted in groovy-proposed (Reason: moved to Release)
grml-debootstrap (0.93) unstable; urgency=medium

  * New release (without code changes) to fix Debian policy issue

 -- Michael Prokop <email address hidden>  Fri, 05 Jun 2020 14:14:44 +0200

Available diffs

Superseded in groovy-release
Deleted in groovy-proposed (Reason: moved to Release)
grml-debootstrap (0.92) unstable; urgency=medium

  [ Antoine Beaupré ]
  * [07e835e] add .ssh/authorized_keys support for --sshcopyid

  [ Michael Prokop ]
  * [3865f3e] Refactor new --sshcopyid behavior into separate cmdline
    option --sshcopyauth

 -- Michael Prokop <email address hidden>  Wed, 03 Jun 2020 16:53:06 +0200

Available diffs

Superseded in groovy-release
Deleted in groovy-proposed (Reason: moved to Release)
grml-debootstrap (0.91) unstable; urgency=medium

  * [ef76531] docs: fix duplicated --efi option in usage examples
  * [22cdc9f] Provide workaround for Debian bug #918590 with lvm + udev in
    VM installations
  * [5d3fdc8] Check for existence of debootstrap binary after command line
    processing
  * [eb667bc] Bump Standards-Version to 4.5.0
  * [8002a17] Execute 'wrap-and-sort -a -t -s' on debian/

 -- Michael Prokop <email address hidden>  Tue, 12 May 2020 17:23:59 +0200

Available diffs

Superseded in groovy-release
Published in focal-release
Deleted in focal-proposed (Reason: moved to Release)
grml-debootstrap (0.90) unstable; urgency=medium

  * [2891924] packer: Update VBoxGuestAdditions to v5.2.24
  * [c7ddca2] packer: support Debian 10.0 in tests
  * [e92841f] Use new security.debian.org repository layout for bullseye
    and newer
  * [5e77963] packer: make buster the new default Debian release
  * [2b7cd25] packer: update to grml64-full 2018.12
  * [6839f3b] travis: ignore SC2001 which doesn't work for
    $CHROOT_VARIABLES handling
  * [52c01f7] Properly exit if GRUB installation fails
  * [c8f145c] Support BOOT_APPEND usage outside of VMs
  * [2ee78ca] /etc/fstab: provide header comment, pointing to man pages
    and systemctl daemon-reload
  * [c3a7715] travis: default to buster and also use debian:buster as
    docker container
  * [d62f187] Drop debian/compat, replace with debhelper-compat
  * [f423157] Bump Standards-Version to 4.4.1

 -- Michael Prokop <email address hidden>  Tue, 22 Oct 2019 15:57:49 +0200

Available diffs

Superseded in focal-release
Obsolete in eoan-release
Deleted in eoan-proposed (Reason: moved to release)
grml-debootstrap (0.89) unstable; urgency=medium

  * [2860f13] Fix detection of predictable network interface names
    (Closes: #929810)
  * [7a11723] Ensure /etc/network exists before setting up
    /etc/network/interfaces (Closes: #930468)

 -- Michael Prokop <email address hidden>  Fri, 14 Jun 2019 14:47:02 +0200

Available diffs

Superseded in eoan-release
Deleted in eoan-proposed (Reason: moved to release)
grml-debootstrap (0.88) unstable; urgency=medium

  [ Michael Prokop ]
  * [4f2362b] Update bug report instructions. Thanks to Patrick Schleizer
  * [de2ad0f] sshcopyid option: exit if `ssh-add -L` fails to execute
  * [eb7cb8d] docs: fix typo

  [ Darshaka Pathirana ]
  * [9a8bfee] Add DHCP setting for Predictable Network Interface Names
  * [0b1d982] Add option --sshcopyid to authorise root login

 -- Michael Prokop <email address hidden>  Sat, 02 Mar 2019 11:27:00 +0100

Available diffs

Superseded in eoan-release
Obsolete in disco-release
Deleted in disco-proposed (Reason: moved to release)
grml-debootstrap (0.87) unstable; urgency=medium

  [ Michael Prokop ]
  * [dc11403] Makefile: use https version of website as
    man.base.url.for.relative.links
  * [b956f72] Support mmdebstrap via DEBOOTSTRAP=mmdebstrap
  * [ec05bcf] Drop no longer relevant releasetable-man.txt
  * [7291d05] Replace http with https where possible
  * [7827bce] grml-debootstrap man page: point users towards github
    instead of private mail
  * [fc76b63] Install zsh-completion in /usr/share/zsh/vendor-completions
  * [83408f3] zsh-completion: improve wording and list of available
    options to better match reality
  * [3929d57] debian/rules: support nocheck in DEB_BUILD_OPTIONS
  * [33e362a] docs: add further and improve existing usage examples

 -- Michael Prokop <email address hidden>  Thu, 24 Jan 2019 10:21:34 +0100

Available diffs

Superseded in disco-release
Deleted in disco-proposed (Reason: moved to release)
grml-debootstrap (0.86) unstable; urgency=medium

  * [430abb1] Bind-mount /run/udev in target system as workaround for lvm2
    issue #918590

 -- Michael Prokop <email address hidden>  Fri, 18 Jan 2019 14:15:40 +0100

Available diffs

Superseded in disco-release
Deleted in disco-proposed (Reason: moved to release)
grml-debootstrap (0.85) unstable; urgency=medium

  * [218bf66] Rework backports.debian.org usage (`--backportrepos` option)
  * [b013449] Support and default to Debian/buster release,
    update docs accordingly
  * [070010f] Add preliminary support for Debian/bullseye
    (AKA Debian v11.0)
  * [1decfd6] Bump Standards-Version to 4.3.0

 -- Michael Prokop <email address hidden>  Sun, 30 Dec 2018 11:48:14 +0100

Available diffs

Superseded in disco-release
Deleted in disco-proposed (Reason: moved to release)
grml-debootstrap (0.84) unstable; urgency=medium

  [ Darshaka Pathirana ]
  * [c21df0e] Do not create target directory in /dev

  [ Michael Prokop ]
  * [4e2e332] packer: Update VirtualBox Guest Additions to 5.2.22

 -- Michael Prokop <email address hidden>  Wed, 19 Dec 2018 10:43:47 +0100

Available diffs

Superseded in disco-release
Deleted in disco-proposed (Reason: moved to release)
grml-debootstrap (0.83) unstable; urgency=medium

  [ Michael Prokop ]
  * [be3f819] Suppress message if /boot/efi isn't considered a mountpoint
  * [eb121b8] Initial travis integration, running shellcheck
  * [e426be2] Fix shellcode issues
  * [98b48d4] Integrate cmdlineopts.clp into grml-debootstrap
  * [0095b9c] Add missing vim folding markers
  * [dc30725] Further fixes for shellcheck v0.5.0
  * [a8eeda3] Drop cmdlineopts.sh references from build system
  * [1fcd407] Switch default mirror from httpredir.debian.org to
    deb.debian.org
  * [242470a] Use travis.debian.net for travis builds
  * [3618656] Initial VM test builds on TravisCI
  * [b8f3c83] travis: run tests from inside VM + support test execution
    outside of Travis CI. Thanks to Christian Hofstaedtler
    <email address hidden> for helping me with the serial console handling
  * [3eede4f] Ensure /etc/timezone also includes the TIMEZONE setting.
    Thanks to Guillem Jover <email address hidden> (Closes: #904607)
  * [de7962e] Makefile: drop functions directory, no longer being relevant
  * [c570da4] Report "Device-mapper support missing in kernel." as error
    message

  [ Darshaka Pathirana ]
  * [2df0d24] Improve checks to make sure loop and dm-mod module are
    present
  * [33d0e7f] Improve cleanup of loop devices

  [ Chris Hofstaedtler ]
  * [fc0a6d8] Simplify module loading

  [ Patrick Schleizer ]
  * [0b1b798] support skipping installation of grub using
    GRUB_INSTALL='no'
  * [3104633] code style; einfo GRUB_INSTALL; document GRUB_INSTALL

 -- Michael Prokop <email address hidden>  Wed, 14 Nov 2018 22:28:54 +0100

Available diffs

Superseded in disco-release
Obsolete in cosmic-release
Deleted in cosmic-proposed (Reason: moved to release)
grml-debootstrap (0.82) unstable; urgency=medium

  [ Patrick Schleizer ]
  * [7f3e2b0] one package per line

  [ Michael Prokop ]
  * [81879b2] Sort packages files
  * [8e06486] Bump Standards-Version to 4.1.4

 -- Michael Prokop <email address hidden>  Fri, 25 May 2018 13:48:21 +0200

Available diffs

Superseded in cosmic-release
Published in bionic-release
Deleted in bionic-proposed (Reason: moved to release)
grml-debootstrap (0.81) unstable; urgency=medium

  * [0617fa8] Add e2fsprogs to Depends. Thanks to Helmut Grohne
    <email address hidden> for the bugreport (Closes: #887224)
  * [9bdd7a1] Bump Standards-Version to 4.1.3

 -- Michael Prokop <email address hidden>  Mon, 15 Jan 2018 10:58:37 +0100

Available diffs

Superseded in bionic-release
Deleted in bionic-proposed (Reason: moved to release)
grml-debootstrap (0.80) unstable; urgency=medium

  * [351237a] Fix a bunch of typos
  * [7803bf3] packer: add support for building Debian/buster
  * [ecff5b9] packer: use current Grml release 2017.05 for building
  * [3314417] packer: use latest VirtualBox Guest Additions ISO
  * [05ed1a4] Identify UUID of target system even if it's SWRAID or a
    mountpoint. Thanks to hex2a for reporting and testing
  * [d8de50b] Bump Standards-Version to 4.1.2

 -- Michael Prokop <email address hidden>  Fri, 08 Dec 2017 12:54:17 +0100

Available diffs

Superseded in bionic-release
Obsolete in artful-release
Deleted in artful-proposed (Reason: moved to release)
grml-debootstrap (0.79) unstable; urgency=medium

  [ Bigo ]
  * [d0cd2dd] Update /dev and /dev/pts mount from --bind to proper fs type

  [ Darshaka Pathirana ]
  * [263c465] Add documentation for --defaultinterfaces command line
    option

  [ Michael Prokop ]
  * [1fba2a2] Depend on fdisk | util-linux (<< 2.29.2-3~) Thanks to
    Andreas Henriksson <email address hidden> (Closes: #872219)
  * [f56ca7d] Bump Standards-Version to 4.0.1

 -- Michael Prokop <email address hidden>  Thu, 17 Aug 2017 14:42:01 +0200

Available diffs

Superseded in artful-release
Obsolete in zesty-release
Deleted in zesty-proposed (Reason: moved to release)
grml-debootstrap (0.78) unstable; urgency=medium

  The "hello vienna, hello stretch" release

  [ Evgeni Golov ]
  * [36a961d] don't fiddle around with /etc/hosts

  [ Michael Prokop ]
  * [fdf85c6] Drop sysfsutils from default software package list
    [Closes: issue2240]
  * [622fa87] Don't generate rootfs entry in /etc/fstab if we
    don't know its UUID [Closes: issue2182]
  * [afccc8e] Debian stretch is the new default release

 -- Michael Prokop <email address hidden>  Thu, 26 Jan 2017 01:18:07 +0100

Available diffs

Superseded in zesty-release
Deleted in zesty-proposed (Reason: moved to release)
grml-debootstrap (0.77) unstable; urgency=medium

  [ Stefan Schlesinger ]
  * [4b7bcd8] Export TARGET_HOSTNAME before running post-scripts

  [ Christian Hofstaedtler ]
  * [1cfa51e] Update my email address
  * [d8960ba] Bump debhelper compat level to 10
  * [b22ae35] Forbid xsltproc to use network for building

  [ Michael Prokop ]
  * [900df89] Honor GRUB_DISABLE_LINUX_UUID=true for all Debian releases.
    Thanks to hex2a for the initial patch (see PR #96)

 -- Michael Prokop <email address hidden>  Tue, 24 Jan 2017 21:36:55 +0100

Available diffs

Superseded in zesty-release
Deleted in zesty-proposed (Reason: moved to release)
grml-debootstrap (0.76) unstable; urgency=medium

  * [12f4a35] Hide errors during loading of efivars module
  * [5e6671f] packer: explicitly set Bash as default shell for Vagrant
    user
  * [8609e64] packer: apply predictable network interface workaround for
    Debian/stretch and newer
  * [ff11fa2] Disable ^metadata_csum' feature when creating ext fs for
    releases <= jessie [Closes: issue2178]
  * [b12a2ae] Ignore packer/packer_cache during dpkg-source generation.
    Thanks to Guillem Jover for the hint
  * [987bf63] Switch Homepage + Vcs-Browser fields to https
  * [6a665b1] Bump Standards-Version to 3.9.8

 -- Michael Prokop <email address hidden>  Thu, 22 Sep 2016 14:25:51 +0200

Available diffs

Superseded in zesty-release
Obsolete in yakkety-release
Deleted in yakkety-proposed (Reason: moved to release)
grml-debootstrap (0.75) unstable; urgency=medium

  * [10ad469] Add EFI support via --efi <device> option. Thanks to
    Darshaka Pathirana <email address hidden> for the pair programming session

 -- Michael Prokop <email address hidden>  Fri, 10 Jun 2016 11:21:01 +0200

Available diffs

Superseded in yakkety-release
Deleted in yakkety-proposed (Reason: moved to release)
grml-debootstrap (0.74) unstable; urgency=medium

  [ Patrick Schleizer ]
  * [c83de43] improved amd64 on i386 build attempt bailout msg

  [ Sebastian Pipping ]
  * [1ba6bfd] Use parted to create partition table (issue #90)
  * [034a2e9] Resolve now unused bootgrub.mksh (issue #90)
  * [3fec01e] Mark first partition bootable (issue #92)
  * [8a2c552] Ensure that MBR jumping to GRUB's core.img code
    (issue #92)

  [ Michael Prokop ]
  * [813cdab] Ensure that grub-pc/install_devices is pointing to the
    requested device (related to #711019)
  * [7e3c788] No longer depend on mksh + drop check for mksh
  * [71b39fa] Bump Standards-Version to 3.9.7
  * [758f563] Update copyright year information

 -- Michael Prokop <email address hidden>  Mon, 22 Feb 2016 22:21:29 +0100

Available diffs

Superseded in yakkety-release
Published in xenial-release
Obsolete in wily-release
Deleted in wily-proposed (Reason: moved to release)
grml-debootstrap (0.73) unstable; urgency=medium

  The "DebConf15" release

  [ Paul Menzel ]
  * [4a9077a] Use official redirector address httpredir.debian.org

  [ Michael Prokop ]
  * [395bf71] Add kmod to Depends, required for modprobe(8) for loop
    device handling
  * [1239389] Docker setup for automated builds + environment for testing

 -- Michael Prokop <email address hidden>  Tue, 18 Aug 2015 13:30:49 +0200

Available diffs

Superseded in wily-release
Deleted in wily-proposed (Reason: moved to release)
grml-debootstrap (0.72) unstable; urgency=medium

  * [1cf8447] packer: improve support for testing local grml-debootstrap
    version
  * [0592c21] Drop --force-yes option from chroot-scripts' apt-get usage
  * [3e504ef] Report CONFFILES usage in config overview

 -- Michael Prokop <email address hidden>  Tue, 16 Jun 2015 11:19:26 +0200

Available diffs

Superseded in wily-release
Deleted in wily-proposed (Reason: moved to release)
grml-debootstrap (0.71) unstable; urgency=medium

  The "monster kill ▬█████████" release

  * [3814da0] Improve check for identifying underlying block device
    (Closes: #771192)
  * [0de1bb1] Provide workaround for GRUB font path bug in jessie (Debian
    #787685)
  * [2aa17c1] Always remove /boot/grub/device.map to avoid leaking host
    data. Thanks to Patrick Schleizer <email address hidden> for bug
    report and feedback
  * [4a2c2d8] Don't try to re-read partition table when building VMs using
    loop devices
  * [9288199] Improve --vm and --vmfile usage instructions
  * [dd7fd0a] Do not copy `packages` file if --nopackages option is
    present
  * [bc38eda] Make it more friendly to install on non-Debian
    distributions. Thanks to Sebastian Pipping <email address hidden> for
    feature request
  * [9f5825a] Include HTML documentation in Debian package
  * [91f2e99] Rename --scripts to --post-scripts for consistency
  * [6f2677c] Explicitly set LANGUAGE=C to avoid possible locale issues
  * [bedb409] Provide hostname to pre-scripts by setting up /etc/hostname
  * [f42f932] Ensure that grub-pc is installed in VMs even when using
    --nopackages
  * [a8c2e5f] Honor GRUB_DISABLE_LINUX_UUID=true and don't set root=UUID
    then
  * [8b67587] Provide new option --remove-configs to delete grml-
    debootstrap configuration files from installed system
  * [598b19a] Fix syntax error for introduced in 91f2e990ca65aa367
  * [2a43ef7] Write hostname to installed system (fix for bedb4090) Thanks
    to Sebastian Pipping <email address hidden> for catching this issue
  * [9d9ec2d] Run code for --remove-configs before unmounting chroot
  * [d5528b0] Make check for GRUB_DISABLE_LINUX_UUID more stable. Thanks
    to Patrick Schleizer <email address hidden> for the feedback
  * [0064269] Disable SCRIPTS by default, replaced by POST_SCRIPTS
  * [bfb0afb] Make mountpoint output silent
  * [1e8339d] Display error message if --vmfile and --grub are used in
    same cmdline
  * [45b4746] packer: support different Debian + grml-debootstrap releases
  * [21658d3] packer/Vagrant: make jessie the new default Debian release
  * [7b776cd] config: change from GPL-2 to GPL-2+
  * [c9caef4] Add stretch to release-table and update lenny installation
    instructions
  * [2370b8a] Drop unmaintained THANKS file
  * [aee9c5f] Update debian/copyright + move to dep5 style

 -- Michael Prokop <email address hidden>  Sat, 06 Jun 2015 01:33:17 +0200

Available diffs

Superseded in wily-release
Deleted in wily-proposed (Reason: moved to release)
grml-debootstrap (0.70) unstable; urgency=medium

  [ Sebastian Pipping ]
  * [d59e47c] Fix unmounting [..]/dev once more (issue #50)
  * [d08be12] Mount and unmount /dev/pts for chrooting (issue #39)
  * [e781fc5] No longer write too many disk ID bytes (issue #75)
  * [a459d66] Fix current release-related texts before adding stretch
    (issue #77)
  * [7549cad] Add support for installation of Debian stretch (issue #77)
  * [874b096] Revert "Check for grub-mkimage when creating virtual machine
    images (issue #61)"
  * [1adbe33] Revert "Add grub-common to recommended dependencies for
    grub-mkimage (issue #61)"
  * [4524757] Install GRUB once, at most (second take, issue #78)
  * [c7c6cfd] Fix grub-install invocation for post-wheezy releases and sid
    (issue #78)

  [ Patrick Schleizer ]
  * [cb71442] implemented trap ERR for grml-debootstrap and chroot-script;
    changed chroot script from sh to bash script, because trap ERR is a
    bashism

  [ Michael Prokop ]
  * [aba5a80] Use full fingerprint instead of short GPG key ids for Grml
    repository. Thanks to Patrick Schleizer <email address hidden> for bug
    report and feedback
  * [831a5d8] Install firmware-linux only when non-free is among the
    COMPONENTS. Thanks to Philip Hands <email address hidden> for the patch
    (Closes: #786966)
  * [15a1143] Drop contrib + non-free from default COMPONENTS, support
    --contrib + -non-free cmdline options

 -- Michael Prokop <email address hidden>  Wed, 03 Jun 2015 17:02:41 +0200

Available diffs

Superseded in wily-release
Deleted in wily-proposed (Reason: moved to release)
grml-debootstrap (0.69) unstable; urgency=medium


  The "jessie partyyyyyy ♫♫♫" release

  [ Sebastian Pipping ]
  * [ccba9a8] Try unmounting [..]/dev harder
  * [e5e71bc] Delete binary packer/fake-uname.so
  * [be32888] Initialize packer/.gitignore
  * [762d9ef] Fix packer/Makefile dependencies
  * [d945d99] Check for grub-mkimage when creating virtual machine images
  * [9d3d538] Add grub-common to recommended dependencies for grub-mkimage
  * [b3cddce] Fixed version reported when run from Git
  * [7b07013] Source cmdlineopts.clp from same folder as grml-debootstrap
    file (Closes: #776502) [CVE-2015-1378]
  * [92b1de2] Add missing escaping of user input (Closes: #779925)

  [ Patrick Schleizer ]
  * [3aa7301] Break when using unsupported generic codenames "stable" or
    "testing"

  [ Michael Prokop ]
  * [f992b13] Do not stop hosts' SSH + mdadm services in cleanup
    procedure. Thanks to Sebastian Pipping for debugging and bug report
    (Closes: #779913)
  * [dae518d] Define ewarn function to properly display warning messages
    (Closes: #780204)

 -- Michael Prokop <email address hidden>  Fri, 24 Apr 2015 18:12:55 +0200

Available diffs

Superseded in wily-release
Obsolete in vivid-release
Deleted in vivid-proposed (Reason: moved to release)
grml-debootstrap (0.68.1) unstable; urgency=medium


  [ Michael Prokop ]
  * [52e9bbf] Do not stop hosts' SSH + mdadm services in cleanup
    procedure. Thanks to Sebastian Pipping for debugging and bug report
    (Closes: #779913)
  * [1690a3c] Define ewarn function to properly display warning messages
    (Closes: #780204)

  [ Sebastian Pipping ]
  * [75c3aab] Source cmdlineopts.clp from same folder as grml-debootstrap
    file (Closes: #776502) [CVE-2015-1378]
  * [0d9be2b] Add missing escaping of user input (Closes: #779925)

 -- Michael Prokop <email address hidden>  Tue, 10 Mar 2015 15:48:08 +0100

Available diffs

Superseded in vivid-release
Deleted in vivid-proposed (Reason: moved to release)
grml-debootstrap (0.68) unstable; urgency=medium


  * [8a4a3c8] Adjust filesystem check for new blkid behaviour
    (Closes: #772849)

 -- Michael Prokop <email address hidden>  Thu, 11 Dec 2014 18:38:06 +0100

Available diffs

Superseded in vivid-release
Deleted in vivid-proposed (Reason: moved to release)
grml-debootstrap (0.67) unstable; urgency=medium


  The "[✔] ready for jessie" release

  [ Michael Prokop ]
  * [add7aab] Update documentation for upcoming stable release
    Debian/jessie
  * [486fa51] Use jessie as new default release
  * [0f66ed4] Add support for jessie in dialog based user interface
  * [bda9f3a] package selection: replace dhcp3-client with isc-dhcp-client
  * [18ee5ea] Support MKFS_OPTS variable + use -F option in mkfs.ext* when
    running in force mode
  * [491c75a] Add sources.list support for squeeze-lts
  * [75be5c3] docs: simplify table of supported releases, mention lenny
    issue
  * [86c5325] Make disk identifier configurable via DISK_IDENTIFIER
    variable. Thanks to Patrick Schleizer <email address hidden> for the
    initial patch
  * [bd598a0] Fix some minor issues identified by shellcheck
  * [37d7df7] config: use uuidgen tool for DISK_IDENTIFIER usage example
  * [ca32c51] Fix some further issues identified by shellcheck
  * [a2b19f1] Do not use fixed disk identifiers by default
  * [af35272] Always use UUIDs for GRUB booting in VMs instead of
    hardcoding values
  * [a227187] docs: fix wrong usage example description. Thanks to Florian
    Klien for the bug report
  * [092274d] Execute kpartx in sync mode to avoid race conditions
  * [86b25a4] Support GRUB as present in Debian/jessie in VM builds
  * [e0b0b8b] docs: set man.base.url.for.relative.links option when
    generating man-page
  * [5adf8f6] Fix linux-image package check for Debian/jessie 32bit.
    Thanks to Patrick Schleizer <email address hidden> for the bug report
  * [6dde1bd] Fix check for available /dev/md* devices

  [ Patrick Schleizer ]
  * [ba9ff1f] Use UUIDs in /boot/grub/grub.cfg for VM builds rather than
    hardcoding /dev/sda

 -- Michael Prokop <email address hidden>  Mon, 13 Oct 2014 21:16:04 +0200

Available diffs

Superseded in vivid-release
Obsolete in utopic-release
Deleted in utopic-proposed (Reason: moved to release)
grml-debootstrap (0.65) unstable; urgency=medium


  [ Christian Hofstaedtler ]
  * [960e54d] Add option --vm to install VMs into LVs and such

  [ Michael Prokop ]
  * [7fc0e06] Initial packer/vagrant/autotest setup
  * [21b0160] Improve packer deployment for usage in Vagrant

 -- Michael Prokop <email address hidden>  Thu, 03 Jul 2014 12:27:55 +0200

Available diffs

Superseded in utopic-release
Deleted in utopic-proposed (Reason: moved to release)
grml-debootstrap (0.63) unstable; urgency=medium


  [ Christian Hofstaedtler ]
  * [1fa99e5] Fix smbfs example in fstab

  [ Michael Prokop ]
  * [95f4b7c] Switch default filesystem from ext3 to ext4
  * [8b1c652] Provide --debug option for very verbose execution
  * [d919319] Support execution of --grub when installing to target
    directory. Thanks to Michael Renner <email address hidden> for
    initial bug report and sponsoring my development time
  * [2976d92] Copy /etc/network/interfaces from host system, unless
    --nointerfaces is used or target is a VM. Thanks to Michael Renner
    <email address hidden> for feature request and sponsoring my
    development time
  * [84fe150] Update documentation WRT supported releases and some minor
    fixes
  * [6cf66c7] Clarify usage of default hostname ($HOSTNAME is considered)
  * [6c59725] Support --nokernel option to skip installation of default
    kernel images
  * [583bdc6] Do not enable security mirror for lenny release, being
    unavailable/unsupported nowadays

 -- Michael Prokop <email address hidden>  Sat, 19 Apr 2014 02:03:45 +0200

Available diffs

Superseded in utopic-release
Published in trusty-release
Deleted in trusty-proposed (Reason: moved to release)
grml-debootstrap (0.59) unstable; urgency=low


  * [b8fb51c] Fix usage of configuration variables
  * [6e7a2c8] Drop URL to release notes from script header
  * [2ef61aa] Improve error handling for update-locale

 -- Michael Prokop <email address hidden>  Tue, 12 Nov 2013 14:06:52 +0100

Available diffs

Superseded in trusty-release
Obsolete in saucy-release
Deleted in saucy-proposed (Reason: moved to release)
grml-debootstrap (0.57) unstable; urgency=low


  The "happy wheezy release" release

  [ Christian Hofstaedtler ]
  * [dfac692] Remove obsolete DM-Upload-Allowed flag
  * [5fbec1d] Bump Standards-Version to 3.9.4 (no changes needed)

 -- Michael Prokop <email address hidden>  Wed, 08 May 2013 16:21:23 +0200

Available diffs

Superseded in saucy-release
Obsolete in raring-release
Deleted in raring-proposed (Reason: moved to release)
grml-debootstrap (0.54) unstable; urgency=low


  The "happy new year, Verena" release.

  [ Evgeni Golov ]
  * [5ee8148] add BOOT_APPEND to GRUB_CMDLINE_LINUX_DEFAULT

  [ Michael Prokop ]
  * [62cec4e] Do not hardcode squeeze as Debian/stable
  * [6589216] Set wheezy as the new default release [Closes: #688234]
  * [ae9070d] docs: fix outdated default mirror reference
  * [e5a6244] docs: clarify AUTOINSTALL is currently supported on Grml
    live systems only. Thanks to Evgeni Golov <email address hidden> for review
    + improving
  * [4280921] docs: mention VM image and dialog based frontend support.
    Thanks to Evgeni Golov <email address hidden> for review and improving

 -- Michael Prokop <email address hidden>  Mon, 31 Dec 2012 23:52:42 +0100

Available diffs

Superseded in raring-release
Obsolete in quantal-release
grml-debootstrap (0.53) unstable; urgency=low


  * [4d08103] Add acpi-support-base to default package selection

 -- Michael Prokop <email address hidden>  Tue, 19 Jun 2012 23:04:16 +0200

Available diffs

Superseded in quantal-release
grml-debootstrap (0.52) unstable; urgency=low


  [ Darshaka Pathirana ]
  * [344f0e9] detect architecture before checkconfiguration
  * [ddbb875] display architecture in checkconfiguration summary

  [ Michael Prokop ]
  * [14e6e30] dm-mod: also check for device-mapper support using
    /proc/misc

 -- Michael Prokop <email address hidden>  Mon, 11 Jun 2012 17:34:47 +0200

Available diffs

Superseded in quantal-release
grml-debootstrap (0.51) unstable; urgency=low


  * [0452dad] VM feature: improve sed command line to replace root=...
    kernel option. Thanks to Conny Seidel <email address hidden> for
    bugreport + patch
  * [06fc8bd] Drop --insecure/SECURE option + instead depend on
    debian-archive-keyring package
  * [4fac6ee] Redirect eerror messages to stderr
  * [ab9101c] Remove chroot-script after execution
  * [f831c79] Display debootstrap.log if bootstrapping failed and log
    file isn't empty
  * [8cf8a43] Display grml-debootstrap version information in
    configuration-check dialog
  * [14021b8] Adjust source code comment for --nopassword option

 -- Michael Prokop <email address hidden>  Mon, 14 May 2012 18:21:55 +0200

Available diffs

Superseded in quantal-release
grml-debootstrap (0.50) unstable; urgency=low


  [ Michael Prokop ]
  * [772c343] docs: mention http://archive.debian.org/debian/ for
    lenny release
  * [6ea6382] Make sure loop module is present [Closes: issue1155]
    Thanks to Christian Hofstaedtler for the bugreport.

  [ Gregor Thill ]
  * [afe4bad] Remove the sysfs noauto entry from the installed fstab.
    Thanks to Carsten Hey <email address hidden> for helping in
    bug report handling and patch handling. (Closes: #670074)

 -- Michael Prokop <email address hidden>  Tue, 24 Apr 2012 01:59:55 +0200

Available diffs

Superseded in quantal-release
grml-debootstrap (0.49) unstable; urgency=low


  * Team upload
  * [d17c54b] Run upgrade procedure by default (disable via
    UPGRADE_SYSTEM config)
  * [04d37b9] Rework cleanup process
  * [5f348b9] grub_install: slightly change message if grub is not
    installed
  * [0c7dbbc] Wording: since->because
  * [f720b57] Slightly improve bailout and cleanup functions to better
    catch errors
  * [d31f878] Check for dialog executeable only when using interactive
    mode
  * [07c0379] VM installation: also check for parted executable
  * [f48891f] Try to load dm-mod kernel module if kpartx fails
  * [60881cb] Run unmount of chroot's /dev twice. Thanks to Michael Hanke
    <email address hidden> for reporting and testing (Closes: #657023)
  * [07c7f30] Bump Standards-Version to 3.9.3
  * [851c803] Update years of copyright

 -- Michael Prokop <email address hidden>  Fri, 24 Feb 2012 14:44:27 +0100

Available diffs

Superseded in quantal-release
Published in precise-release
grml-debootstrap (0.48) unstable; urgency=low

  [ Michael Prokop ]
  * [837ac57] chroot-script: de-duplicate code WRT security mirror.
  * [6197947] chroot-script: be more verbose about steps executed in
    chrootmirror().
  * [c3dbeb4] clarify usage text of --packages option
  * [aadfa9e] chroot-script: clarify error message iff packages is not
    available + send it to stderr
  * [ad7c3cf] Support --nopassword option to not prompt for the root
    password
  * [8fe289c] do not run fsck when deploying virtual machine
  * [e68a7d9] vim modeline: set shiftwidth to a less insane value
  * [a7bfe23] support --grmlrepos command line option
  * [7140774] clarify usage of --arch option
  * [6891310] docs: improve option formating, minor typo fixes
  * [20a41b7] update release table (drop etch, add wheezy)
  * [bcc5b04] disable filesystem check by default
  * [d88d27d] drop enabled config variables from config file and use
    defaults. Thanks to Christian Hofstaedtler <email address hidden> for review
    and improvements.
  * [3adae46] make sure chroot variables are quoted
  * [1ba2adf] make sure grub-pc is installed when grub option is used

  [ Christian Hofstaedtler ]
  * [074c439] Reformat NEWS.Debian
  * [56a04d7] Install bootgrub.mksh 0755
  * [ab804e4] Switch to source format 3.0 (native)
  * [9f2c2ff] Reworded package Description a tiny bit
  * [19bf46a] Fix debian/copyright to point to GPL-2 license
  * [2b2dc77] Add dialog to Recommends
 -- Ubuntu Archive Auto-Sync <email address hidden>   Mon,  12 Dec 2011 11:57:58 +0000

Available diffs

Superseded in precise-release
grml-debootstrap (0.47) unstable; urgency=low

  The "initial upload to Debian" release.

  [ Ulrich Dangel ]
  * [e47ca96] Use /bin/bash for tests instead of /bin/zsh

  [ Christian Hofstaedtler ]
  * [c87dc4a] Don't depend on grml-etc-core
  * [5e16f74] Update copyright file based on git log
  * [bf11621] Prepare control file for targetting Debian
  * [23140a3] Fix lintian warning debian-rules-missing-recommended-target
  * [fcc981a] Update package description
  * [50de133] Depend on gawk, as we're using that
  * [5081ff4] fix ported eend function return value
  * [79ea500] bailout on dialog cancellation

  [ Michael Prokop ]
  * [561fb86] Drop "set -e" from the scripts.
  * [4384a10] Fix vim syntax folding issue with missing }}}.

153 of 53 results