You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 years ago | |
---|---|---|
.build | 2 years ago | |
bootloaders | 2 years ago | |
hooks | 2 years ago | |
includes.binary | 2 years ago | |
includes.chroot | 2 years ago | |
package-lists | 2 years ago | |
patches | 2 years ago | |
.drone.yml | 2 years ago | |
.gitignore | 2 years ago | |
.gitmodules | 2 years ago | |
binary | 2 years ago | |
bootstrap | 2 years ago | |
build | 2 years ago | |
chroot | 2 years ago | |
common | 2 years ago | |
readme.md | 2 years ago | |
source | 2 years ago |
readme.md
lb-config
latest successfuly built image here
live-build chroot and config files for tildelinux
this is where the magic happens
manual building
sudo apt install live-build syslinux-efi
mkdir tildelinux && cd tildelinux
lb config
rm -r config
git clone --recurse-submodules https://tildegit.org/tildelinux/lb-config/ config
lb build
- The image file will be named 'live-image-amd64.img'
writing to usb
dd if=live-image-amd64.img of=/dev/sdX