live-build chroot and config files for tildelinux
Go to file
deepend 877e74a40d Update for debian 12 2024-04-29 21:54:46 +00:00
.build updated to debian buster 2020-06-15 21:52:32 -07:00
bootloaders added syslinux to be the only bootloader 2020-08-11 16:40:36 -07:00
hooks added functional syslinux uefi hook 2021-02-03 13:55:36 -08: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 added wget and rsync to package list 2020-09-27 23:58:24 -07: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 for debian 12 2024-04-29 21:54:46 +00:00
chroot first commit 2020-06-15 21:15:05 -07:00
common first commit 2020-06-15 21:15:05 -07:00
readme.md fixed package name 2021-02-03 22:26:35 +00:00
source first commit 2020-06-15 21:15:05 -07:00

readme.md

lb-config

Build Status

latest successfuly built image here

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/tildelinux/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