From 44762663ca1aae6ccdcc6f4b835db36c1bbdf3d1 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 5 Feb 2003 08:45:52 +0000 Subject: update to new partition_table scheme --- docs/README.devel | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'docs') diff --git a/docs/README.devel b/docs/README.devel index dd0fb6d5b..989946de9 100644 --- a/docs/README.devel +++ b/docs/README.devel @@ -116,17 +116,17 @@ partition_table: base partition table management methods, it manages appriopriate partition_table_XXX object according to what has been read as XXX partition table type. -partition_table_raw: generic class for the following partition_table_XXX. +partition_table::bsd: matches a BSD partition table. -partition_table_emtpy: matches an empty partition table. +partition_table::dos: matches a DOS partition table. -partition_table_dos: matches a DOS partition table. +partition_table::emtpy: matches an empty partition table. -partition_table_bsd: matches a BSD partition table. +partition_table::mac: matches an Apple partition table. -partition_table_mac: matches an Apple partition table. +partition_table::raw: generic class for the following partition_table::XXX. -partition_table_sun: matches a Sun Label partition table. +partition_table::sun: matches a Sun Label partition table. fs: read and write /etc/fstab file, mount and umount, format. -- cgit v1.2.1