Enable APT cache / describe how to debootstrap

This commit is contained in:
Takumi Sueda
2020-10-27 20:14:29 +09:00
parent 442c86b48b
commit 196f9c8c68
3 changed files with 27 additions and 1 deletions

View File

@@ -75,6 +75,24 @@ Build Linux
1. Confirm that `linux-brain/arch/arm/boot/zImage` exists.
Bootstrap Debian Buster
-----------------------
1. Partition an SD card into two partitions
- 1st: FAT32 (vfat), about 100MB
- 2st: ext4, fill remaining capacity
1. Run APT cache in background: `make aptcache`
1. Run `make debian`
1. Copy all contents in `./debian` into the 2nd partition in the card.
- `sudo cp -ar ./debian/* /path/to/your/sd/2nd/partition/`
- Please make sure that all attributes are preserved with `-a` flag
Watch changes in submodules & auto-build
----------------------------------------