Gentoo Archives: gentoo-commits

From: "Chris Gianelloni (wolf31o2)" <wolf31o2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] catalyst r1381 - in trunk: . livecd/files
Date: Thu, 27 Mar 2008 04:51:28
Message-Id: E1Jek5F-0003yk-Kd@stork.gentoo.org
1 Author: wolf31o2
2 Date: 2008-03-27 04:51:24 +0000 (Thu, 27 Mar 2008)
3 New Revision: 1381
4
5 Modified:
6 trunk/ChangeLog
7 trunk/livecd/files/README.txt
8 Log:
9 Added dosshd, passwd=, and nonfs to README.txt, since they were missing.
10
11 Modified: trunk/ChangeLog
12 ===================================================================
13 --- trunk/ChangeLog 2008-03-27 03:59:53 UTC (rev 1380)
14 +++ trunk/ChangeLog 2008-03-27 04:51:24 UTC (rev 1381)
15 @@ -2,6 +2,10 @@
16 # $Id: $
17
18 27 Mar 2008; Chris Gianelloni <wolf31o2@g.o>
19 + livecd/files/README.txt:
20 + Added dosshd, passwd=, and nonfs to README.txt, since they were missing.
21 +
22 + 27 Mar 2008; Chris Gianelloni <wolf31o2@g.o>
23 targets/support/rc-update.sh:
24 Added mdraid for baselayout-2 users.
25
26
27 Modified: trunk/livecd/files/README.txt
28 ===================================================================
29 --- trunk/livecd/files/README.txt 2008-03-27 03:59:53 UTC (rev 1380)
30 +++ trunk/livecd/files/README.txt 2008-03-27 04:51:24 UTC (rev 1381)
31 @@ -84,9 +84,13 @@
32 doload=X This causes the initial ramdisk to load any module listed, as
33 well as dependencies. Replace X with the module name.
34 Multiple modules can be specified by a comma-separated list.
35 +dosshd Starts sshd on boot, which is useful for unattended installs.
36 +passwd=foo Sets whatever follows the equals as the root password, which
37 + is required for dosshd since we scramble the root password.
38 noload=X This causes the initial ramdisk to skip the loading of a
39 specific module that may be causing a problem. Syntax matches
40 that of doload.
41 +nonfs Disables the starting of portmap/nfsmount on boot.
42 nox This causes an X-enabled LiveCD to not automatically start X,
43 but rather, to drop to the command line instead.
44 scandelay This causes the CD to pause for 10 seconds during certain
45
46 --
47 gentoo-commits@l.g.o mailing list