live-build chroot and config files for tildelinux
Go to file
mattx bf306534d4 Delete 'nohup.out' 2020-09-05 08:47:21 +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 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 added package list for calamares 2020-09-04 21:33:06 -07:00
.gitignore Add '.gitignore' 2020-09-05 08:47:12 +00: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
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