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
|
casper (1.68+debian-1) unstable; urgency=low
* New upstream release.
* Added static network configuration support.
* Fixed gnome-screensaver-lock differences between ubuntu.
* username, host, and userfullname are now also settable
via kernel parameters.
-- Marco Amadori <marco.amadori@gmail.com> Fri, 8 Sep 2006 11:26:02 +0200
casper (1.66+debian-1) unstable; urgency=low
* Added "magic" to make it work seamlessy also on ubuntu systems.
* Default user password now "live".
-- Marco Amadori <marco.amadori@gmail.com> Fri, 1 Sep 2006 17:18:07 +0200
casper (1.65+debian-1) unstable; urgency=low
* New upstream release.
* Re-included ubiquity sources since it is here anyway in diff.gz.
* Included remote getty patch from Alex Owen (enable it with "casper-getty"
as kernel parameter).
-- Marco Amadori <marco.amadori@gmail.com> Thu, 17 Aug 2006 14:06:10 +0200
casper (1.63+debian-3) unstable; urgency=low
* Really do not try to eject cd if netbooted.
* Fixed unionfs ro param in case of nfs netboot (Closes: 383346).
-- Marco Amadori <marco.amadori@gmail.com> Wed, 16 Aug 2006 20:10:11 +0200
casper (1.63+debian-2) unstable; urgency=low
* Working netboot support (Closes: #380506).
* Polished kernel parameters parsing a bit.
-- Marco Amadori <marco.amadori@gmail.com> Sun, 13 Aug 2006 15:52:14 +0200
casper (1.63+debian-1) unstable; urgency=low
[Marco Amadori]
* New upstream release.
* Fixed upstream changelog.
* Really fixed the user password issue, now really "debian".
* Reincluded casper-md5ckeck in debian/rules and 05mountpoints in
script/casper-bottom.
* Rewrote netboot support now will support all types of rootfs file images
(not only plain dirs) like cd/dvd one.
* Included a fix for USB by Davide Natalini <davide.natalini@studio.unibo.it>
* Included support for plain directory as RO rootfs.
* Removed xfs support (not implemented in make-live, maybe useless).
[Alex Owen]
* Added NFS netboot support (Closes: #380506).
* Fixed /etc/inittab editing (Closes: #380488).
* Do not try to eject cd if netbooted (Closes: #380502).
[Daniel Baumann]
* Minor debian/rules reordering.
* Changed "Section:" from "admin" to "misc".
-- Marco Amadori <marco.amadori@gmail.com> Sun, 30 Jul 2006 19:10:23 +0200
casper (1.61+debian-2) unstable; urgency=low
* Set password for user to 'debian'.
-- Daniel Baumann <daniel@debian.org> Wed, 19 Jul 2006 20:56:00 +0200
casper (1.61+debian-1) unstable; urgency=low
[ Daniel Baumann ]
* Rebuild tarball without debian directory.
* Using dpatch for upstream modifications.
* Added patch for proper GDM autologin from Arnaud Cornet
<arnaud.cornet@gmail.com>.
[ Marco Amadori ]
* New upstream release (Resynced with 1.61, bzr 258).
* Usb discover patch from Malcom Gilles <live@ouabain.org>.
-- Marco Amadori <marco.amadori@gmail.com> Tue, 18 Jul 2006 23:34:59 +0200
casper (1.59+debian-1) unstable; urgency=low
[ Daniel Baumann ]
* Upload to unstable (Closes: #354539).
[ Marco Amadori ]
* Added possibility to set locale on chroot, not only at runtime.
* Removed "persistent" wait.
* Fixed persistence lock and added "homepersistence" boot parameter.
* Updated locales handling to latest debian policy.
* Cleanups
-- Daniel Baumann <daniel@debian.org> Thu, 22 Jun 2006 06:21:00 +0200
casper (1.59+debian-0) UNRELEASED; urgency=low
* Added "toram" boot parameter.
* Extendend fs support to ext2 and xfs file image.
* Changed debian-inexistant "-Q" modprobe option with "-q".
* Removed ubiquity code.
* USERNAME and HOST defaulted to "debian".
* Preliminary netboot (cifs) patch by
"Jason D. Clinton" <me@jasonclinton.com>
* Lowered dependence of dmsetup code (now only Suggests).
* Checks for replacing "udevplug" (ubuntu-only) with "udevtrigger".
* Reworked xorg and anacron patches from
Frederic Lehobey <Frederic.Lehobey@free.fr>.
* scripts/casper-bottom/10adduser: configuring only the $USERNAME for sudo
instead of group 'admin'.
-- Marco Amadori <marco.amadori@gmail.com> Fri, 16 Jun 2006 11:01:48 +0200
|