Update of /cvsroot/devil-linux/build/scripts/configuration
In directory sc8-pr-cvs1:/tmp/cvs-serv7310/scripts/configuration
Modified Files:
prepare.config
Log Message:
added zisofstools and enabled use of compressed ISO
Index: prepare.config
===================================================================
RCS file: /cvsroot/devil-linux/build/scripts/configuration/prepare.config,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- prepare.config 26 Oct 2003 15:42:42 -0000 1.4
+++ prepare.config 7 Nov 2003 22:57:58 -0000 1.5
@@ -8,6 +8,7 @@
test -z "$CONFIG_KERNEL_CPU" && CONFIG_KERNEL_CPU=486
test -z "$CONFIG_CPU" && CONFIG_CPU=486
+menu_add "Build Configuration" bool "Compressed ISO (ZISOFS)" CONFIG_ZISOFS
menu_add "Build Configuration" list "Kernel CPU" CONFIG_KERNEL_CPU 486 586 686 VIAC3_2
menu_add "Build Configuration" list "GCC CPU" CONFIG_CPU 486 586 686
menu_add "Build Configuration" bool "Highmem Support" CONFIG_HIGHMEM
|