lb-config/readme.md

21 lines
680 B
Markdown
Raw Permalink Normal View History

2020-06-16 04:11:22 +00:00
# lb-config
2020-09-30 01:31:43 +00:00
[![Build Status](https://drone.tildelinux.org/api/badges/tildelinux/lb-config/status.svg)](https://drone.tildelinux.org/tildelinux/lb-config)
2020-09-23 21:43:46 +00:00
2020-09-30 01:31:43 +00:00
latest successfuly built image [here](https://drone.tildelinux.org/builds/tildelinux)
2020-06-16 04:11:22 +00:00
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
2020-09-28 16:47:59 +00:00
## manual building
2021-02-03 22:26:35 +00:00
1. `sudo apt install live-build syslinux-efi`
2020-06-19 19:04:34 +00:00
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`