Author: codehelp
Date: 2010-07-06 13:47:00 +0100 (Tue, 06 Jul 2010)
New Revision: 1184
Modified:
balloon/tags/1.0-rc1/rootfs/debian/balloon3-config-tcl-sl40/README
balloon/tags/1.0-rc1/rootfs/debian/balloon3-config-tcl-sl40/debian/changelog
balloon/tags/1.0-rc1/rootfs/debian/balloon3-config-tcl-sl40/debian/control
balloon/tags/1.0-rc1/rootfs/debian/balloon3-config-tcl-sl40/debian/postinst
balloon/tags/1.0-rc1/rootfs/debian/balloon3-config-tcl-sl40/debian/rules
Log:
Remove all files from package (to prevent removal of /etc/fstab if
this package gets purged), leave only chpasswd until Debian supports
a debconf method for runtime passwd.
Modified: balloon/tags/1.0-rc1/rootfs/debian/balloon3-config-tcl-sl40/README
===================================================================
--- balloon/tags/1.0-rc1/rootfs/debian/balloon3-config-tcl-sl40/README 2010-07-06 12:46:52 UTC (rev 1183)
+++ balloon/tags/1.0-rc1/rootfs/debian/balloon3-config-tcl-sl40/README 2010-07-06 12:47:00 UTC (rev 1184)
@@ -1,3 +1,2 @@
-This is a very minimal package. It contains a postinstall script
-to set up a rootfs for balloon3-tcl-sl40 (as a debootstrap 2nd stage).
-This is now pretty-much just setting root password.
+This is a very minimal package to set a default root
+password of 'rootme'.
Modified: balloon/tags/1.0-rc1/rootfs/debian/balloon3-config-tcl-sl40/debian/changelog
===================================================================
--- balloon/tags/1.0-rc1/rootfs/debian/balloon3-config-tcl-sl40/debian/changelog 2010-07-06 12:46:52 UTC (rev 1183)
+++ balloon/tags/1.0-rc1/rootfs/debian/balloon3-config-tcl-sl40/debian/changelog 2010-07-06 12:47:00 UTC (rev 1184)
@@ -1,3 +1,11 @@
+balloon3-config-tcl-sl40 (0.6.2) unstable; urgency=low
+
+ * Remove all files from package (to prevent removal of /etc/fstab if
+ this package gets purged), leave only chpasswd until Debian supports
+ a debconf method for runtime passwd.
+
+ -- Neil Williams <neilw@toby-churchill.com> Mon, 05 Jul 2010 14:33:58 +0100
+
balloon3-config-tcl-sl40 (0.6.1) unstable; urgency=low
* Don't create user 'user' - that's a job for user-specific
Modified: balloon/tags/1.0-rc1/rootfs/debian/balloon3-config-tcl-sl40/debian/control
===================================================================
--- balloon/tags/1.0-rc1/rootfs/debian/balloon3-config-tcl-sl40/debian/control 2010-07-06 12:46:52 UTC (rev 1183)
+++ balloon/tags/1.0-rc1/rootfs/debian/balloon3-config-tcl-sl40/debian/control 2010-07-06 12:47:00 UTC (rev 1184)
@@ -1,14 +1,15 @@
Source: balloon3-config-tcl-sl40
Section: base
Priority: required
-Maintainer: Nic <wookey@wookware.org>
+Maintainer: Wookey <wookey@wookware.org>
+Uploaders: Neil Williams <neilw@toby-churchill.com>
Build-Depends: debhelper (>= 5.0.0)
-Standards-Version: 3.7.2
+Standards-Version: 3.8.0
Package: balloon3-config
Architecture: all
-Priority: required
-Depends: passwd, hostname, dash
-Description: Balloon 3 Debian Rootfs configuration for tcl sl40 product
- Scripts and files to modify a standard debootstrap rootfs to be suitable for Balloon3 use.
- It sets console, devices, modules, hostname, mounts etc.
+Depends: passwd
+Description: Set a default root password
+ Temporary package to set the default root password.
+ .
+ Can be safely removed after installation.
Modified: balloon/tags/1.0-rc1/rootfs/debian/balloon3-config-tcl-sl40/debian/postinst
===================================================================
--- balloon/tags/1.0-rc1/rootfs/debian/balloon3-config-tcl-sl40/debian/postinst 2010-07-06 12:46:52 UTC (rev 1183)
+++ balloon/tags/1.0-rc1/rootfs/debian/balloon3-config-tcl-sl40/debian/postinst 2010-07-06 12:47:00 UTC (rev 1184)
@@ -1,7 +1,6 @@
#! /bin/sh
set -e
-ROOT=""
case "$1" in
configure)
@@ -12,19 +11,10 @@
# and 'changed 1 day after 1970'
chage -E -1 root
chage -d 1 root
- #avoid whinge about missing packages file
- #touch /var/lib/apt/lists/_mnt_sda1_dists_balloon-etch_main_binary-arm_Packages
- #point /dev/random at /dev/urandom as without a keyboard we don't get enough entropy
- # this only helps if udev is not installed
- ln -sf /dev/urandom /dev/random
- #use bash, not dash - saves 10 seconds on boot
- ln -sf /bin/dash /bin/sh
fi
;;
-
abort-upgrade|abort-remove|abort-deconfigure)
;;
-
*)
echo "postinst called with unknown argument \`$1'" >&2
exit 1
Modified: balloon/tags/1.0-rc1/rootfs/debian/balloon3-config-tcl-sl40/debian/rules
===================================================================
--- balloon/tags/1.0-rc1/rootfs/debian/balloon3-config-tcl-sl40/debian/rules 2010-07-06 12:46:52 UTC (rev 1183)
+++ balloon/tags/1.0-rc1/rootfs/debian/balloon3-config-tcl-sl40/debian/rules 2010-07-06 12:47:00 UTC (rev 1184)
@@ -16,19 +16,13 @@
dh_testdir
dh_testroot
dh_clean -k
-# dh_installdirs
-# dh_install
binary-indep: install
dh_testdir
dh_testroot
dh_installchangelogs
-# dh_installdocs -s
-# dh_installman -s
-# dh_link -s
-# dh_strip -s
-# dh_compress -s
dh_fixperms
+ dh_compress
dh_installdeb
dh_gencontrol
dh_md5sums