hal ChangeLog,1.153,1.154

David Zeuthen david at pdx.freedesktop.org
Sun Jun 6 09:59:04 PDT 2004


Update of /cvs/hal/hal
In directory pdx:/tmp/cvs-serv21646

Modified Files:
	ChangeLog 
Log Message:
2004-06-06  David Zeuthen  <david at fubar.dk>

	* hald/linux/block_class_device.c (block_class_visit): Add the
	block.no_partitions boolean property and set it to FALSE by
	default. If this is TRUE it means that media for this toplevel
	block device will appear as children but there can be at maximum
	one child and the block.device will be the same. This applies to
	floppy and cdrom media. This property have been introduced such
	that a callout can update the fstab in advance of media insertion
	on e.g. floppy drives and optical drives.
	(block_class_pre_process): Set block.no_partitions to TRUE for
	optical drives.

	* tools/callouts/fstab-update.sh: When block.no_partitions is TRUE
	create entry only for top-level block device.



Index: ChangeLog
===================================================================
RCS file: /cvs/hal/hal/ChangeLog,v
retrieving revision 1.153
retrieving revision 1.154
diff -u -d -r1.153 -r1.154
--- a/ChangeLog	4 Jun 2004 22:20:49 -0000	1.153
+++ b/ChangeLog	6 Jun 2004 16:58:58 -0000	1.154
@@ -1,3 +1,19 @@
+2004-06-06  David Zeuthen  <david at fubar.dk>
+
+	* hald/linux/block_class_device.c (block_class_visit): Add the
+	block.no_partitions boolean property and set it to FALSE by
+	default. If this is TRUE it means that media for this toplevel
+	block device will appear as children but there can be at maximum
+	one child and the block.device will be the same. This applies to
+	floppy and cdrom media. This property have been introduced such
+	that a callout can update the fstab in advance of media insertion
+	on e.g. floppy drives and optical drives.
+	(block_class_pre_process): Set block.no_partitions to TRUE for
+	optical drives.
+
+	* tools/callouts/fstab-update.sh: When block.no_partitions is TRUE
+	create entry only for top-level block device.
+
 2004-06-05  David Zeuthen  <david at fubar.dk>
 
 	* packaging/fedora/hal.spec: Add hald.conf to %files. Patch from





More information about the hal-commit mailing list