PERFORCE change 79950 for review
soc-andrew
soc-andrew at FreeBSD.org
Mon Jul 11 02:28:42 GMT 2005
http://perforce.freebsd.org/chv.cgi?CH=79950
Change 79950 by soc-andrew at soc-andrew_serv on 2005/07/11 02:28:29
Get the BSD Installer to the point of creating the slices and partitions
Affected files ...
.. //depot/projects/soc2005/bsdinstaller/scripts/build_patch.sh#4 edit
.. //depot/projects/soc2005/bsdinstaller/src/contrib/bsdinstaller/lib/installer/functions.c#2 edit
.. //depot/projects/soc2005/bsdinstaller/src/etc/mtree/BSD.usr.dist#2 edit
.. //depot/projects/soc2005/bsdinstaller/src/release/Makefile#7 edit
.. //depot/projects/soc2005/bsdinstaller/src/share/Makefile#2 edit
.. //depot/projects/soc2005/bsdinstaller/src/share/bsdinstaller/Makefile#1 add
.. //depot/projects/soc2005/bsdinstaller/src/share/bsdinstaller/cmdnames.conf#1 add
Differences ...
==== //depot/projects/soc2005/bsdinstaller/scripts/build_patch.sh#4 (text+ko) ====
@@ -3,10 +3,10 @@
# Script to create a patch and tarballs of files to use in release(7)
# The files to diff
-FILES="lib/Makefile usr.sbin/Makefile release/Makefile"
+FILES="lib/Makefile usr.sbin/Makefile release/Makefile share/Makefile"
# Dir's to create a tarball of:name for tarball
-DIRS="contrib/bsdinstaller:base lib/bsdinstaller:lib usr.sbin/bsdinstaller:usr_sbin release/bsdinstaller:release"
+DIRS="contrib/bsdinstaller:base lib/bsdinstaller:lib usr.sbin/bsdinstaller:usr_sbin release/bsdinstaller:release share/bsdinstaller:share"
VENDOR="//depot/vendor/freebsd/src"
BSDINS="//depot/projects/soc2005/bsdinstaller/src"
==== //depot/projects/soc2005/bsdinstaller/src/contrib/bsdinstaller/lib/installer/functions.c#2 (text+ko) ====
@@ -113,7 +113,7 @@
a->temp_files = aura_dict_new(23, AURA_DICT_HASH);
a->cmd_names = config_vars_new();
if (!config_vars_read(a, a->cmd_names, CONFIG_TYPE_SH,
- "usr/local/share/dfuibe_installer/cmdnames.conf")) {
+ "usr/share/bsdinstaller/cmdnames.conf")) {
i_log(a, "! ERROR: Couldn't read cmdnames config file");
i_fn_args_free(a);
return(NULL);
==== //depot/projects/soc2005/bsdinstaller/src/etc/mtree/BSD.usr.dist#2 (text+ko) ====
@@ -44,6 +44,8 @@
sbin
..
share
+ bsdinstaller
+ ..
calendar
de_DE.ISO8859-1
..
==== //depot/projects/soc2005/bsdinstaller/src/release/Makefile#7 (text+ko) ====
@@ -772,7 +772,9 @@
( for dir in dev mnt proc root tmp usr var ; do \
mkdir ${RD}/bsdinstaller/root/$$dir; \
done )
+
@echo "/dev/acd0 /usr cd9660 ro 0 0" > ${RD}/bsdinstaller/root/etc/fstab
+ ln -s /usr/boot ${RD}/bsdinstaller/root/boot
@echo "sendmail_enable=\"NONE\"" > ${RD}/bsdinstaller/root/etc/rc.conf
@echo "cron_enable=\"NO\"" >> ${RD}/bsdinstaller/root/etc/rc.conf
@echo "devd_enable=\"NO\"" >> ${RD}/bsdinstaller/root/etc/rc.conf
==== //depot/projects/soc2005/bsdinstaller/src/share/Makefile#2 (text+ko) ====
@@ -3,7 +3,8 @@
# Do not include `info' in the SUBDIR list, it is handled separately.
-SUBDIR= colldef \
+SUBDIR= bsdinstaller \
+ colldef \
${_dict} \
${_doc} \
examples \
More information about the p4-projects
mailing list