<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/usr.sbin/sysinstall/dispatch.c, branch release/8.1.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F8.1.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F8.1.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2009-07-08T06:07:51Z</updated>
<entry>
<title>Add support for using a livefs from a USB disk.</title>
<updated>2009-07-08T06:07:51Z</updated>
<author>
<name>Colin Percival</name>
<email>cperciva@FreeBSD.org</email>
</author>
<published>2009-07-08T06:07:51Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=71b38b3c129bc0d737201031fb75cf407f4bdfb6'/>
<id>urn:sha1:71b38b3c129bc0d737201031fb75cf407f4bdfb6</id>
<content type='text'>
Submitted by:	randi
Approved by:	re (kensmith)
</content>
</entry>
<entry>
<title>Make sysinstall search for /dev/daXa and register such devices as USB disks.</title>
<updated>2009-06-24T23:17:00Z</updated>
<author>
<name>Colin Percival</name>
<email>cperciva@FreeBSD.org</email>
</author>
<published>2009-06-24T23:17:00Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=2245fa69bb176119fa09cd4da34443b08fc8d361'/>
<id>urn:sha1:2245fa69bb176119fa09cd4da34443b08fc8d361</id>
<content type='text'>
This covers the common case of unsliced USB drives, and makes it possible to
select them as installation source media.

PR:		61152, 115197, 135016
Submitted by:	randi
MFC after:	1 month
</content>
</entry>
<entry>
<title>Add menus to read install.cfg from any disk device sysinstall can see</title>
<updated>2009-03-13T03:51:41Z</updated>
<author>
<name>Greg Lehey</name>
<email>grog@FreeBSD.org</email>
</author>
<published>2009-03-13T03:51:41Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=7a2b724a3b5825460cae8c4b9bcf28454c0d4591'/>
<id>urn:sha1:7a2b724a3b5825460cae8c4b9bcf28454c0d4591</id>
<content type='text'>
(eg USB key, CD) rather than just floppy.

Handle \r\n line termination in a cfg file.

Add keeprcconf variable.

Submitted by: Daniel O'Connor
</content>
</entry>
<entry>
<title>As threatened a while ago, remove support for tape media.  Reports vary</title>
<updated>2008-12-17T02:52:45Z</updated>
<author>
<name>Ken Smith</name>
<email>kensmith@FreeBSD.org</email>
</author>
<published>2008-12-17T02:52:45Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=b6716b27f2053e752697d03d8e27368d7ec363b5'/>
<id>urn:sha1:b6716b27f2053e752697d03d8e27368d7ec363b5</id>
<content type='text'>
but most people believe it stopped working a while ago.
</content>
</entry>
<entry>
<title>Stop treating Xorg as a distribution in the mainline portion of sysinstall</title>
<updated>2008-12-16T01:18:10Z</updated>
<author>
<name>Ken Smith</name>
<email>kensmith@FreeBSD.org</email>
</author>
<published>2008-12-16T01:18:10Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=0a65345ca494092b1990c4924696781acbb3e290'/>
<id>urn:sha1:0a65345ca494092b1990c4924696781acbb3e290</id>
<content type='text'>
and leave it to be handled in the packages section (or post-install
completely) along with all the other packages.
</content>
</entry>
<entry>
<title>Add `mediaOpen' function.  This function mounts selected media device.</title>
<updated>2006-01-27T21:00:31Z</updated>
<author>
<name>Jung-uk Kim</name>
<email>jkim@FreeBSD.org</email>
</author>
<published>2006-01-27T21:00:31Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=910d8ea0aad37dad0414fbdbec37834cfbd2b678'/>
<id>urn:sha1: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>
</entry>
<entry>
<title>Remove support for configuring the X server from sysinstall.  General</title>
<updated>2004-08-30T21:03:09Z</updated>
<author>
<name>Ken Smith</name>
<email>kensmith@FreeBSD.org</email>
</author>
<published>2004-08-30T21:03:09Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=83c7f6e5de2522dd058016c6f43eae62766f40c8'/>
<id>urn:sha1:83c7f6e5de2522dd058016c6f43eae62766f40c8</id>
<content type='text'>
concensus seems to be that is best left for doing post-install.

Discussed on:	freebsd-current@
Tested with:	make release
Approved by:	re@
MFC after:	3 days
</content>
</entry>
<entry>
<title>Remove the vestiges of the old pre-"X_AS_PKG" way we used to handled the</title>
<updated>2003-08-19T23:23:27Z</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2003-08-19T23:23:27Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=c5f8ff3aeec5d1d39cf461c8235e6298b9b3d0cc'/>
<id>urn:sha1:c5f8ff3aeec5d1d39cf461c8235e6298b9b3d0cc</id>
<content type='text'>
installing XFree86 (version 3.3.6 and before).

Reviewed by:	jhb
</content>
</entry>
<entry>
<title>- Rename installFixupBin to installFixupBase to finish up the 'bin' to</title>
<updated>2003-01-17T19:05:32Z</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2003-01-17T19:05:32Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=4b6c29cebcdb48c45e47ea3539a71f5bef3735a6'/>
<id>urn:sha1:4b6c29cebcdb48c45e47ea3539a71f5bef3735a6</id>
<content type='text'>
  'base' dist rename.
- Rework struct dist to allow for different types of dists.  There are
  currently three types of dists: DT_TARBALL, the traditonal gzipped and
  split tar file; DT_PACKAGE, a package; and DT_SUBDIST, a meta-dist in
  the tree that has its own array of dists as its contents.  For example,
  the 'base' dist is a DT_TARBALL dist, the 'perl' dist is a DT_PACKAGE
  dist, and the 'src' dist is a DT_SUBDIST dist with its own dist table
  that contains 'sbase', 'ssys', etc.
- Add helper macros for defining array entries for the different types of
  dists to try and make the statically defined dist table in dist.c more
  readable.
- Split the logic to deal with a DT_TARBALL dist out of distExtract()
  and into its own distExtractTarball() function.  distExtract() now
  calls other functions to extract each dist.
- Tweak the percentage complete calculation in distExtractTarball() to
  do the multiply prior to the divide so it doesn't have to use floating
  point.
- Axe the installPackage() function along with the special handling for
  the perl and XFree86 dists in distExtractAll() since distExtract()
  handles package dists directly now.
- Add back in subdists for the X packages based on the split up packages
  that XFree86-4 uses that as closely map to the X dists we used with
  X 3.3.x.
- Lots of things like distSetX() and the X dist masks are no longer
  #ifndef X_AS_PKG since we use them in both cases now.
- Make the entire installFixupXFree() function #ifndef X_AS_PKG, we only
  call it in that case anyways, and it's not suitable for the X_AS_PKG
  case.
- Add in X dist menus for the X_AS_PKG case.

Approved by:	re
</content>
</entry>
<entry>
<title>Only include the diskPartitionEditor script command if WITH_SLICES is</title>
<updated>2002-11-27T19:41:06Z</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2002-11-27T19:41:06Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=404846adf04ba02e57404ca54c58aab25ddafa74'/>
<id>urn:sha1:404846adf04ba02e57404ca54c58aab25ddafa74</id>
<content type='text'>
defined.

Approved by:	re
</content>
</entry>
</feed>
