Import from RLP completed successfully: ``` ./geth --oppose-dao-fork --datadir data import ./homestead-export.rlp ``` **Note:** Without `--oppose-dao-fork` it got stuck at block 1,919,999 (the DAO fork block). Next step: get Mist running against this chain.