summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2003-02-05 08:45:52 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2003-02-05 08:45:52 +0000
commit44762663ca1aae6ccdcc6f4b835db36c1bbdf3d1 (patch)
treed945516dbf744445345f5df2c2cd5a80835a95d9 /docs
parente4d859179820e9e7310055f9c60b927cb6674ad1 (diff)
downloaddrakx-backup-do-not-use-44762663ca1aae6ccdcc6f4b835db36c1bbdf3d1.tar
drakx-backup-do-not-use-44762663ca1aae6ccdcc6f4b835db36c1bbdf3d1.tar.gz
drakx-backup-do-not-use-44762663ca1aae6ccdcc6f4b835db36c1bbdf3d1.tar.bz2
drakx-backup-do-not-use-44762663ca1aae6ccdcc6f4b835db36c1bbdf3d1.tar.xz
drakx-backup-do-not-use-44762663ca1aae6ccdcc6f4b835db36c1bbdf3d1.zip
update to new partition_table scheme
Diffstat (limited to 'docs')
-rw-r--r--docs/README.devel12
1 files changed, 6 insertions, 6 deletions
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.