PERFORCE change 80721 for review
soc-saturnero
soc-saturnero at FreeBSD.org
Fri Jul 22 00:07:07 GMT 2005
http://perforce.freebsd.org/chv.cgi?CH=80721
Change 80721 by soc-saturnero at soc-saturnero_sberta on 2005/07/22 00:06:37
Added clonefs target
Added options NO_COMPRESSEDFS and NO_UNIONFS
Affected files ...
.. //depot/projects/soc2005/freesbie/Makefile#5 edit
.. //depot/projects/soc2005/freesbie/ToDo#3 edit
.. //depot/projects/soc2005/freesbie/conf/freesbie.defaults.conf#5 edit
.. //depot/projects/soc2005/freesbie/scripts/clonefs.sh#1 add
Differences ...
==== //depot/projects/soc2005/freesbie/Makefile#5 (text+ko) ====
@@ -7,7 +7,7 @@
all: freesbie
-freesbie: buildworld buildkernel installworld installkernel
+freesbie: buildworld buildkernel installworld installkernel clonefs
buildworld: .done_buildworld
.done_buildworld:
@@ -37,6 +37,13 @@
@sh ./scripts/launch.sh installkernel .tmp_installkernel
@mv .tmp_installkernel .done_installkernel
+clonefs: .done_clonefs
+.done_clonefs: .done_installkernel
+ @-rm -f .tmp_clonefs
+ @touch .tmp_clonefs
+ @sh ./scripts/launch.sh clonefs .tmp_clonefs
+ @mv .tmp_clonefs .done_clonefs
+
clean:
@-rm -f .tmp* .done* > /dev/null 2>&1
==== //depot/projects/soc2005/freesbie/ToDo#3 (text+ko) ====
@@ -1,3 +1,13 @@
+- Write freesbie rcNG script
+- Add a new target (patch?) for
+ - creating loader.conf
+ - creating rc.conf
+ - copying freesbie rcNG script
+
+- Add FILE_LIST support to clonefs
+- Add PRUNE_LIST support to clonefs
+
+
List of files to be created:
/
==== //depot/projects/soc2005/freesbie/conf/freesbie.defaults.conf#5 (text+ko) ====
@@ -57,5 +57,13 @@
#
#NO_BUILDKERNEL=YES
+# Define NO_COMPRESSEDFS if you don't want to have compressed fs
+# inside the resulting image.
+#
+#NO_COMPRESSEDFS=YES
+# Define NO_UNIONFS if you want to avoid using unionfs in the built
+# system
+#
+#NO_UNIONFS=YES
More information about the p4-projects
mailing list