From 53d6aa07a26b3613d3d3f3e21b3b9e9b8b2b0917 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 18 Apr 2010 20:39:21 +0200 Subject: [PATCH] Adding upstream version 1.91.1. --- Makefile | 4 ++-- docs/CREDITS | 1 + docs/ChangeLog | 14 ++++++++++++++ docs/ChangeLog.casper | 8 ++++++++ hooks/live | 2 +- manpages/live-initramfs.en.7 | 2 +- manpages/live-snapshot.en.1 | 2 +- scripts/live-bottom/18hostname | 2 +- scripts/live-bottom/40install_driver_updates | 6 ++++-- scripts/local-top/live | 23 +++++++++++++++++++++++ 10 files changed, 56 insertions(+), 8 deletions(-) create mode 100755 scripts/local-top/live diff --git a/Makefile b/Makefile index 18ae2e6..40fcf7b 100644 --- a/Makefile +++ b/Makefile @@ -117,8 +117,8 @@ uninstall: update: set -e; for MANPAGE in manpages/*.en.*; \ do \ - sed -i -e 's/2007\\-06\\-04/2007\\-06\\-11/' \ - -e 's/1.88.1/1.90.1/' \ + sed -i -e 's/2007\\-06\\-11/2007\\-06\\-18/' \ + -e 's/1.91.1/1.91.2/' \ $$MANPAGE; \ done diff --git a/docs/CREDITS b/docs/CREDITS index 00293a9..c10f802 100644 --- a/docs/CREDITS +++ b/docs/CREDITS @@ -16,3 +16,4 @@ Patches (alphabetical order): * Oliver Osburg * Otavio Salvador * Sebastian Raveau + * Thomas Lange diff --git a/docs/ChangeLog b/docs/ChangeLog index c281ef9..612ad0d 100644 --- a/docs/ChangeLog +++ b/docs/ChangeLog @@ -1,3 +1,17 @@ +2007-06-17 Daniel Baumann + + * Added patch from Thomas Lange to + properly load ide-generic after udev. + +2007-06-15 Daniel Baumann + + * Merging changes from casper 1.91. + +2007-06-14 Daniel Baumann + + * scripts/live-bottom/18hostname: + - Appending to /etc/hosts to not overwrite custom settings. + 2007-06-08 Daniel Baumann * Merging changes from casper 1.88. diff --git a/docs/ChangeLog.casper b/docs/ChangeLog.casper index c4174e6..e125fa4 100644 --- a/docs/ChangeLog.casper +++ b/docs/ChangeLog.casper @@ -1,3 +1,11 @@ +casper (1.91) gutsy; urgency=low + + * Fix Maintainer field (ubuntu-devel-discuss, not ubuntu-devel). + * Remember to strip directories from paths when dealing with driver update + .debs (LP: #120217). + + -- Colin Watson Thu, 14 Jun 2007 09:51:33 +0100 + casper (1.90) gutsy; urgency=low * Added to 22screensaver, to stop the screen automatically locking. diff --git a/hooks/live b/hooks/live index e94590d..a2e5943 100755 --- a/hooks/live +++ b/hooks/live @@ -83,8 +83,8 @@ manual_add_modules nls_utf8 manual_add_modules vfat # Hardware: cdrom -force_load ide-generic manual_add_modules ide-cd +manual_add_modules ide-generic manual_add_modules ohci1394 manual_add_modules sbp2 manual_add_modules sr_mod diff --git a/manpages/live-initramfs.en.7 b/manpages/live-initramfs.en.7 index fb4a7d6..098882f 100644 --- a/manpages/live-initramfs.en.7 +++ b/manpages/live-initramfs.en.7 @@ -1,4 +1,4 @@ -.TH LIVE\-INITRAMFS 7 "2007\-06\-11" "1.90.1" "live\-initramfs" +.TH LIVE\-INITRAMFS 7 "2007\-06\-18" "1.91.1" "live\-initramfs" .SH NAME live\-initramfs \- Debian Live initramfs hook diff --git a/manpages/live-snapshot.en.1 b/manpages/live-snapshot.en.1 index 737edee..7149aa0 100644 --- a/manpages/live-snapshot.en.1 +++ b/manpages/live-snapshot.en.1 @@ -1,4 +1,4 @@ -.TH LIVE\-SNAPSHOT 1 "2007\-06\-11" "1.90.1" "live\-initramfs" +.TH LIVE\-SNAPSHOT 1 "2007\-06\-18" "1.91.1" "live\-initramfs" .SH NAME live\-snapshot \- a simple script to ease persistence usage diff --git a/scripts/live-bottom/18hostname b/scripts/live-bottom/18hostname index e854eb2..430d0a0 100755 --- a/scripts/live-bottom/18hostname +++ b/scripts/live-bottom/18hostname @@ -27,7 +27,7 @@ log_begin_msg "Setting hostname..." # live-initramfs script echo "$HOSTNAME" > /root/etc/hostname -cat > /root/etc/hosts <> /root/etc/hosts <