[Debian-live-changes] r900 - in configs/daniel/config: . chroot_localhooks chroot_localincludes/etc

Daniel Baumann daniel at alioth.debian.org
Sat Mar 31 19:34:15 UTC 2007


Author: daniel
Date: 2007-03-31 19:34:15 +0000 (Sat, 31 Mar 2007)
New Revision: 900

Removed:
   configs/daniel/config/chroot_localhooks/sudo
   configs/daniel/config/chroot_localincludes/etc/sudoers
Modified:
   configs/daniel/config/chroot_localhooks/bash
   configs/daniel/config/image
Log:


Modified: configs/daniel/config/chroot_localhooks/bash
===================================================================
--- configs/daniel/config/chroot_localhooks/bash	2007-03-31 18:33:48 UTC (rev 899)
+++ configs/daniel/config/chroot_localhooks/bash	2007-03-31 19:34:15 UTC (rev 900)
@@ -1,5 +1,15 @@
 #!/bin/sh
 
+cat >> /etc/profile << EOF
+
+if [ "\${TERM}" = "linux" ] && [ "\${SHELL}" = "/bin/bash" ]
+then
+	echo -e "\033[?6c"
+fi
+
+trap clear 0
+EOF
+
 cat >> /etc/skel/.bash_profile << EOF
 
 alias cp="cp -i"
@@ -12,13 +22,6 @@
 
 export GREP_OPTIONS="--color=auto"
 
-trap clear 0
-
-if [ "\${TERM}" = "linux" ] && [ "\${SHELL}" = "/bin/bash" ]
-then
-	echo -e "\033[?6c"
-fi
-
 if [ -z "\${DISPLAY}" ] && [ "\`tty\`" = "/dev/tty1" ]
 then
 	startx

Deleted: configs/daniel/config/chroot_localhooks/sudo
===================================================================
--- configs/daniel/config/chroot_localhooks/sudo	2007-03-31 18:33:48 UTC (rev 899)
+++ configs/daniel/config/chroot_localhooks/sudo	2007-03-31 19:34:15 UTC (rev 900)
@@ -1,4 +0,0 @@
-#!/bin/sh
-
-chown root:root /etc/sudoers
-chmod 0440 /etc/sudoers

Deleted: configs/daniel/config/chroot_localincludes/etc/sudoers
===================================================================
--- configs/daniel/config/chroot_localincludes/etc/sudoers	2007-03-31 18:33:48 UTC (rev 899)
+++ configs/daniel/config/chroot_localincludes/etc/sudoers	2007-03-31 19:34:15 UTC (rev 900)
@@ -1,18 +0,0 @@
-# /etc/sudoers
-#
-# This file MUST be edited with the 'visudo' command as root.
-#
-# See the man page for details on how to write a sudoers file.
-#
-
-Defaults	env_reset
-
-# Host alias specification
-
-# User alias specification
-
-# Cmnd alias specification
-
-# User privilege specification
-root	ALL=(ALL) ALL
-daniel	ALL=(ALL) NOPASSWD:ALL

Modified: configs/daniel/config/image
===================================================================
--- configs/daniel/config/image	2007-03-31 18:33:48 UTC (rev 899)
+++ configs/daniel/config/image	2007-03-31 19:34:15 UTC (rev 900)
@@ -2,7 +2,7 @@
 
 # $LIVE_BOOTAPPEND: set boot parameters
 # (Default: empty)
-LIVE_BOOTAPPEND="vga=792"
+LIVE_BOOTAPPEND=""
 
 # $LIVE_ENCRYPTION: set encrytion
 # (Default: empty)




More information about the Debian-live-changes mailing list