live-build chroot and config files for tildelinux
Go to file
sose 59d41ef1ab
continuous-integration/drone/push Build is passing Details
Merge branch 'testing' of https://tildegit.org/tildelinux/lb-config into main
2021-02-03 19:19:12 -08: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 install syslinux-efi in drone environment 2021-02-03 16:35:59 -08:00
.gitignore Add '.gitignore' 2020-09-05 08:47:12 +00:00
.gitmodules updated .gitmodules 2020-09-12 19:03:08 -07:00
binary disabled gui for installer we were not using anyway, disabled grub-efi 2020-09-01 16:58:05 -07:00
bootstrap changed parent and installer distribution to buster 2020-09-01 16:58:47 -07:00
build changed output type to hdd, as isos will not work with persistence 2020-08-11 16:38:27 -07: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