Add README
This commit is contained in:
parent
c2189a6120
commit
b502a3f515
1 changed files with 21 additions and 0 deletions
21
README
Normal file
21
README
Normal file
|
@ -0,0 +1,21 @@
|
|||
Debian image build script for Asus C201
|
||||
=======================================
|
||||
|
||||
A simple script to generate a Debian image. **For now the generated images do not boot**
|
||||
|
||||
Usage
|
||||
-----
|
||||
* Install the necessary packages on your computer:
|
||||
+ debootstrap
|
||||
+ qemu-user-static
|
||||
+ cgpt
|
||||
+ u-boot-tools
|
||||
+ vboot-kernel-utils
|
||||
* Run the ```build.sh``` script
|
||||
* Burn the image onto a SD-Card
|
||||
* Repair the GPT table using ```parted```
|
||||
* Boot the Chromebook onto the SD-Card
|
||||
|
||||
Status
|
||||
--------
|
||||
Currently the generated images are not bootable and leads to a white screen without any further activity.
|
Reference in a new issue