Add files via upload

live build method
This commit is contained in:
Maxim 2019-02-24 00:55:07 -06:00 committed by GitHub
parent dd37b8d027
commit f2c94e82b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 36 additions and 0 deletions

View File

@ -0,0 +1,36 @@
https://manpages.ubuntu.com/manpages/trusty/man7/live-build.7.html
---- LB CONFIG ----
https://manpages.ubuntu.com/manpages/trusty/man1/lb_config.1.html
[ During Testing ]
sudo lb config -a amd64 -b iso-hybrid -d bionic -f minimal --mode ubuntu --system live \
--iso-application Sol-OS --iso-publisher 'Sol-OS Live project; http://www.sol-os.com/' \
--apt apt --interactive shell --binary-filesystem ext4 --bootloader grub-efi-amd64 \
--compression bzip2 --chroot-filesystem squashfs --debian-installer live \
--grub-splash SolOS.png --initramfs casper --initramfs-compression bzip2
[ Release Build ] (Defines checksum type, caches programs, etc)
sudo lb config -a amd64 -b iso-hybrid -d bionic -f minimal --mode ubuntu --system live \
--iso-application Sol-OS --iso-publisher 'Sol-OS Live project; http://www.sol-os.com/' \
--apt apt --interactive shell --binary-filesystem ext4 --bootloader grub-efi-amd64 \
--compression bzip2 --chroot-filesystem squashfs --debian-installer live \
--grub-splash SolOS.png --initramfs casper --initramfs-compression bzip2 \
--checksums md5 --cache true --quiet
sudo lb bootstrap
sudo lb chroot
sudo lb binary
sudo lb build
// Will clear cach, chroot, etc...
sudo lb clean --all