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