diff --git a/iso_configs/hooks/normal/0540-misc.hook.chroot b/iso_configs/hooks/normal/0540-misc.hook.chroot index 112f1d2b..4a14a62b 100755 --- a/iso_configs/hooks/normal/0540-misc.hook.chroot +++ b/iso_configs/hooks/normal/0540-misc.hook.chroot @@ -31,9 +31,9 @@ ln -s /usr/share/desktop-base/active-theme/grub/pep-grub-16x9.png /etc/alternati # by enabling it in PepHub or by typing 'hblock -S builtin' in terminal #curl https://raw.githubusercontent.com/hectorm/hblock/master/hblock --output /tmp/hblock && #[ "$(sha256sum /tmp/hblock)" == "4031d86cd04fd7c6cb1b7e9acb1ffdbe9a3f84f693bfb287c68e1f1fa2c14c3b" ] && -# mv /tmp/hblock /usr/local/bin/hblock && -# chown 0:0 /usr/local/bin/hblock && -# chmod 755 /usr/local/bin/hblock && -# echo " hblock: installed" || -# echo " hblock: failed to install" -# hblock -S none -D none exit 0 + mv /tmp/hblock /usr/local/bin/hblock && + chown 0:0 /usr/local/bin/hblock && + chmod 755 /usr/local/bin/hblock && + echo " hblock: installed" || + echo " hblock: failed to install" + hblock -S none -D none exit 0 diff --git a/python_modules/conf.py b/python_modules/conf.py index 44817a67..dc358890 100644 --- a/python_modules/conf.py +++ b/python_modules/conf.py @@ -22,7 +22,7 @@ desktop_list = ('mousepad\n' 'lightdm-gtk-greeter\n' 'lightdm-gtk-greeter-settings\n' 'plank\n' - #'marwaita-for-xfwm' + 'marwaita-for-xfwm' ) diff --git a/python_modules/deb_64.py b/python_modules/deb_64.py index febb98b4..4dbe37fe 100644 --- a/python_modules/deb_64.py +++ b/python_modules/deb_64.py @@ -123,14 +123,14 @@ def readybuild(): inflate_bubble.set_fusato_structure() # Packages inflate_bubble.set_desktop_environment() - #inflate_bubble.set_extra_packages() - #inflate_bubble.set_general_packages() - #inflate_bubble.set_system_packages() + inflate_bubble.set_extra_packages() + inflate_bubble.set_general_packages() + inflate_bubble.set_system_packages() inflate_bubble.set_system_packages_64() - #inflate_bubble.set_artwork_packages() + inflate_bubble.set_artwork_packages() inflate_bubble.set_python_packages() inflate_bubble.set_calamares_packages() - #inflate_bubble.set_firmware_packages() + inflate_bubble.set_firmware_packages() inflate_bubble.set_binary_packages_64() copy_folders.copy_folders_files() copy_files_specified.copy_specific_files() @@ -148,14 +148,14 @@ def readybuild(): inflate_bubble.set_fusato_structure() # Packages inflate_bubble.set_desktop_environment() - #inflate_bubble.set_extra_packages() - #inflate_bubble.set_general_packages() - #inflate_bubble.set_system_packages() + inflate_bubble.set_extra_packages() + inflate_bubble.set_general_packages() + inflate_bubble.set_system_packages() inflate_bubble.set_system_packages_64() - #inflate_bubble.set_artwork_packages() + inflate_bubble.set_artwork_packages() inflate_bubble.set_python_packages() inflate_bubble.set_calamares_packages() - #inflate_bubble.set_firmware_packages() + inflate_bubble.set_firmware_packages() inflate_bubble.set_binary_packages_64() copy_folders.copy_folders_files() copy_files_specified.copy_specific_files()