[Debian-live-changes] r959 - in dists/trunk/live-helper/doc: . examples

Daniel Baumann daniel at alioth.debian.org
Fri Apr 6 11:40:09 UTC 2007


Author: daniel
Date: 2007-04-06 11:40:09 +0000 (Fri, 06 Apr 2007)
New Revision: 959

Modified:
   dists/trunk/live-helper/doc/FAQ
   dists/trunk/live-helper/doc/examples/beryl-hook.sh
   dists/trunk/live-helper/doc/examples/java-hook.sh
Log:


Modified: dists/trunk/live-helper/doc/FAQ
===================================================================
--- dists/trunk/live-helper/doc/FAQ	2007-04-06 11:36:25 UTC (rev 958)
+++ dists/trunk/live-helper/doc/FAQ	2007-04-06 11:40:09 UTC (rev 959)
@@ -22,8 +22,8 @@
 --------
 
 Q: What is the root password?
-A: There is none. You can switch to root with 'sudo su -' or set a password with
+A: There is none. You can switch to root with 'sudo -i' or set a password with
    'sudo passwd'.
 
 Q: What is the user password?
-A: The user password for 'user' is 'live'.
+A: The password for the default user is 'live'.

Modified: dists/trunk/live-helper/doc/examples/beryl-hook.sh
===================================================================
--- dists/trunk/live-helper/doc/examples/beryl-hook.sh	2007-04-06 11:36:25 UTC (rev 958)
+++ dists/trunk/live-helper/doc/examples/beryl-hook.sh	2007-04-06 11:40:09 UTC (rev 959)
@@ -2,8 +2,8 @@
 
 # This is a hook for live-helper(7) to install beryl and enable aixgl.
 # It was originally written by Inigo Tejedor Arrondo <inigo at navarrux.org>.
+#
 # To enable it, copy this hook into your config/chroot_localhooks directory.
-#
 # At boot prompt, type 'linux aixgl', press enter and have fun.
 
 # Update sources.list

Modified: dists/trunk/live-helper/doc/examples/java-hook.sh
===================================================================
--- dists/trunk/live-helper/doc/examples/java-hook.sh	2007-04-06 11:36:25 UTC (rev 958)
+++ dists/trunk/live-helper/doc/examples/java-hook.sh	2007-04-06 11:40:09 UTC (rev 959)
@@ -1,6 +1,7 @@
 #!/bin/sh
 
 # This is a hook for live-helper(7) to install sun-java.
+#
 # To enable it, copy this hook into your config/chroot_localhooks directory and
 # don't forget to enable non-free in LIVE_SECTIONS.
 #




More information about the Debian-live-changes mailing list