File: changelog

package info (click to toggle)
debootstick 2.8
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 296 kB
  • sloc: sh: 1,364; makefile: 34
file content (148 lines) | stat: -rw-r--r-- 5,778 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
debootstick (2.8) unstable; urgency=medium

  * Bookworm support (thanks to ciscon@github)
  * The package is now architecture-independent
  * Support running from source dir (thanks to ciscon@github)
  * Raspberry Pi guest: improve binfmt cpu emulation handling
  * More robust guest resolv.conf
  * Fix possible missing space error when updating large initramfs
  * apt install: fix return code if ever it fails
  * Disk layout sizes: increase margins for security
  * Fix dependency issue (LP: #1981651)
  * Migration: Fix issues with 'disk' or 'part' in LVM labels
    (thanks to V.Danjean)

 -- Etienne Dublé <etienne.duble@gmail.com>  Thu, 20 Oct 2022 14:32:04 +0000

debootstick (2.7) focal impish jammy; urgency=medium

  * New option --run-on-first-boot (thanks to S H Mohanjith)

 -- Etienne Dublé <etienne.duble@gmail.com>  Mon, 24 Jan 2022 09:58:00 +0000

debootstick (2.6) focal impish jammy; urgency=medium

  * Secure-Boot support (idea of khimaros)
  * Support for 4K native disks, and new --sector-size option
    (thanks to S.Fiala)
  * Fix support for migrating to NVMe devices (thanks to F.Lavratti)
  * Fix migrating to a disk with a different logical sector size
  * Installer-mode: generic disk detection with lsblk
  * Fix UEFI boot on Ubuntu minbase
  * Improved /etc/resolv.conf handling again
  * Minor improvements and fixes

 -- Etienne Dublé <etienne.duble@gmail.com>  Wed, 19 Jan 2022 16:03:25 +0000

debootstick (2.5) unstable; urgency=medium

  * Validate support for Raspberry Pi 4
  * Handle user-defined disk layouts (idea of D.Muhamedagic)
  * Less aggressive guest cleanup function (thanks to Ken Gilmer)
  * Handle resize of FAT partitions
  * Improvement to state recovery in case of failure
  * GPT: Relocate secondary header when resizing last partition
  * Improve precision of size calculations
  * Restrict image permissions to 644 (thanks to Dejan Muhamedagic)
  * Handle latest guest OS versions
  * Makefile improvements (by Ken Gilmer and Etienne Dublé)
  * Improved /etc/resolv.conf handling
  * Grub: Preferably disable OS prober while building image
  * Obsolete code removal
  * Documentation updates

 -- Etienne Dublé <etienne.duble@gmail.com>  Mon, 2 Nov 2020 11:03:25 +0000

debootstick (2.4) unstable; urgency=medium

  * Just rebuild for upload to unstable.

 -- Etienne Dublé <etienne.duble@gmail.com>  Fri, 31 May 2019 18:01:03 +0000

debootstick (2.3) experimental; urgency=medium

  * Fix new LVM versions hanging in migration procedure (closes: Bug#928080).
  * Fix migration script sometimes failing (closes: Bug#929355).
  * Fix handling of chroots based on Ubuntu >= 18.04 (closes: Bug#929356).

 -- Etienne Dublé <etienne.duble@gmail.com>  Wed, 22 May 2019 13:56:42 +0000

debootstick (2.2) unstable; urgency=medium

  * Fix new LVM versions hanging in chroot (closes: Bug#923852).

 -- Etienne Dublé <etienne.duble@gmail.com>  Fri, 8 Mar 2019 13:48:03 +0000

debootstick (2.1) unstable; urgency=medium

  * Extensive tests.
  * Fix arch detection on some 32bits PC chroots.
  * Fix UEFI boot (obsolete rootfs label).
  * Fix filesystem expansion issues.
  * Update long description and README.md.

 -- Etienne Dublé <etienne.duble@gmail.com>  Fri, 5 Oct 2018 13:50:56 +0000

debootstick (2.0) unstable; urgency=medium

  * Raspberry Pi SD card generation support (with a raspbian chroot).
  * Enhanced kernel bootargs management (wrt. <name>=<value> format).
    (Thanks to ThibsG for reporting the related issue.)
  * Refactor to separate target-specific (RPi or PC) and common code.
  * Also added 'skeleton' target for reference.
  * Support both GPT and DOS partitioning.
  * Allow a given target not to use LVM (i.e. have rootfs on partition).
  * More robust lvm devices removal while building image.
  * Fix issue when extending filesystem over a large disk (with Jessie).
  * Improve code robustness.

 -- Etienne Dublé <etienne.duble@gmail.com>  Fri, 9 Mar 2018 17:59:13 +0000

debootstick (1.3) unstable; urgency=medium

  * Support Debian Buster (as of january 31, 2018) chroot environments.
  * Enhance --config-kernel-bootargs: add or remove bootargs
    (Thanks to Andreas Unterkircher for the initial idea.)
  * Do not fail if there is no free space on 1st boot
    (Thanks to Andreas Unterkircher.)
  * Add dependency on e2fsprogs (closes: Bug#887209).
  * Fix options lost when calling sudo!
  * Fix error detection in grub install function.
    (Thanks to Andreas Unterkircher for reporting the issue.)
  * Fix lintian warnings.
  * Reduce verbosity.

 -- Etienne Dublé <etienne.duble@gmail.com>  Wed, 31 Jan 2018 16:35:13 +0000

debootstick (1.2) unstable; urgency=medium

  * Support Debian Stretch (as of october 31, 2016) chroot environments.

 -- Etienne Dublé <etienne.duble@gmail.com>  Mon, 31 Oct 2016 11:25:33 +0000

debootstick (1.1) unstable; urgency=medium

  * Support Debian Stretch (as of september 1, 2016) chroot environments.
  * Support Debian Stretch as host.
  * Support Ubuntu 16.04 chroot environments.
  * Update support for Ubuntu 14.04, Debian Wheezy and Jessie.
  * Drop support for Ubuntu 12.04.
  * Minor improvements and bugfixes.

 -- Etienne Dublé <etienne.duble@gmail.com>  Thu, 1 Sep 2016 13:13:52 +0000

debootstick (1.0) unstable; urgency=medium

  * New option to generate installer images.
  * i386 support (host and chroot environments).
  * Fix about removal of host cache files (closes: Bug#794938).
    Thanks to Julien Pinon for pointing this out.
  * Minor improvements and bugfixes.

 -- Etienne Dublé <etienne.duble@gmail.com>  Mon, 24 Aug 2015 11:09:07 +0000

debootstick (0.9c) unstable; urgency=low

  * Initial Debian release. (Closes: Bug#779654)

 -- Etienne Dublé <etienne.duble@gmail.com>  Fri, 20 Mar 2015 10:26:33 +0000