[SCM] live-config branch, debian, updated. debian/3.0.1-1-2-ge2112f2

Daniel Baumann daniel at debian.org
Tue Aug 14 09:11:17 UTC 2012


The following commit has been merged in the debian branch:
commit e37bdb3bb12fdba0fccd5263685be5257333627a
Author: Daniel Baumann <daniel at debian.org>
Date:   Tue Aug 14 11:07:59 2012 +0200

    Removing live-debconfig leftovers.

diff --git a/bin/live-debconfig b/bin/live-debconfig
deleted file mode 100755
index 69b49f7..0000000
--- a/bin/live-debconfig
+++ /dev/null
@@ -1,60 +0,0 @@
-#!/bin/sh
-
-set -e
-
-# Setup local debconf
-if [ ! -e /var/lib/live/debconfig ]
-then
-	mkdir -p /var/lib/live/debconfig
-	chmod 0700 /var/lib/live/debconfig
-fi
-
-if [ ! -e /var/lib/live/debconfig/systemrc ]
-then
-
-cat > /var/lib/live/debconfig/systemrc << EOF
-Config: configdb
-Templates: templatedb
-
-Name: config
-Driver: File
-Mode: 644
-Reject-Type: password
-Filename: /var/lib/live/debconfig/config.dat
-
-Name: passwords
-Driver: File
-Mode: 600
-Backup: false
-Required: false
-Accept-Type: password
-Filename: /var/lib/live/debconfig/passwords.dat
-
-Name: configdb
-Driver: Stack
-Stack: config, passwords
-
-Name: templatedb
-Driver: File
-Mode: 644
-Filename: /var/lib/live/debconfig/templates.dat
-EOF
-
-fi
-
-DEBCONF_SYSTEMRC="/var/lib/live/debconfig/systemrc"
-
-if [ "${1}" = "--noscripts" ]
-then
-	exit
-fi
-
-# Run debconf scripts
-for _SCRIPT in /lib/live/debconfig/*
-do
-	if [ -x "${_SCRIPT}" ]
-	then
-		# FIXME: make scripts a multiselect
-		"${_SCRIPT}"
-	fi
-done

-- 
live-config



More information about the debian-live-changes mailing list