partition.rst
changeset 899 7b4265c8d324
parent 753 052ba865b3dc
--- a/partition.rst	Wed Jul 20 10:52:38 2011 +0300
+++ b/partition.rst	Wed Jul 20 10:54:41 2011 +0300
@@ -1,22 +1,22 @@
--*- mode: outline; coding: utf-8; fill-column: 80 -*-
-
-* Backup mbr.
-
-  $ dd if=/dev/hda of=boot.mbr bs=512 count=1
-
-* Restore backuped mbr:
-
-  $ sudo of=boot.mbr if=/dev/hda bs=512 count=1
-
-* Backup PC partition table.
-
-  $ sfdisk -d /dev/sda >partition.tbl
-
-* Restore PC partition table.
-
-  $ sfdisk /dev/sdb <partition.tbl
-
-* Move PC partition table from on dist to another.
-
-  $ sfdisk -d /dev/sda | sfdisk /dev/sdb
-
+-*- mode: outline; coding: utf-8; -*-
+
+* Backup mbr.
+
+  $ dd if=/dev/hda of=boot.mbr bs=512 count=1
+
+* Restore backuped mbr:
+
+  $ sudo of=boot.mbr if=/dev/hda bs=512 count=1
+
+* Backup PC partition table.
+
+  $ sfdisk -d /dev/sda >partition.tbl
+
+* Restore PC partition table.
+
+  $ sfdisk /dev/sdb <partition.tbl
+
+* Move PC partition table from on dist to another.
+
+  $ sfdisk -d /dev/sda | sfdisk /dev/sdb
+