source: trunk/debirf/debian/changelog @ 1317

Last change on this file since 1317 was 1317, checked in by jrollins, 3 years ago

debirf: add cpio to debootstrap INCLUDE

cpio is needed, but not installed by default in Ubuntu debootstraps

File size: 13.0 KB
Line 
1debirf (0.26-1) unstable; urgency=low
2
3  * add cpio to deboostrap INCLUDE
4
5 -- Jameson Graef Rollins <jrollins@finestructure.net>  Wed, 09 Dec 2009 12:16:20 -0500
6
7debirf (0.25-1) unstable; urgency=low
8
9  * use busybox cpio in nest now that's it's been fixed (closes CMRG: #54)
10  * remove no longer needed install-udev module (udev installed by default)
11  * improve grub menu configuration (Closes: #544409)
12  * updated README, and makeiso checking (Closes: #554020)
13  * ubuntu debirf installs now default to Karmic Koala.
14  * redirect log out to stderr
15  * use more generic kernel package name to find kernel name (LP: #474739)
16  * formalize Debian copyright file
17
18 -- Jameson Graef Rollins <jrollins@finestructure.net>  Sun, 29 Nov 2009 21:41:13 -0500
19
20debirf (0.24-1) unstable; urgency=low
21
22  * "absolutize" BUILDD path to get around bug in getcwd in fakechroot
23    (#548691)
24  * update makeiso to use grub-mkrescue from the grub2 grub-pc package.
25    support for using isolinux from the syslinux-common package is also
26    now included (Closes: #548712).
27  * bumped standards version to 3.8.3 (no changes needed).
28  * explicitly delete root passwd
29
30 -- Jameson Graef Rollins <jrollins@finestructure.net>  Wed, 30 Sep 2009 09:24:14 +0200
31
32debirf (0.23-1) unstable; urgency=low
33
34  [ Daniel Kahn Gillmor ]
35  * updated my e-mail address
36  * added ntfsprogs, fatresize, tofrodos, dosfstools to the rescue module
37    to help recover Windows filesystems with debirf.
38  * added hfsprogs, hfsutils, hfsplus to the rescue module to help recover
39    MacOS filesystems with debirf.
40  * added e2undel, recover, e2tools, reiserfstools to the rescue module to
41    help recover Linux filesystems with debirf.
42  * added parted to rescue module for dealing with various kinds of
43    partition tables.
44  * fixed broken sed expression in nest library search (thanks, Guido Günther)
45    (Closes: #509381)
46  * bumped policy to 3.8.1 (no changes needed).
47 
48 -- Daniel Kahn Gillmor <dkg@fifthhorseman.net>  Tue, 16 Jun 2009 13:34:05 -0400
49
50debirf (0.22-1) unstable; urgency=low
51
52  [ Daniel Kahn Gillmor ]
53  * fixed nest on 64-bit architectures (Closes: #509381).
54
55  [ Jameson Graef Rollins ]
56  * add DEBIRF_ARCH variable to allow for specifying different
57    architecture than default (thanks to Gary Kramlich for patch).
58  * fix initramfs determination in makeiso (thanks again Gary Kramlich).
59
60 -- Jameson Graef Rollins <jrollins@finestructure.net>  Sat, 20 Dec 2008 15:21:34 -0500
61
62debirf (0.21-1) unstable; urgency=low
63
64  [ Daniel Kahn Gillmor ]
65  * fixing makeiso image name generation
66  * placing serial-console boot stanza in menu.lst for ISO
67  * debian/control: swapped Maintainer and Uploader, updated my e-mail
68    address.
69  * xkiosk uses modern runit controls instead of explicitly symlinking
70    servicedirs
71
72  [ Jameson Graef Rollins ]
73  * canonicalize paths in makeiso function
74  * strip tailing slashes off of profile names to avoid weird problems
75    with fakechroot when entering a debirf profile.
76  * fix kernel arch determination.
77  * change shebang line for all modules that call debirf_exec to
78    /bin/bash, so they will work properly when /bin/sh is not /bin/bash.
79    this also includes changes to enter subcommand to compensate (closes
80    CMRG #99)  (Closes: #508041).
81  * add -e to all module shebang lines as well, so all errors are properly
82    caught.
83  * fix path in fakeroot_if_needed to not include $PATH, to bypass
84    problems with the path of the calling user.
85  * have setup_environment handle setup of DEBIRF_PROFILE variable.
86
87 -- Jameson Graef Rollins <jrollins@finestructure.net>  Tue, 09 Dec 2008 17:35:12 -0500
88
89debirf (0.20-1) unstable; urgency=low
90
91  * new upstream packaging/build system.  all-inclusive makefile, and
92    simplified debhelper rules.
93
94 -- Jameson Graef Rollins <jrollins@finestructure.net>  Tue, 04 Nov 2008 15:30:13 -0500
95
96debirf (0.19-3) unstable; urgency=low
97
98  * update debhelper version, and remove unused debhelper scripts.
99  * add more info to 0.19-2 changelog entry.
100  * fix Uploader info (email address).
101
102 -- Jameson Graef Rollins <jrollins@finestructure.net>  Thu, 30 Oct 2008 00:00:27 -0400
103
104debirf (0.19-2) unstable; urgency=low
105
106  * closes ITP bug with wnpp (Closes: #503625)
107
108 -- Jameson Graef Rollins <jrollins@finestructure.net>  Mon, 27 Oct 2008 21:30:28 -0400
109
110debirf (0.19-1) unstable; urgency=low
111
112  * use genisoimage, instead of the now-obsolete mkisofs, to make iso's,
113    and fixed some small bugs in iso generation.
114  * update standards version to 3.8.0.
115  * add cryptsetup to resuce module.
116
117 -- Jameson Graef Rollins <jrollins@finestructure.net>  Mon, 27 Oct 2008 16:12:50 -0400
118
119debirf (0.18-2) unstable; urgency=low
120
121  * change Depends: to allow for busybox-static.
122
123 -- Jameson Rollins <jrollins@fifthhorseman.net>  Sun, 30 Mar 2008 12:50:29 -0400
124
125debirf (0.18-1) unstable; urgency=low
126
127  * fix shebang in a0_prep-root to call bash instead of sh, because of
128    bashism in script.
129  * add DEBIRF_KEYRING variable to debirf.conf files.
130  * change DISTRO to SUITE (closes CMRG #89)
131  * go back to default dhcp client (dhcp3-client instead of udhcpd)
132    (closes CMRG #88)
133  * smarter determination of default suite, distro, mirror, and keyring.
134    better defaults for Ubuntu (closes CMRG #87)
135  * change to smarter option setting for debootstrap in the
136    create_debootstrap function that actually works now (works for
137    files with spaces in them).
138
139 -- Jameson Rollins <jrollins@fifthhorseman.net>  Fri, 07 Mar 2008 17:19:22 -0500
140
141debirf (0.17-1) unstable; urgency=low
142
143  * actually release really stupid bugs in getopt code associated with
144    gpg debootstrap verification.
145  * edited README to align with new debirf verbs, and to make the examples
146    more concrete.
147  * made error messages a bit friendlier.
148  * gpg verification of debootstrap can now use relative paths.
149
150 -- Daniel Kahn Gillmor <dkg-debian.org@fifthhorseman.net>  Thu, 28 Feb 2008 19:00:29 -0500
151
152debirf (0.16-1) unstable; urgency=low
153
154  * have xkiosk module purge session on restart (closes CMRG #83)
155  * added partimage to rescue module
156  * new "makeiso" subcommand to build a bootable CD-ROM image, at least on
157    i386 and amd64 architectures. (closes CMRG #63)
158  * set up cryptographic verification of the debootstrap step.
159
160 -- Daniel Kahn Gillmor <dkg-debian.org@fifthhorseman.net>  Wed, 30 Jan 2008 18:29:06 -0500
161
162debirf (0.15-1) unstable; urgency=low
163
164  * fixed problem with stale fakeroot state files (close CMRG #81)
165
166 -- Jameson Rollins <jrollins@fifthhorseman.net>  Tue, 15 Jan 2008 11:34:24 -0500
167
168debirf (0.14-1) unstable; urgency=low
169
170  * changed name of main build script to 'debirf' from 'make-debirf'
171  * added subcommand architecture (make, enter, help) (closes CMRG #65)
172  * and "enter" subcommand to enter root (closes CMRG #73)
173  * removed separate specification of debirf root directory
174  * added install-manpages module (no longer installing manpages by default)
175  * pruned more unnecessary packages from make
176  * remove build-debirf-kernel, since no longer needed
177  * improved install-kernel module to only download need kernel package
178    (closes CMRG #67)
179  * move bootstap.log to $DEBIRF_BUILDD/.bootstrap.log
180  * set debconf frontend to Noninteractive in prep-root module
181  * now handling break={top,preunpack,bottom} kernel parameters in nest
182    (closes CMRG #55)
183  * new install-runit module, jumps through hoops to overcome limitations
184    of runit postinst script (closes CMRG #71)
185  * added "no-initrd" option to make subcommand
186  * added "network-dhcp" module to automatically bring up nic dhcp (added
187    it to dependency list of xkiosk module) (closes CMRG #78)
188  * changed old "networking" module to "network"
189  * added root-passwd module, and added it to xkiosk profile.
190  * added Vcs-Svn, Vcs-Browser, and XS-Dm-Upload-Allowed fields to
191    debian/control
192  * make xkiosk back off if there are 5 restarts in under a minute
193    (closes CMRG #74)
194  * remove PCI device ID from default xorg.conf (autodetection seems to
195    work better)
196
197 -- Jameson Rollins <jrollins@fifthhorseman.net>  Sun, 13 Jan 2008 22:01:57 -0500
198
199debirf (0.13-1) unstable; urgency=low
200
201  * example profiles are now tgz archives (closes CMRG #46)
202  * added new full devices.tar.gz to create fuller device tree, therefore
203    not requiring the install-udev module (closes CMRG #60)
204  * transition to non-native packaging (closes CMRG #26)
205  * added exit-on-error to modules install run-parts
206  * removed old useless create_initrd functions
207  * fixed path problem for fakeroot_if_needed
208  * add more info to select when root exists
209
210 -- Jameson Rollins <jrollins@fifthhorseman.net>  Wed, 09 Jan 2008 18:46:02 -0500
211
212debirf (0.12) unstable; urgency=low
213
214  * change name of "plugins" to "modules".  hopefully this will elliminate
215    at least my uneasyness about the requirement of some of the modules.
216    this will require people to rename their existing "plugins"
217    directories to be "modules".
218  * re-added prep-root module
219  * expanded info in debirf.conf on image, includes debirf version (ticket #21)
220
221 -- Jameson Rollins <jrollins@fifthhorseman.net>  Fri, 21 Dec 2007 17:21:22 -0500
222
223debirf (0.11) unstable; urgency=low
224
225  * finally, working fakechroot/non-privileged build method!  superuser
226    privileges no longer required (and are in fact now discouraged)
227  * udev is now required for non-pirvileged builds to function, though.
228  * make tmpfs 10G by default
229  * prune some unneeded packages (cron, logrotate, ed, tcpd, tasksel)
230
231 -- Jameson Rollins <jrollins@fifthhorseman.net>  Thu, 20 Dec 2007 09:17:02 -0500
232
233debirf (0.10) unstable; urgency=low
234
235  * moved all files to GPLv3 (closes CMRG #50)
236  * simplify kernel installation.  now will accept deb as command line
237    parameter, or make-debirf will just figure out the kernel itself
238    (closes CMRG #48)
239  * updated man page
240
241 -- Jameson Rollins <jrollins@fifthhorseman.net>  Tue, 11 Dec 2007 15:31:22 -0500
242
243debirf (0.9) unstable; urgency=low
244
245  * added DEBIRF_KERNEL_PACKAGE to debirf.conf
246  * added more informative error message when profile is malformed.
247
248 -- Jameson Rollins <jrollins@fifthhorseman.net>  Mon, 10 Dec 2007 17:52:43 -0500
249
250debirf (0.8) unstable; urgency=low
251
252  * simplified profile checking.
253  * fixed/cleaned-up install-kernel plugin to extract kernel rather than
254    install (ticket #49).
255  * added install-udev plugin.
256
257 -- Jameson Rollins <jrollins@fifthhorseman.net>  Mon, 10 Dec 2007 12:12:04 -0500
258
259debirf (0.7) unstable; urgency=low
260
261  * added ability to just create initramfs from pre-build root.
262
263 -- Jameson Rollins <jrollins@fifthhorseman.net>  Mon, 03 Dec 2007 23:13:34 -0500
264
265debirf (0.6) unstable; urgency=low
266
267  * new create_initrd_nested build function, boots debirf into tmpfs,
268    which is cleaner and more stable and is now the default.
269  * added ability to run make-debirf with fakechroot ('-f' option).  there
270    are problems creating the device tree with this method, though, so it
271    is still underdevelopment.
272  * modified debootstrap, plugin run-parts, and debirf_exec to also use
273    fakechroot
274  * being root *should* no longer be necessary to make-debirf, therefore
275    make-debirf has been moved to /usr/bin/
276  * debirf can now function in rootfs with stock debian kernels (as of 2.6.22)
277  * removed /var/lib/debirf
278  * removed /etc/debirf in favor of doc/example-profiles
279  * added xkiosk plugin to start X session with browser on startup
280  * added xkiosk profile
281  * added getopt for command line argument checking
282  * added command line arguments to skip some checking/user interaction
283  * can now pass kernel package name to make-debirf, instead of just deb,
284    although proper package checking is not fully working
285
286 -- Jameson Rollins <jrollins@fifthhorseman.net>  Mon, 03 Dec 2007 00:40:46 -0500
287
288debirf (0.5) unstable; urgency=low
289
290  * fixed old broken references to DEBIAN_PATH environment variable
291  * fix apt-get-disk-rescue plugin to stop mdadm daemon after install (was
292    preventing /proc from being unmounted)
293  * tweaked install-kernel plugin
294  * mknod /dev/ttyS0 in serial-terminal plugin
295  * moved profiles directory to /etc/debirf/profiles
296  * added 'minimal' profile
297
298 -- Jameson Rollins <jrollins@fifthhorseman.net>  Mon, 05 Nov 2007 00:53:26 -0500
299
300debirf (0.4) unstable; urgency=low
301
302  * added more options when existing DEBIRF_ROOT found
303  * fixed bug about where initrd is written (closes CMRG #16)
304  * added new profiles structure, with default pre-configured "disk-rescue"
305    profile
306  * added motd plugin
307
308 -- Jameson Rollins <jrollins@fifthhorseman.net>  Fri, 11 May 2007 00:21:10 -0400
309
310debirf (0.3) unstable; urgency=low
311
312  * simplified plugin infrastructure (only single plugin directory now)
313  * updated man pages
314  * added license information to all files
315
316 -- Jameson Rollins <jrollins@fifthhorseman.net>  Sat, 24 Mar 2007 16:29:49 -0400
317
318debirf (0.2) unstable; urgency=low
319
320  * added kernel-package, fakeroot, and linux-patch-inittmpfs to
321    Recommends: to encourage use of build-debirf-kernel
322
323 -- Daniel Kahn Gillmor <dkg-debian.org@fifthhorseman.net>  Thu, 15 Mar 2007 03:17:36 -0400
324
325debirf (0.1) unstable; urgency=low
326
327  * initial debian packaging
328
329 -- Daniel Kahn Gillmor <dkg-debian.org@fifthhorseman.net>  Thu, 15 Mar 2007 00:58:17 -0400
330
Note: See TracBrowser for help on using the repository browser.