Skip to content

Commit 926c937

Browse files
committed
Update base package
1 parent c894e6c commit 926c937

7 files changed

Lines changed: 21 additions & 14 deletions

File tree

blue_archive_linux/debug/.build/config

Whitespace-only changes.

blue_archive_linux/debug/build.sh

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff 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
2427
echo "--- [build.sh] Starting live-build process for Trixie..."
2528
sudo lb build
2629

2730
echo "--- [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"
2932
echo "--- [build.sh] ISO build complete."

blue_archive_linux/debug/config/binary

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ LB_BINARY_FILESYSTEM="fat32"
1010
LB_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
1616
LB_BOOTAPPEND_INSTALL=""
@@ -31,7 +31,7 @@ LB_BOOTLOADERS=""
3131
LB_CHECKSUMS="sha256 md5"
3232

3333
# Set compression
34-
LB_COMPRESSION="none"
34+
LB_COMPRESSION="xz"
3535

3636
# Support dm-verity on rootfs
3737
LB_DM_VERITY=""
@@ -77,10 +77,10 @@ LB_ISO_APPLICATION="Blue Archive Linux"
7777
LB_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
8686
LB_JFFS2_ERASEBLOCK=""

blue_archive_linux/debug/config/chroot

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,7 @@ LB_SECURITY="true"
3131
LB_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"

blue_archive_linux/debug/config/common

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ LB_MODE="debian"
5555
LB_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
6161
APT_OPTIONS="--yes -o Acquire::Retries=5"
@@ -64,7 +64,7 @@ APT_OPTIONS="--yes -o Acquire::Retries=5"
6464
APTITUDE_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
7070
DEBOOTSTRAP_SCRIPT=""
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/usr/share/live/build/hooks/normal/5050-dracut.hook.chroot

blue_archive_linux/debug/config/package-lists/base.list.chroot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ zsh
1616
# A simple and easy-to-use text editor.
1717
nano
1818
# A more advanced, powerful text editor.
19-
neovim
19+
neovim micro
2020
# For system monitoring.
2121
btop fastfetch
2222
# For bluepm

0 commit comments

Comments
 (0)