This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
syntax on | |
filetype plugin indent on | |
set shell=/bin/bash | |
set showtabline=2 | |
set laststatus=2 | |
set backspace=indent,eol,start | |
set fileencoding=utf-8 | |
set encoding=utf-8 | |
set termencoding=utf-8 | |
set fencs=utf-8,cp1251,koi8-r,cp866 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
RECOVERY='chromeos_10452.96.0_asuka_recovery_stable-channel_mp' | |
echo 'cd ~/Downloads/' >> ~/.bashrc | |
mkdir /home/chronos/image /home/chronos/local /home/chronos/user/Downloads/boot | |
cd /home/chronos/user/Downloads/boot | |
wget https://dl.google.com/dl/edgedl/chromeos/recovery/$RECOVERY.bin.zip | |
unzip $RECOVERY.bin.zip | |
sudo losetup -fP $RECOVERY.bin | |
sudo mkfs.ext4 /dev/sda5 | |
sudo mount /dev/sda5 /home/chronos/local | |
sudo mount /dev/loop1p3 /home/chronos/image -o loop,ro |
NewerOlder