PERFORCE change 110701 for review

soc-andrew soc-andrew at FreeBSD.org
Wed Nov 29 18:22:13 PST 2006


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

Change 110701 by soc-andrew at soc-andrew_serv on 2006/11/30 02:21:27

	Fix the two crashes when installing

Affected files ...

.. //depot/projects/soc2005/bsdinstaller/src/contrib/bsdinstaller/backend/lua/lib/StorageSystem.lua#3 edit
.. //depot/projects/soc2005/bsdinstaller/src/libexec/bsdinstaller/inst/432_kernel.lua#3 edit

Differences ...

==== //depot/projects/soc2005/bsdinstaller/src/contrib/bsdinstaller/backend/lua/lib/StorageSystem.lua#3 (text+ko) ====

@@ -41,6 +41,7 @@
 
 local Capacity = App.require("Capacity", "local")
 local Disk = App.require("Disk", "local")
+local Partition = App.require("Partition", "local")
 
 --[[---------------]]--
 --[[ StorageSystem ]]--

==== //depot/projects/soc2005/bsdinstaller/src/libexec/bsdinstaller/inst/432_kernel.lua#3 (text+ko) ====

@@ -1,5 +1,8 @@
 -- $FreeBSD$
 
+local POSIX = require("posix")
+local Pty = require("pty")
+
 --
 -- Allows the user to select what kernels they want to install on their machine
 id = "select_kernels"


More information about the p4-projects mailing list