diff --git a/TODO b/TODO index 68af5f0..bbcfce7 100644 --- a/TODO +++ b/TODO @@ -11,9 +11,9 @@ - DONE -- get rid of evince - DONE -- obmenu/obapps - DONE -- restart tint2 -- TEST -- power manager icon symlinks -- TEST -- file manager mount +- DONE -- power manager icon symlinks +- DONE -- file manager mount - DONE -- bootloader artwork -- TEST -- EFI bootloader artwork +- DONE -- EFI bootloader artwork - github issues - reddit issues diff --git a/config/bootloaders/grub-pc/live-theme/theme.txt b/config/bootloaders/grub-pc/live-theme/theme.txt index a5a86c8..033b279 100644 --- a/config/bootloaders/grub-pc/live-theme/theme.txt +++ b/config/bootloaders/grub-pc/live-theme/theme.txt @@ -1,5 +1,4 @@ -desktop-image: "../splash.svg" -#desktop-image: "../splash.png" +desktop-image: "../splash.png" title-color: "#ffffff" title-font: "DejaVu Sans Bold 16" title-text: "Live Boot Menu with GRUB" diff --git a/config/bootstrap b/config/bootstrap index 9a76243..f7c3999 100644 --- a/config/bootstrap +++ b/config/bootstrap @@ -1,7 +1,7 @@ # config/bootstrap - options for live-build(7), bootstrap stage # Select architecture to use -LB_ARCHITECTURE="amd64" +LB_ARCHITECTURE="i386" # Select distribution to use LB_DISTRIBUTION="bullseye" diff --git a/config/build b/config/build index db98262..72ecb99 100644 --- a/config/build +++ b/config/build @@ -1,5 +1,5 @@ [Image] -Architecture: amd64 +Architecture: i386 Archive-Areas: main contrib non-free Distribution: bullseye Mirror-Bootstrap: http://deb.debian.org/debian/ diff --git a/config/chroot b/config/chroot index dafa75d..d83caa8 100644 --- a/config/chroot +++ b/config/chroot @@ -19,7 +19,7 @@ LB_INTERACTIVE="false" LB_KEYRING_PACKAGES="debian-archive-keyring" # Set kernel flavour to use (with arch) -LB_LINUX_FLAVOURS_WITH_ARCH="amd64" +LB_LINUX_FLAVOURS_WITH_ARCH="686" # Set kernel packages to use LB_LINUX_PACKAGES="linux-image"