<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/usr.sbin/sysinstall/sysinstall.8, branch release/7.0.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/'/>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>2008-02-24T05:45:17+00:00</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2008-02-24T05:45:17+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=a9c219fa3cec18ef9f30edec6fa106bf0e2d423d'/>
<id>a9c219fa3cec18ef9f30edec6fa106bf0e2d423d</id>
<content type='text'>
'RELENG_7_0_0_RELEASE'.

This commit was manufactured to restore the state of the 7.0-RELEASE image.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
'RELENG_7_0_0_RELEASE'.

This commit was manufactured to restore the state of the 7.0-RELEASE image.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix a number of documentation-lags-behind-reality bugs in sysinstall(8).</title>
<updated>2007-06-25T16:37:17+00:00</updated>
<author>
<name>Philip Paeps</name>
<email>philip@FreeBSD.org</email>
</author>
<published>2007-06-25T16:37:17+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=8375edb4bb8771ceb29dfd44f47e5d03544c5dda'/>
<id>8375edb4bb8771ceb29dfd44f47e5d03544c5dda</id>
<content type='text'>
While here, fix a couple of comments too.

Submitted by:	Oliver Fromme &lt;olli -at- lurza.secnetix.de&gt;
Approved by:	re (kensmith)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
While here, fix a couple of comments too.

Submitted by:	Oliver Fromme &lt;olli -at- lurza.secnetix.de&gt;
Approved by:	re (kensmith)
</pre>
</div>
</content>
</entry>
<entry>
<title>Bring these files up-to-date.</title>
<updated>2007-02-18T22:41:41+00:00</updated>
<author>
<name>Ceri Davies</name>
<email>ceri@FreeBSD.org</email>
</author>
<published>2007-02-18T22:41:41+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=aaf6f0feaafc5ddf58da1b37ae11b0aae2652e39'/>
<id>aaf6f0feaafc5ddf58da1b37ae11b0aae2652e39</id>
<content type='text'>
PR:		docs/108536
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PR:		docs/108536
</pre>
</div>
</content>
</entry>
<entry>
<title>Clarify the description of the shutdown command.</title>
<updated>2007-02-18T22:04:14+00:00</updated>
<author>
<name>Ceri Davies</name>
<email>ceri@FreeBSD.org</email>
</author>
<published>2007-02-18T22:04:14+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=c12e775489957891bad0494d79130da639f348b2'/>
<id>c12e775489957891bad0494d79130da639f348b2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Document sysinstall's limitation on operating on mounted disks.</title>
<updated>2006-04-30T06:28:29+00:00</updated>
<author>
<name>Scott Long</name>
<email>scottl@FreeBSD.org</email>
</author>
<published>2006-04-30T06:28:29+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=1b355c2dc7329f4aa0686562862841243e3505fc'/>
<id>1b355c2dc7329f4aa0686562862841243e3505fc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add `mediaOpen' function.  This function mounts selected media device.</title>
<updated>2006-01-27T21:00:31+00:00</updated>
<author>
<name>Jung-uk Kim</name>
<email>jkim@FreeBSD.org</email>
</author>
<published>2006-01-27T21:00:31+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=910d8ea0aad37dad0414fbdbec37834cfbd2b678'/>
<id>910d8ea0aad37dad0414fbdbec37834cfbd2b678</id>
<content type='text'>
For example, you can dynamically generate and load configuration file
depending on the hardware configuration with the following template:

	mediaSetCDROM
	mediaOpen
	command='/dist/rescue/sh /dist/scripts/install.sh'
	system
	mediaClose
	configFile=/tmp/generated.cfg
	loadConfig

Now we have full access to files on the media before installation begins.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
For example, you can dynamically generate and load configuration file
depending on the hardware configuration with the following template:

	mediaSetCDROM
	mediaOpen
	command='/dist/rescue/sh /dist/scripts/install.sh'
	system
	mediaClose
	configFile=/tmp/generated.cfg
	loadConfig

Now we have full access to files on the media before installation begins.
</pre>
</div>
</content>
</entry>
<entry>
<title>-mdoc sweep.</title>
<updated>2005-11-18T10:56:28+00:00</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2005-11-18T10:56:28+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=78ad54210fe02edbec3bfe18db3a33088b7c06ff'/>
<id>78ad54210fe02edbec3bfe18db3a33088b7c06ff</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Catch up with menus.c revision 1.399.</title>
<updated>2005-07-17T03:24:11+00:00</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2005-07-17T03:24:11+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=b46cfec2223c79bb1ebf33f948d5f0d1c56af59d'/>
<id>b46cfec2223c79bb1ebf33f948d5f0d1c56af59d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Provide 32-bit runtime support on amd64 as a separate distribution, lib32.</title>
<updated>2005-06-16T18:16:14+00:00</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2005-06-16T18:16:14+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=ece6831d383afe54b9a005f4f83f3abf4653f445'/>
<id>ece6831d383afe54b9a005f4f83f3abf4653f445</id>
<content type='text'>
Prodded by:	obrien
Nodded by:	peter
Approved by:	re
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Prodded by:	obrien
Nodded by:	peter
Approved by:	re
</pre>
</div>
</content>
</entry>
<entry>
<title>Use the correct variable name for the description of multi-volume</title>
<updated>2005-03-18T01:05:46+00:00</updated>
<author>
<name>Murray Stokely</name>
<email>murray@FreeBSD.org</email>
</author>
<published>2005-03-18T01:05:46+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=912faad0ea56cf8875525ad0ad99c5bf3f982954'/>
<id>912faad0ea56cf8875525ad0ad99c5bf3f982954</id>
<content type='text'>
support in cdrom.inf.  Should be CD_VOLUME.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
support in cdrom.inf.  Should be CD_VOLUME.
</pre>
</div>
</content>
</entry>
</feed>
