Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Dec 2005 20:58:14 GMT
From:      soc-andrew <soc-andrew@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 88144 for review
Message-ID:  <200512132058.jBDKwEKE086358@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=88144

Change 88144 by soc-andrew@soc-andrew_serv on 2005/12/13 20:57:51

	Remove two references to /README that imply there are install instructions there.

Affected files ...

.. //depot/projects/soc2005/bsdinstaller/src/contrib/bsdinstaller/backend/lua/install/200_select_disk.lua#3 edit
.. //depot/projects/soc2005/bsdinstaller/src/libexec/bsdinstaller/inst/Makefile#6 edit

Differences ...

==== //depot/projects/soc2005/bsdinstaller/src/contrib/bsdinstaller/backend/lua/install/200_select_disk.lua#3 (text+ko) ====

@@ -20,7 +20,7 @@
 		    "computer.  If you wish to install %s"		..
 		    " on an unorthodox storage device, you will have to " ..
 		    "exit to a %s command prompt and install it "	..
-		    "manually, using the file /README as a guide.",
+		    "manually.",
 		    App.conf.product.name, App.conf.media_name)
 		)
 		return nil

==== //depot/projects/soc2005/bsdinstaller/src/libexec/bsdinstaller/inst/Makefile#6 (text+ko) ====

@@ -1,6 +1,6 @@
 NOOBJ=
 
-FILES=          100_welcome.lua 200_select_disk.lua 220_format_disk.lua \
+FILES=          200_select_disk.lua 220_format_disk.lua \
 		250_partition_disk.lua 270_install_bootblocks.lua \
 		300_select_part.lua 400_select_subparts.lua \
 		405_warn_omitted_subparts.lua 407_create_subparts.lua \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200512132058.jBDKwEKE086358>