Found raspi-firmware
That is included in the non free firmware this icauses issues in some cases for users when upodating the Kernel Signed-off-by: debianpepper <peppermintosteam@proton.me>
This commit is contained in:
parent
e2d5c8f31d
commit
9271d0c3c0
|
@ -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
|
||||
|
|
|
@ -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'
|
||||
|
||||
)
|
||||
|
||||
|
|
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue