Convert to RST syntax.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Tue, 12 Jan 2016 19:38:51 +0200
changeset 1866 96c631dadd1a
parent 1865 4d074e9986bd
child 1867 bc5808420c99
Convert to RST syntax.
partition.rst
--- a/partition.rst	Tue Jan 12 19:38:33 2016 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,22 +0,0 @@
--*- 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
-