From 057817ed48e45aabe3294b361ff97b19d9a523c5 Mon Sep 17 00:00:00 2001 From: Manuel Date: Wed, 16 Nov 2022 17:33:29 -0100 Subject: [PATCH] NEW COMMIT --- build-lite.sh | 3 +-- build.sh | 3 +-- plymouth/plymouth/plymouthd.defaults | 6 ++++++ plymouth/{ => plymouth}/themes/debian-theme | 0 .../themes/futureprototype/debian (cópia 1).png | Bin .../themes/futureprototype/debian.png | Bin .../themes/futureprototype/futureprototype.plymouth | 0 .../themes/futureprototype/futureprototype.script | 0 .../{ => plymouth}/themes/futureprototype/logo.png | Bin .../themes/futureprototype/logo_circle.png | Bin .../themes/futureprototype/password_dot.png | Bin .../themes/futureprototype/password_dot16.png | Bin .../themes/futureprototype/password_field.png | Bin .../themes/futureprototype/password_field16.png | Bin .../futureprototype/plymouth_background_future.png | Bin plymouth/{ => plymouth}/themes/homeworld/debian.png | Bin .../themes/homeworld/homeworld.plymouth | 0 .../themes/homeworld/homeworld.script | 0 plymouth/{ => plymouth}/themes/homeworld/logo.png | Bin .../{ => plymouth}/themes/homeworld/logo_circle.png | Bin .../themes/homeworld/password_dot.png | Bin .../themes/homeworld/password_dot16.png | Bin .../themes/homeworld/password_field.png | Bin .../themes/homeworld/password_field16.png | Bin .../homeworld/plymouth_background_homeworld.png | Bin plymouth/plymouthd.conf | 4 ++++ 26 files changed, 12 insertions(+), 4 deletions(-) create mode 100644 plymouth/plymouth/plymouthd.defaults rename plymouth/{ => plymouth}/themes/debian-theme (100%) rename plymouth/{ => plymouth}/themes/futureprototype/debian (cópia 1).png (100%) rename plymouth/{ => plymouth}/themes/futureprototype/debian.png (100%) rename plymouth/{ => plymouth}/themes/futureprototype/futureprototype.plymouth (100%) rename plymouth/{ => plymouth}/themes/futureprototype/futureprototype.script (100%) rename plymouth/{ => plymouth}/themes/futureprototype/logo.png (100%) rename plymouth/{ => plymouth}/themes/futureprototype/logo_circle.png (100%) rename plymouth/{ => plymouth}/themes/futureprototype/password_dot.png (100%) rename plymouth/{ => plymouth}/themes/futureprototype/password_dot16.png (100%) rename plymouth/{ => plymouth}/themes/futureprototype/password_field.png (100%) rename plymouth/{ => plymouth}/themes/futureprototype/password_field16.png (100%) rename plymouth/{ => plymouth}/themes/futureprototype/plymouth_background_future.png (100%) rename plymouth/{ => plymouth}/themes/homeworld/debian.png (100%) rename plymouth/{ => plymouth}/themes/homeworld/homeworld.plymouth (100%) rename plymouth/{ => plymouth}/themes/homeworld/homeworld.script (100%) rename plymouth/{ => plymouth}/themes/homeworld/logo.png (100%) rename plymouth/{ => plymouth}/themes/homeworld/logo_circle.png (100%) rename plymouth/{ => plymouth}/themes/homeworld/password_dot.png (100%) rename plymouth/{ => plymouth}/themes/homeworld/password_dot16.png (100%) rename plymouth/{ => plymouth}/themes/homeworld/password_field.png (100%) rename plymouth/{ => plymouth}/themes/homeworld/password_field16.png (100%) rename plymouth/{ => plymouth}/themes/homeworld/plymouth_background_homeworld.png (100%) create mode 100644 plymouth/plymouthd.conf diff --git a/build-lite.sh b/build-lite.sh index 1b3e0d8d..813119aa 100755 --- a/build-lite.sh +++ b/build-lite.sh @@ -208,7 +208,6 @@ 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/etc/lightdm 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/skel/Desktop mkdir -p $build/build/config/includes.chroot/etc/default @@ -232,7 +231,7 @@ 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/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/plymouth/* $build/build/config/includes.chroot/usr/share cp -r $build/packages/* $build/build/config/packages.chroot diff --git a/build.sh b/build.sh index b02e8cb8..03b0f1be 100755 --- a/build.sh +++ b/build.sh @@ -234,7 +234,6 @@ 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/etc/lightdm 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/skel/Desktop mkdir -p $build/build/config/includes.chroot/etc/default @@ -258,7 +257,7 @@ 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/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/plymouth/* $build/build/config/includes.chroot/usr/share/ cp -r $build/packages/* $build/build/config/packages.chroot diff --git a/plymouth/plymouth/plymouthd.defaults b/plymouth/plymouth/plymouthd.defaults new file mode 100644 index 00000000..676ed786 --- /dev/null +++ b/plymouth/plymouth/plymouthd.defaults @@ -0,0 +1,6 @@ +# Distribution defaults. Changes to this file will get overwritten during +# upgrades. +[Daemon] +Theme=futureprototype +ShowDelay=0 +DeviceTimeout=8 diff --git a/plymouth/themes/debian-theme b/plymouth/plymouth/themes/debian-theme similarity index 100% rename from plymouth/themes/debian-theme rename to plymouth/plymouth/themes/debian-theme diff --git a/plymouth/themes/futureprototype/debian (cópia 1).png b/plymouth/plymouth/themes/futureprototype/debian (cópia 1).png similarity index 100% rename from plymouth/themes/futureprototype/debian (cópia 1).png rename to plymouth/plymouth/themes/futureprototype/debian (cópia 1).png diff --git a/plymouth/themes/futureprototype/debian.png b/plymouth/plymouth/themes/futureprototype/debian.png similarity index 100% rename from plymouth/themes/futureprototype/debian.png rename to plymouth/plymouth/themes/futureprototype/debian.png diff --git a/plymouth/themes/futureprototype/futureprototype.plymouth b/plymouth/plymouth/themes/futureprototype/futureprototype.plymouth similarity index 100% rename from plymouth/themes/futureprototype/futureprototype.plymouth rename to plymouth/plymouth/themes/futureprototype/futureprototype.plymouth diff --git a/plymouth/themes/futureprototype/futureprototype.script b/plymouth/plymouth/themes/futureprototype/futureprototype.script similarity index 100% rename from plymouth/themes/futureprototype/futureprototype.script rename to plymouth/plymouth/themes/futureprototype/futureprototype.script diff --git a/plymouth/themes/futureprototype/logo.png b/plymouth/plymouth/themes/futureprototype/logo.png similarity index 100% rename from plymouth/themes/futureprototype/logo.png rename to plymouth/plymouth/themes/futureprototype/logo.png diff --git a/plymouth/themes/futureprototype/logo_circle.png b/plymouth/plymouth/themes/futureprototype/logo_circle.png similarity index 100% rename from plymouth/themes/futureprototype/logo_circle.png rename to plymouth/plymouth/themes/futureprototype/logo_circle.png diff --git a/plymouth/themes/futureprototype/password_dot.png b/plymouth/plymouth/themes/futureprototype/password_dot.png similarity index 100% rename from plymouth/themes/futureprototype/password_dot.png rename to plymouth/plymouth/themes/futureprototype/password_dot.png diff --git a/plymouth/themes/futureprototype/password_dot16.png b/plymouth/plymouth/themes/futureprototype/password_dot16.png similarity index 100% rename from plymouth/themes/futureprototype/password_dot16.png rename to plymouth/plymouth/themes/futureprototype/password_dot16.png diff --git a/plymouth/themes/futureprototype/password_field.png b/plymouth/plymouth/themes/futureprototype/password_field.png similarity index 100% rename from plymouth/themes/futureprototype/password_field.png rename to plymouth/plymouth/themes/futureprototype/password_field.png diff --git a/plymouth/themes/futureprototype/password_field16.png b/plymouth/plymouth/themes/futureprototype/password_field16.png similarity index 100% rename from plymouth/themes/futureprototype/password_field16.png rename to plymouth/plymouth/themes/futureprototype/password_field16.png diff --git a/plymouth/themes/futureprototype/plymouth_background_future.png b/plymouth/plymouth/themes/futureprototype/plymouth_background_future.png similarity index 100% rename from plymouth/themes/futureprototype/plymouth_background_future.png rename to plymouth/plymouth/themes/futureprototype/plymouth_background_future.png diff --git a/plymouth/themes/homeworld/debian.png b/plymouth/plymouth/themes/homeworld/debian.png similarity index 100% rename from plymouth/themes/homeworld/debian.png rename to plymouth/plymouth/themes/homeworld/debian.png diff --git a/plymouth/themes/homeworld/homeworld.plymouth b/plymouth/plymouth/themes/homeworld/homeworld.plymouth similarity index 100% rename from plymouth/themes/homeworld/homeworld.plymouth rename to plymouth/plymouth/themes/homeworld/homeworld.plymouth diff --git a/plymouth/themes/homeworld/homeworld.script b/plymouth/plymouth/themes/homeworld/homeworld.script similarity index 100% rename from plymouth/themes/homeworld/homeworld.script rename to plymouth/plymouth/themes/homeworld/homeworld.script diff --git a/plymouth/themes/homeworld/logo.png b/plymouth/plymouth/themes/homeworld/logo.png similarity index 100% rename from plymouth/themes/homeworld/logo.png rename to plymouth/plymouth/themes/homeworld/logo.png diff --git a/plymouth/themes/homeworld/logo_circle.png b/plymouth/plymouth/themes/homeworld/logo_circle.png similarity index 100% rename from plymouth/themes/homeworld/logo_circle.png rename to plymouth/plymouth/themes/homeworld/logo_circle.png diff --git a/plymouth/themes/homeworld/password_dot.png b/plymouth/plymouth/themes/homeworld/password_dot.png similarity index 100% rename from plymouth/themes/homeworld/password_dot.png rename to plymouth/plymouth/themes/homeworld/password_dot.png diff --git a/plymouth/themes/homeworld/password_dot16.png b/plymouth/plymouth/themes/homeworld/password_dot16.png similarity index 100% rename from plymouth/themes/homeworld/password_dot16.png rename to plymouth/plymouth/themes/homeworld/password_dot16.png diff --git a/plymouth/themes/homeworld/password_field.png b/plymouth/plymouth/themes/homeworld/password_field.png similarity index 100% rename from plymouth/themes/homeworld/password_field.png rename to plymouth/plymouth/themes/homeworld/password_field.png diff --git a/plymouth/themes/homeworld/password_field16.png b/plymouth/plymouth/themes/homeworld/password_field16.png similarity index 100% rename from plymouth/themes/homeworld/password_field16.png rename to plymouth/plymouth/themes/homeworld/password_field16.png diff --git a/plymouth/themes/homeworld/plymouth_background_homeworld.png b/plymouth/plymouth/themes/homeworld/plymouth_background_homeworld.png similarity index 100% rename from plymouth/themes/homeworld/plymouth_background_homeworld.png rename to plymouth/plymouth/themes/homeworld/plymouth_background_homeworld.png diff --git a/plymouth/plymouthd.conf b/plymouth/plymouthd.conf new file mode 100644 index 00000000..2b5974c1 --- /dev/null +++ b/plymouth/plymouthd.conf @@ -0,0 +1,4 @@ +# Administrator customizations go in this file +[Daemon] +Theme=futureprototype +ShowDelay=0