Changes between Version 6 and Version 7 of kiyoshi-recovery-2010-02


Ignore:
Timestamp:
Feb 8, 2010, 10:47:29 PM (14 years ago)
Author:
Jamie McClelland
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • kiyoshi-recovery-2010-02

    v6 v7  
    121121   * Setup partitions
    122122{{{
    123 parted ...
     123# following http://article.gmane.org/gmane.linux.utilities.util-linux-ng/2955
     124parted /dev/sdb
     125# do we want gpt??
     126(parted) mklabel gpt
     127(parted) unit s
     128(parted) mkpart primary ext2 40 -1
     129# parted will complain about end location, ignore
     130(parted) quit
    124131}}}
    125132   * Re-add to raid arrays