PERFORCE change 88582 for review
soc-andrew
soc-andrew at FreeBSD.org
Thu Dec 22 13:00:35 PST 2005
http://perforce.freebsd.org/chv.cgi?CH=88582
Change 88582 by soc-andrew at soc-andrew_serv on 2005/12/22 20:59:47
Reduce diff to BSD Installer cvs
Affected files ...
.. //depot/projects/soc2005/bsdinstaller/src/contrib/bsdinstaller/backend/lua/install/500_install_os.lua#5 edit
.. //depot/projects/soc2005/bsdinstaller/src/contrib/bsdinstaller/backend/lua/lib/target_system.lua#8 edit
.. //depot/projects/soc2005/bsdinstaller/src/contrib/lua/posix/posix.lua#2 edit
Differences ...
==== //depot/projects/soc2005/bsdinstaller/src/contrib/bsdinstaller/backend/lua/install/500_install_os.lua#5 (text+ko) ====
@@ -1,4 +1,4 @@
--- $Id: 500_install_os.lua,v 1.80 2005/09/15 05:14:53 cpressey Exp $
+-- $Id: 500_install_os.lua,v 1.81 2005/12/22 03:32:37 cpressey Exp $
--
-- Actually install the OS.
==== //depot/projects/soc2005/bsdinstaller/src/contrib/bsdinstaller/backend/lua/lib/target_system.lua#8 (text+ko) ====
@@ -1,4 +1,4 @@
--- $Id: target_system.lua,v 1.58 2005/08/27 21:13:58 cpressey Exp $
+-- $Id: target_system.lua,v 1.59 2005/12/21 23:00:33 cpressey Exp $
--
-- Copyright (c)2005 Chris Pressey. All rights reserved.
@@ -514,7 +514,11 @@
}
cmds:add("${root}${ECHO} '${header}' >${root}${base}${filename}")
-
+
+ --
+ -- Add the mountpoints for the selected subpartitions
+ -- (/, /usr, /var, and so on) to the fstab file.
+ --
for spd in pd:get_subparts() do
cmds:set_replacements{
device = spd:get_device_name(),
@@ -530,6 +534,11 @@
end
end
+ --
+ -- Add the mountpoints for the extra filesystems
+ -- (/cdrom, /procfs, and so on) to the fstab file.
+ -- Create the associated directories, as well.
+ --
local i, fs_desc
for i, fs_desc in extra_fs do
cmds:set_replacements{
==== //depot/projects/soc2005/bsdinstaller/src/contrib/lua/posix/posix.lua#2 (text+ko) ====
@@ -8,3 +8,5 @@
end
so"posix"
+
+return posix
More information about the p4-projects
mailing list