PERFORCE change 111101 for review

soc-andrew soc-andrew at FreeBSD.org
Mon Dec 4 19:24:17 PST 2006


http://perforce.freebsd.org/chv.cgi?CH=111101

Change 111101 by soc-andrew at soc-andrew_serv on 2006/12/05 03:23:41

	Set the background to a file containing the FreeBSD version being installed

Affected files ...

.. //depot/projects/soc2005/bsdinstaller/src/release/bsdinstaller/bsdinstaller_shell.sh#13 edit

Differences ...

==== //depot/projects/soc2005/bsdinstaller/src/release/bsdinstaller/bsdinstaller_shell.sh#13 (text+ko) ====

@@ -13,7 +13,7 @@
 if [ ${TTY} = "/dev/ttyv0" ]
 then
   # Run the frontend on ttyv0
-  /usr/local/bin/dfuife_curses
+  /usr/local/bin/dfuife_curses -b /background.txt
 elif [ ${TTY} = "/dev/ttyv1" ]
 then
   # Run the backend on ttyv1


More information about the p4-projects mailing list