Date: Thu, 30 Nov 2006 02:22:12 GMT From: soc-andrew <soc-andrew@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 110701 for review Message-ID: <200611300222.kAU2MCAF099579@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=110701 Change 110701 by soc-andrew@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"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200611300222.kAU2MCAF099579>