live-build chroot and config files for tildelinux
Go to file
sose 71e2c6d6dd added more necessary installer config files 2020-09-04 21:32:29 -07: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 first commit 2020-06-15 21:15:05 -07:00
includes.binary updated something in the persistence volume 2020-08-17 20:18:40 -07:00
includes.chroot added more necessary installer config files 2020-09-04 21:32:29 -07:00
package-lists removed qweechat from packages until further notice 2020-09-01 16:56:00 -07:00
.gitmodules first commit 2020-06-15 21:15:05 -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
nohup.out moved live-config config folder 2020-06-15 22:21:22 -07:00
readme.md Update 'readme.md' 2020-08-15 06:09:36 +00:00
source first commit 2020-06-15 21:15:05 -07:00

readme.md

lb-config

live-build chroot and config files for tildelinux

this is where the magic happens

building

  1. sudo apt install live-build
  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