lb-config/readme.md

18 lines
431 B
Markdown
Raw Permalink Normal View History

2020-06-16 04:11:22 +00:00
# lb-config
live-build chroot and config files for tildelinux
2020-06-18 05:24:24 +00:00
this is where the magic happens
2020-06-19 19:04:34 +00:00
## building
1. `sudo apt install live-build`
2. `mkdir tildelinux && cd tildelinux`
3. `lb config`
2020-08-09 22:53:56 +00:00
4. `rm -r config`
2020-08-15 06:09:36 +00:00
5. `git clone --recurse-submodules https://tildegit.org/tildelinux/lb-config/ config`
2020-08-09 22:53:56 +00:00
6. `lb build`
2020-08-11 23:44:08 +00:00
7. The image file will be named 'live-image-amd64.img'
2020-06-19 19:04:34 +00:00
## writing to usb
2020-08-11 23:44:08 +00:00
- `dd if=live-image-amd64.img of=/dev/sdX`