[Debian-live-changes] r897 - configs/daniel/config/chroot_localhooks

Daniel Baumann daniel at alioth.debian.org
Sat Mar 31 16:50:35 UTC 2007


Author: daniel
Date: 2007-03-31 16:50:35 +0000 (Sat, 31 Mar 2007)
New Revision: 897

Added:
   configs/daniel/config/chroot_localhooks/readline
Modified:
   configs/daniel/config/chroot_localhooks/bash
Log:


Modified: configs/daniel/config/chroot_localhooks/bash
===================================================================
--- configs/daniel/config/chroot_localhooks/bash	2007-03-31 16:46:52 UTC (rev 896)
+++ configs/daniel/config/chroot_localhooks/bash	2007-03-31 16:50:35 UTC (rev 897)
@@ -19,7 +19,7 @@
 	echo -e "\033[?17;0;64c"
 fi
 
-if [ -z "\${DISPLAY}" ] && [ "`tty`" = "/dev/tty1" ]
+if [ -z "\${DISPLAY}" ] && [ "\`tty\`" = "/dev/tty1" ]
 then
 	startx
 fi

Added: configs/daniel/config/chroot_localhooks/readline
===================================================================
--- configs/daniel/config/chroot_localhooks/readline	2007-03-31 16:46:52 UTC (rev 896)
+++ configs/daniel/config/chroot_localhooks/readline	2007-03-31 16:50:35 UTC (rev 897)
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+cat >> /etc/inputrc << EOF
+
+set bell-style visible
+EOF




More information about the Debian-live-changes mailing list