[SCM] live-initramfs branch, debian-next, updated. debian/1.236.1-1-7-gbd8d4b0
Daniel Baumann
daniel at debian.org
Sun May 16 09:34:37 UTC 2010
The following commit has been merged in the debian-next branch:
commit bd8d4b0f9f28d24c4470b2e7d0acef37f4e3af9a
Author: Daniel Baumann <daniel at debian.org>
Date: Sun May 16 11:28:35 2010 +0200
Moving 22gnome_panel_data to live-sysinit.
diff --git a/scripts/live-bottom/22gnome_panel_data b/scripts/live-bottom/22gnome_panel_data
deleted file mode 100755
index 09449e2..0000000
--- a/scripts/live-bottom/22gnome_panel_data
+++ /dev/null
@@ -1,39 +0,0 @@
-#!/bin/sh
-
-#set -e
-
-# initramfs-tools header
-
-PREREQ=""
-
-prereqs()
-{
- echo "${PREREQ}"
-}
-
-case "${1}" in
- prereqs)
- prereqs
- exit 0
- ;;
-esac
-
-# live-initramfs header
-
-if [ ! -e /root/var/lib/dpkg/info/gnome-panel-data.list ] || [ -n "${NOGNOMEPANEL}" ]
-then
- exit 0
-fi
-
-. /scripts/live-functions
-
-log_begin_msg "Configuring gnome-panel-data"
-
-# live-initramfs script
-
-if [ -n "${USERNAME}" ]
-then
- chroot /root sudo -u "${USERNAME}" gconftool-2 -s -t bool /apps/panel/global/disable_lock_screen true
-fi
-
-log_end_msg
--
live-initramfs
More information about the debian-live-changes
mailing list