https://github.com/computermouth/chip-pro-debian-9
https://github.com/computermouth/chip-pro-debian-9
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/computermouth/chip-pro-debian-9
- Owner: computermouth
- Created: 2017-10-20T16:25:09.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-04T20:17:05.000Z (over 8 years ago)
- Last Synced: 2025-02-05T11:36:08.113Z (over 1 year ago)
- Language: Shell
- Size: 27.3 KB
- Stars: 1
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## live-build debian 9 for CHIP Pro
Requirements and process listed in `build.sh`
Live build scaffolding before git drops empty dirs:
```
$ ls config/
apt build hooks includes.chroot packages rootfs
archives chroot includes includes.installer packages.binary source
binary common includes.binary includes.source packages.chroot
bootstrap debian-installer includes.bootstrap package-lists preseed
```
includes* -> flat file drop in (`includes.chroot/usr/bin/script` would install `script` in `/usr/bin/`)
archives -> debian repo stuff
hooks -> scripts (you'll only need to add to the `normal` ones)
package-lists -> list of packages
packages* -> paste in debs
[Live Build Docs](https://debian-live.alioth.debian.org/live-manual/stable/manual/html/live-manual.en.html)