Skip to content

Commit

Permalink
Adding live-initramfs 1.99.1-1.
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-baumann committed Sep 23, 2007
1 parent 8319c25 commit bee74e5
Show file tree
Hide file tree
Showing 11 changed files with 49 additions and 12 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\\-27/2007\\-09\\-03/' \
-e 's/27.08.2007/03.09.2007/' \
-e 's/1.96.2/1.96.3/' \
sed -i -e 's/2007\\-09\\-03/2007\\-09\\-10/' \
-e 's/03.09.2007/10.09.2007/' \
-e 's/1.99.1/1.99.2/' \
$$FILE; \
done

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

* New upstream release.

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

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

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

* Merging changes from casper 1.97, 1.98 and 1.99.
* Uploaded 1.99.1-1.

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

* scripts/live-bottom/12fstab:
Expand Down
22 changes: 22 additions & 0 deletions docs/ChangeLog.casper
@@ -1,3 +1,25 @@
casper (1.99) gutsy; urgency=low

[ Luke Yelavich ]
* scripts/casper-bottom/30accessibility &
ubiquity-hooks/30accessibility:
- Change gconf setting used to automatically start Orca (LP: #131808).

-- Colin Watson <cjwatson@ubuntu.com> Fri, 31 Aug 2007 13:09:46 +0100

casper (1.98) gutsy; urgency=low

* Load /preseed.cfg if it exists in the initramfs.

-- Colin Watson <cjwatson@ubuntu.com> Wed, 29 Aug 2007 16:18:27 +0100

casper (1.97) gutsy; urgency=low

* Fix paths in scripts/casper-bottom/10adduser and
scripts/casper-bottom/38disable_restricted_manager

-- Jonathan Riddell <jriddell@ubuntu.com> Wed, 29 Aug 2007 15:26:33 +0100

casper (1.96) gutsy; urgency=low

[ Colin Watson ]
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.96.2-1 on 2007-07-30.
Updated for live-initramfs 1.96.3-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\-27" "1.96.2" "live\-initramfs"
.TH LIVE\-INITRAMFS 7 "2007\-09\-03" "1.96.3" "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\-27" "1.96.2" "live\-initramfs"
.TH LIVE\-SNAPSHOT 1 "2007\-09\-03" "1.96.3" "live\-initramfs"

.SH NAME
live\-snapshot \- a simple script to ease persistence usage
Expand Down
2 changes: 1 addition & 1 deletion scripts/live-bottom/10adduser
Expand Up @@ -109,7 +109,7 @@ if [ -L /root/home/$USERNAME/Examples ]; then
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
chroot /root install -D -o $USERNAME -g $USERNAME /usr/share/apps/khelpcenter/plugins/kubuntu/about-kubuntu.desktop.tobemoved /home/$USERNAME/Desktop/about-kubuntu.desktop
fi

log_end_msg
4 changes: 4 additions & 0 deletions scripts/live-bottom/24preseed
Expand Up @@ -26,6 +26,10 @@ log_begin_msg "Loading preseed file..."

# live-initramfs script

if [ -e /preseed.cfg ]; then
chroot /root debconf-set-selections < /preseed.cfg
fi

if [ -f "/root/${LOCATION}" ]; then
chroot /root debconf-set-selections < "/root/${LOCATION}"
fi
Expand Down
6 changes: 3 additions & 3 deletions scripts/live-bottom/30accessibility
Expand Up @@ -64,7 +64,7 @@ case ${ACCESS} in
# Moderate Visual Impairment
access=v2)
gct -s -t bool /desktop/gnome/interface/accessibility true
gct -s -t list --list-type=string /desktop/gnome/accessibility/startup/exec_ats [orca]
gct -s -t bool /desktop/gnome/applications/at/visual/startup true
if [ -e /root/usr/share/pycentral/gnome-orca/site-packages/orca/settings.py ]; then
sed -i '/^enableSpeech\W/ s/True/False/;/^enableMagnifier/ s/False/True/' /root/usr/share/pycentral/gnome-orca/site-packages/orca/settings.py
fi
Expand All @@ -76,13 +76,13 @@ case ${ACCESS} in
# Disabled for now, until we know eSpeak works.
#gct -s -t bool /desktop/gnome/sound/enable_esd false
gct -s -t bool /desktop/gnome/interface/accessibility true
gct -s -t list --list-type=string /desktop/gnome/accessibility/startup/exec_ats [orca]
gct -s -t bool /desktop/gnome/applications/at/visual/startup true
gct -s -t bool /apps/gksu/disable-grab true
;;
# Braille
braille=ask)
gct -s -t bool /desktop/gnome/interface/accessibility true
gct -s -t list --list-type=string /desktop/gnome/accessibility/startup/exec_ats [orca]
gct -s -t bool /desktop/gnome/applications/at/visual/startup true
if [ -e /root/usr/share/pycentral/gnome-orca/site-packages/orca/settings.py ]; then
sed -i '/^enableSpeech\W/ s/True/False/;/^enableBraille/ s/False/True/' /root/usr/share/pycentral/gnome-orca/site-packages/orca/settings.py
fi
Expand Down
4 changes: 2 additions & 2 deletions scripts/live-bottom/38disable_restricted_manager
Expand Up @@ -20,8 +20,8 @@ esac

log_begin_msg "$DESCRIPTION"

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

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

log_end_msg

0 comments on commit bee74e5

Please sign in to comment.