diff options
| author | Daniel Baumann <daniel@debian.org> | 2007-09-23 14:46:24 +0200 |
|---|---|---|
| committer | Daniel Baumann <daniel@debian.org> | 2007-09-23 14:46:24 +0200 |
| commit | a4a7503df76005df67b006e1324004c808830c32 (patch) | |
| tree | c32374267b6ac6e43179a1a8b66ef69a4f2731bd /debian | |
| parent | a4f706a4bfe34ed6064c79d5ad7b3295fb0431cd (diff) | |
| download | live-boot-a4a7503df76005df67b006e1324004c808830c32.tar.gz live-boot-a4a7503df76005df67b006e1324004c808830c32.zip | |
Adding casper 1.65+debian-1.
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 9 | ||||
| -rw-r--r-- | debian/changelog.upstream | 19 | ||||
| -rw-r--r-- | debian/control | 4 | ||||
| -rw-r--r-- | debian/install | 2 | ||||
| -rw-r--r-- | debian/ubiquity-casper.install | 2 |
5 files changed, 34 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index eb8357d..9da2e97 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +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. diff --git a/debian/changelog.upstream b/debian/changelog.upstream index 5385ac0..8e20a26 100644 --- a/debian/changelog.upstream +++ b/debian/changelog.upstream @@ -1,3 +1,22 @@ +casper (1.65) edgy; urgency=low + + * Update to call udevsettle/udevtrigger instead of udevplug + + -- Tollef Fog Heen <tfheen@ubuntu.com> Mon, 21 Aug 2006 19:37:58 +0200 + +casper (1.64) edgy; urgency=low + + * Fix moving of squashfs mount points so that /proc/mounts in the + installed system refers to them correctly (closes: Malone #55019). As a + bonus, this lets us mount them on subdirectories of /casper/ right from + the start. + * Treat locale= as equivalent to debian-installer/locale= (closes: Malone + #53444). + * Fix ubiquity-hooks/30accessibility not to use log_end_msg, and to chroot + to /target instead of /root (closes: Malone #53277). + + -- Colin Watson <cjwatson@ubuntu.com> Thu, 3 Aug 2006 14:00:22 +0100 + casper (1.63) edgy; urgency=low [ Tollef Fog Heen ] diff --git a/debian/control b/debian/control index dd0d461..4445546 100644 --- a/debian/control +++ b/debian/control @@ -1,8 +1,8 @@ Source: casper Section: misc Priority: optional -Maintainer: Marco Amadori <marco.amadori@gmail.com> -Uploaders: Daniel Baumann <daniel@debian.org> +Maintainer: Debian Live <debian-live-devel@lists.alioth.debian.org> +Uploaders: Marco Amadori <marco.amadori@gmail.com>, Daniel Baumann <daniel@debian.org> Build-Depends: debhelper (>= 4) Standards-Version: 3.7.2 diff --git a/debian/install b/debian/install index 931c898..2514756 100644 --- a/debian/install +++ b/debian/install @@ -1,4 +1,6 @@ bin/casper-reconfigure usr/share/casper bin/casper-preseed usr/share/casper +bin/casper-getty sbin +bin/casper-login sbin hooks usr/share/initramfs-tools scripts usr/share/initramfs-tools diff --git a/debian/ubiquity-casper.install b/debian/ubiquity-casper.install new file mode 100644 index 0000000..866ebdd --- /dev/null +++ b/debian/ubiquity-casper.install @@ -0,0 +1,2 @@ +bin/casper-reconfigure usr/bin +ubiquity-hooks/* usr/lib/ubiquity/target-config |
