new commit
5
build.sh
|
@ -228,7 +228,10 @@ mkdir -p $build/build/config/includes.chroot/etc/live/config.conf.d
|
||||||
mkdir -p $build/build/config/includes.chroot/usr/sbin
|
mkdir -p $build/build/config/includes.chroot/usr/sbin
|
||||||
mkdir -p $build/build/config/includes.chroot/etc/lightdm
|
mkdir -p $build/build/config/includes.chroot/etc/lightdm
|
||||||
mkdir -p $build/build/config/includes.chroot/usr/share/pixmaps
|
mkdir -p $build/build/config/includes.chroot/usr/share/pixmaps
|
||||||
|
mkdir -p $build/build/config/includes.chroot/usr/share/plymouth
|
||||||
|
mkdir -p $build/build/config/includes.chroot/usr/share/desktop-base
|
||||||
mkdir -p $build/build/config/includes.chroot/etc/default
|
mkdir -p $build/build/config/includes.chroot/etc/default
|
||||||
|
mkdir -p $build/build/config/includes.chroot/etc/skel/Desktop
|
||||||
|
|
||||||
|
|
||||||
# Copy Configs to the chroot
|
# Copy Configs to the chroot
|
||||||
|
@ -248,6 +251,8 @@ cp -r $build/calamares/* $build/build/config/includes.chroot/etc/calamares
|
||||||
cp -r $build/configs/* $build/build/config/includes.chroot/etc/
|
cp -r $build/configs/* $build/build/config/includes.chroot/etc/
|
||||||
cp -r $build/icons/* $build/build/config/includes.chroot/usr/share/icons
|
cp -r $build/icons/* $build/build/config/includes.chroot/usr/share/icons
|
||||||
cp -r $build/themes/* $build/build/config/includes.chroot/usr/share/themes
|
cp -r $build/themes/* $build/build/config/includes.chroot/usr/share/themes
|
||||||
|
cp -r $build/desktop-base/* $build/build/config/includes.chroot/usr/share/desktop-base
|
||||||
|
cp -r $build/plymouth/* $build/build/config/includes.chroot/usr/share/plymouth
|
||||||
cp -r $build/packages/* $build/build/config/packages.chroot
|
cp -r $build/packages/* $build/build/config/packages.chroot
|
||||||
|
|
||||||
|
|
||||||
|
|
After Width: | Height: | Size: 1.3 MiB |
After Width: | Height: | Size: 234 KiB |
|
@ -0,0 +1,3 @@
|
||||||
|
WALLPAPER=/usr/share/images/desktop-base/desktop-grub.png
|
||||||
|
COLOR_NORMAL=white/black
|
||||||
|
COLOR_HIGHLIGHT=black/white
|
|
@ -0,0 +1 @@
|
||||||
|
../../plymouth/themes/futureprototype
|
After Width: | Height: | Size: 1.3 MiB |
After Width: | Height: | Size: 234 KiB |
|
@ -0,0 +1,3 @@
|
||||||
|
WALLPAPER=/usr/share/images/desktop-base/desktop-grub.png
|
||||||
|
COLOR_NORMAL=white/black
|
||||||
|
COLOR_HIGHLIGHT=black/white
|
|
@ -0,0 +1 @@
|
||||||
|
../../plymouth/themes/homeworld
|
|
@ -0,0 +1 @@
|
||||||
|
../../desktop-base/active-theme/plymouth
|
After Width: | Height: | Size: 12 KiB |
After Width: | Height: | Size: 12 KiB |
|
@ -0,0 +1,8 @@
|
||||||
|
[Plymouth Theme]
|
||||||
|
Name=Default theme for Debian 10.0 Buster
|
||||||
|
Description=A theme that features a white debian 10 logo in a white spinning circle
|
||||||
|
ModuleName=script
|
||||||
|
|
||||||
|
[script]
|
||||||
|
ImageDir=/usr/share/plymouth/themes/futureprototype
|
||||||
|
ScriptFile=/usr/share/plymouth/themes/futureprototype/futureprototype.script
|
After Width: | Height: | Size: 35 KiB |
After Width: | Height: | Size: 2.7 KiB |
After Width: | Height: | Size: 2.9 KiB |
After Width: | Height: | Size: 1.0 KiB |
After Width: | Height: | Size: 17 KiB |
After Width: | Height: | Size: 230 B |
After Width: | Height: | Size: 1.4 MiB |
After Width: | Height: | Size: 12 KiB |
|
@ -0,0 +1,8 @@
|
||||||
|
[Plymouth Theme]
|
||||||
|
Name=Default theme for Debian 11.0 Buster (WIP)
|
||||||
|
Description=A theme inspired by the Bauhaus movement
|
||||||
|
ModuleName=script
|
||||||
|
|
||||||
|
[script]
|
||||||
|
ImageDir=/usr/share/plymouth/themes/homeworld
|
||||||
|
ScriptFile=/usr/share/plymouth/themes/homeworld/homeworld.script
|
After Width: | Height: | Size: 35 KiB |
After Width: | Height: | Size: 2.7 KiB |
After Width: | Height: | Size: 2.9 KiB |
After Width: | Height: | Size: 1.0 KiB |
After Width: | Height: | Size: 17 KiB |
After Width: | Height: | Size: 230 B |
After Width: | Height: | Size: 1.9 MiB |