live-build chroot and config files for tildelinux
Go to file
deepend 502d8a9414 Add archives/security.list.chroot 2024-04-29 22:12:37 +00:00
.build updated to debian buster 2020-06-15 21:52:32 -07:00
archives Add archives/security.list.chroot 2024-04-29 22:12:37 +00:00
bootloaders added syslinux to be the only bootloader 2020-08-11 16:40:36 -07:00
hooks Update for debian 12 2024-04-29 22:02:33 +00:00
includes.binary updated something in the persistence volume 2020-08-17 20:18:40 -07:00
includes.chroot remove @@ROOT@@ from scripts as it does not work there 2020-09-27 23:14:17 -07:00
package-lists Update package-lists/base.list.chroot 2024-04-29 21:21:22 +00:00
patches added patch to build iso instead of hdd image 2020-09-24 23:27:16 -07:00
.drone.yml Update .drone.yml for debian 12. 2024-04-29 21:45:43 +00:00
.gitignore Add '.gitignore' 2020-09-05 08:47:12 +00:00
.gitmodules updated .gitmodules 2020-09-12 19:03:08 -07:00
binary binary debian 12 change 2024-04-29 21:50:07 +00:00
bootstrap debian 12 updates 2024-04-29 21:53:24 +00:00
build Update build 2024-04-29 22:07:35 +00:00
chroot Update for debian 12 2024-04-29 21:56:18 +00:00
common Update for debian 12 2024-04-29 21:58:03 +00:00
readme.md Update readme.md 2024-01-27 04:30:35 +00:00
source first commit 2020-06-15 21:15:05 -07:00

readme.md

lb-config

Build Status

live-build chroot and config files for tildelinux

this is where the magic happens

manual building

  1. sudo apt install live-build syslinux-efi
  2. mkdir tildelinux && cd tildelinux
  3. lb config
  4. rm -r config
  5. git clone --recurse-submodules https://tildegit.org/deepend/lb-config/ config
  6. lb build
  7. The image file will be named 'live-image-amd64.img'

writing to usb

  • dd if=live-image-amd64.img of=/dev/sdX