File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,15 +15,18 @@ sudo lb config noauto \
1515 --debian-installer live \
1616 --debian-installer-gui false \
1717 --iso-application " Blue Archive Linux" \
18- --iso-volume " Blue Archive Linux " \
19- --iso-publisher " minhmc2007" \
18+ --iso-volume " KivotOS " \
19+ --iso-publisher " minhmc2007, dungdinhmanh " \
2020 --memtest memtest86+ \
21- --bootappend-live " boot=live" \
22- --binary-images iso-hybrid
23-
21+ --bootappend-live " boot=live username=sensei hostname=shittim_chest" \
22+ --binary-images iso-hybrid \
23+ --debootstrap-options " --variant=minbase" \
24+ --backports true --image-name " KivotOS" \
25+ --compression xz --firmware-chroot true \
26+ --clean
2427echo " --- [build.sh] Starting live-build process for Trixie..."
2528sudo lb build
2629
2730echo " --- [build.sh] Moving generated ISO..."
28- mv live-image-amd64.hybrid.iso " Blue_Archive_Linux_amd64_debug_ $( date +' %I- %M%p_ %d-%m-%Y' ) .iso"
31+ mv live-image-amd64.hybrid.iso " KivotOS_amd64_ $( date +' %H %M%S_ %d-%m-%Y' ) .iso"
2932echo " --- [build.sh] ISO build complete."
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ LB_BINARY_FILESYSTEM="fat32"
1010LB_APT_INDICES="true"
1111
1212# Set boot parameters
13- LB_BOOTAPPEND_LIVE="boot=live"
13+ LB_BOOTAPPEND_LIVE="boot=live username=sensei hostname=shittim_chest "
1414
1515# Set boot parameters
1616LB_BOOTAPPEND_INSTALL=""
@@ -31,7 +31,7 @@ LB_BOOTLOADERS=""
3131LB_CHECKSUMS="sha256 md5"
3232
3333# Set compression
34- LB_COMPRESSION="none "
34+ LB_COMPRESSION="xz "
3535
3636# Support dm-verity on rootfs
3737LB_DM_VERITY=""
@@ -77,10 +77,10 @@ LB_ISO_APPLICATION="Blue Archive Linux"
7777LB_ISO_PREPARER="live-build @LB_VERSION@; https://salsa.debian.org/live-team/live-build"
7878
7979# Set iso publisher
80- LB_ISO_PUBLISHER="minhmc2007"
80+ LB_ISO_PUBLISHER="minhmc2007, dungdinhmanh "
8181
8282# Set iso volume (max 32 chars)
83- LB_ISO_VOLUME="Blue Archive Linux "
83+ LB_ISO_VOLUME="KivotOS "
8484
8585# Set jffs2 eraseblock size
8686LB_JFFS2_ERASEBLOCK=""
Original file line number Diff line number Diff line change @@ -31,4 +31,7 @@ LB_SECURITY="true"
3131LB_UPDATES="true"
3232
3333# Enable backports updates
34- LB_BACKPORTS="false"
34+ LB_BACKPORTS="true"
35+
36+ # Enable proposed updates
37+ LB_PROPOSED_UPDATES="false"
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ LB_MODE="debian"
5555LB_SYSTEM="live"
5656
5757# Set base name of the image
58- LB_IMAGE_NAME="live-image "
58+ LB_IMAGE_NAME="KivotOS "
5959
6060# Set options to use with apt
6161APT_OPTIONS="--yes -o Acquire::Retries=5"
@@ -64,7 +64,7 @@ APT_OPTIONS="--yes -o Acquire::Retries=5"
6464APTITUDE_OPTIONS="--assume-yes -o Acquire::Retries=5"
6565
6666# Set options to use with debootstrap
67- DEBOOTSTRAP_OPTIONS=""
67+ DEBOOTSTRAP_OPTIONS="--variant=minbase "
6868
6969# Set script to use with debootstrap
7070DEBOOTSTRAP_SCRIPT=""
Original file line number Diff line number Diff line change 1+ /usr/share/live/build/hooks/normal/5050-dracut.hook.chroot
Original file line number Diff line number Diff line change 1616# A simple and easy-to-use text editor.
1717nano
1818# A more advanced, powerful text editor.
19- neovim
19+ neovim micro
2020# For system monitoring.
2121btop fastfetch
2222# For bluepm
You can’t perform that action at this time.
0 commit comments