Skip to content

Commit

Permalink
Adding live-initramfs 1.96.1-1.
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-baumann committed Sep 23, 2007
1 parent ff166f4 commit cbd5078
Show file tree
Hide file tree
Showing 9 changed files with 60 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Makefile
Expand Up @@ -108,9 +108,9 @@ uninstall:
update:
set -e; for FILE in docs/parameters.txt manpages/*.en.*; \
do \
sed -i -e 's/2007\\-08\\-13/2007\\-08\\-20/' \
-e 's/13.08.2007/20.08.2007/' \
-e 's/1.95.3/1.95.4/' \
sed -i -e 's/2007\\-08\\-20/2007\\-08\\-27/' \
-e 's/20.08.2007/27.08.2007/' \
-e 's/1.96.1/1.96.2/' \
$$FILE; \
done

Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
@@ -1,3 +1,9 @@
live-initramfs (1.96.1-1) unstable; urgency=medium

* New upstream release.

-- Daniel Baumann <daniel@debian.org> Mon, 20 Aug 2007 00:00:00 +0200

live-initramfs (1.95.3-1) unstable; urgency=medium

* New upstream release.
Expand Down
5 changes: 5 additions & 0 deletions docs/ChangeLog
@@ -1,3 +1,8 @@
2007-08-21 Daniel Baumann <daniel@debian.org>

* Merging changes from casper 1.96.
* Uploaded 1.96.1-1.

2007-08-21 Daniel Baumann <daniel@debian.org>

* scripts/live:
Expand Down
12 changes: 12 additions & 0 deletions docs/ChangeLog.casper
@@ -1,8 +1,20 @@
casper (1.96) gutsy; urgency=low

[ Colin Watson ]
* Fix name and executability of timezone script.

[ Jonathan Riddell ]
* In 10adduser add About Kubuntu document to desktop and remove
restricted-manager autostart files

-- Colin Watson <cjwatson@ubuntu.com> Tue, 07 Aug 2007 12:51:02 +0100

casper (1.95) gutsy; urgency=low

* Fix regex syntax error while looking for non-CD devices for driver
updates.
* Fix ip= boot parameter, documented but not properly merged from Debian.
(LP: #128689).

-- Colin Watson <cjwatson@ubuntu.com> Fri, 27 Jul 2007 15:03:41 +0100

Expand Down
2 changes: 1 addition & 1 deletion docs/parameters.txt
@@ -1,7 +1,7 @@
Boot Parameters for Debian Live
-------------------------------

Updated for live-initramfs 1.95.3-1 on 2007-07-30.
Updated for live-initramfs 1.96.1-1 on 2007-07-30.

These options (can be combined) work from the bootloader prompt:

Expand Down
2 changes: 1 addition & 1 deletion manpages/live-initramfs.en.7
@@ -1,4 +1,4 @@
.TH LIVE\-INITRAMFS 7 "2007\-08\-13" "1.95.3" "live\-initramfs"
.TH LIVE\-INITRAMFS 7 "2007\-08\-20" "1.96.1" "live\-initramfs"

.SH NAME
live\-initramfs \- Debian Live initramfs hook
Expand Down
2 changes: 1 addition & 1 deletion manpages/live-snapshot.en.1
@@ -1,4 +1,4 @@
.TH LIVE\-SNAPSHOT 1 "2007\-08\-13" "1.95.3" "live\-initramfs"
.TH LIVE\-SNAPSHOT 1 "2007\-08\-20" "1.96.1" "live\-initramfs"

.SH NAME
live\-snapshot \- a simple script to ease persistence usage
Expand Down
4 changes: 4 additions & 0 deletions scripts/live-bottom/10adduser
Expand Up @@ -108,4 +108,8 @@ if [ -L /root/home/$USERNAME/Examples ]; then
mv /root/home/$USERNAME/Examples /root/home/$USERNAME/Desktop/
fi

if [ -f "/root/usr/share/apps/khelpcenter/plugins/kubuntu/about-kubuntu.desktop.tobemoved" ]; then
chroot /root install -D -o $USERNAME -g $USERNAME /root/usr/share/apps/khelpcenter/plugins/kubuntu/about-kubuntu.desktop.tobemoved /home/$USERNAME/Desktop/about-kubuntu.desktop
fi

log_end_msg
27 changes: 27 additions & 0 deletions scripts/live-bottom/38disable_restricted_manager
@@ -0,0 +1,27 @@
#!/bin/sh

PREREQ=""
DESCRIPTION="Disabling restricted-manager..."

. /scripts/casper-functions

prereqs()
{
echo "$PREREQ"
}

case $1 in
# get pre-requisites
prereqs)
prereqs
exit 0
;;
esac

log_begin_msg "$DESCRIPTION"

rm -f /root/usr/share/autostart/restricted-manager.desktop

rm -f /root/usr/share/autostart/restricted-manager-kde.desktop

log_end_msg

0 comments on commit cbd5078

Please sign in to comment.