[Pkg-uml-commit] r57 - in trunk/src/user-mode-linux: . debian

Mattia Dongili malattia at costa.debian.org
Sat Apr 29 19:00:42 UTC 2006


Author: malattia
Date: 2006-04-29 19:00:41 +0000 (Sat, 29 Apr 2006)
New Revision: 57

Modified:
   trunk/src/user-mode-linux/config
   trunk/src/user-mode-linux/debian/changelog
Log:
* add CONFIG_INITRD=y to allow bootstrapping install media.
* set CONFIG_ISO9660_FS=y to allow mounting iso images when bootstrapping
  from install media


Modified: trunk/src/user-mode-linux/config
===================================================================
--- trunk/src/user-mode-linux/config	2006-04-29 17:57:31 UTC (rev 56)
+++ trunk/src/user-mode-linux/config	2006-04-29 19:00:41 UTC (rev 57)
@@ -1,7 +1,7 @@
 #
 # Automatically generated make config: don't edit
 # Linux kernel version: 2.6.16
-# Fri Apr  7 19:29:43 2006
+# Sat Apr 29 18:23:56 2006
 #
 CONFIG_GENERIC_HARDIRQS=y
 CONFIG_UML=y
@@ -172,7 +172,7 @@
 CONFIG_BLK_DEV_RAM=y
 CONFIG_BLK_DEV_RAM_COUNT=16
 CONFIG_BLK_DEV_RAM_SIZE=4096
-# CONFIG_BLK_DEV_INITRD is not set
+CONFIG_BLK_DEV_INITRD=y
 # CONFIG_ATA_OVER_ETH is not set
 
 #
@@ -499,7 +499,7 @@
 # CONFIG_XFS_FS is not set
 # CONFIG_OCFS2_FS is not set
 # CONFIG_MINIX_FS is not set
-# CONFIG_ROMFS_FS is not set
+CONFIG_ROMFS_FS=y
 CONFIG_INOTIFY=y
 CONFIG_QUOTA=y
 # CONFIG_QFMT_V1 is not set
@@ -513,7 +513,7 @@
 #
 # CD-ROM/DVD Filesystems
 #
-CONFIG_ISO9660_FS=m
+CONFIG_ISO9660_FS=y
 CONFIG_JOLIET=y
 # CONFIG_ZISOFS is not set
 # CONFIG_UDF_FS is not set
@@ -548,7 +548,7 @@
 # CONFIG_BEFS_FS is not set
 # CONFIG_BFS_FS is not set
 # CONFIG_EFS_FS is not set
-# CONFIG_CRAMFS is not set
+CONFIG_CRAMFS=y
 # CONFIG_VXFS_FS is not set
 # CONFIG_HPFS_FS is not set
 # CONFIG_QNX4FS_FS is not set
@@ -686,7 +686,7 @@
 # CONFIG_CRC16 is not set
 CONFIG_CRC32=m
 # CONFIG_LIBCRC32C is not set
-CONFIG_ZLIB_INFLATE=m
+CONFIG_ZLIB_INFLATE=y
 CONFIG_ZLIB_DEFLATE=m
 CONFIG_TEXTSEARCH=y
 CONFIG_TEXTSEARCH_KMP=m

Modified: trunk/src/user-mode-linux/debian/changelog
===================================================================
--- trunk/src/user-mode-linux/debian/changelog	2006-04-29 17:57:31 UTC (rev 56)
+++ trunk/src/user-mode-linux/debian/changelog	2006-04-29 19:00:41 UTC (rev 57)
@@ -1,3 +1,12 @@
+user-mode-linux (2.6.16-1um-2) unstable; urgency=low
+
+  [Mattia Dongili]:
+  * add CONFIG_INITRD=y to allow bootstrapping install media.
+  * set CONFIG_ISO9660_FS=y to allow mounting iso images when bootstrapping
+    from install media
+
+ -- Mattia Dongili <malattia at debian.org>  Tue, 18 Apr 2006 20:40:11 +0200
+  
 user-mode-linux (2.6.16-1um-1) unstable; urgency=low
 
   * New upstream release (definitely Closes: #264772).




More information about the Pkg-uml-commit mailing list