Took out the Firmware packages to test devuan

Signed-off-by: debianpepper <peppermintosteam@proton.me>
This commit is contained in:
debianpepper 2023-07-25 11:36:35 +09:00
parent 928d532957
commit c229818b79
2 changed files with 3 additions and 3 deletions

View File

@ -184,7 +184,7 @@ firmware_list = ('atmel-firmware\n'
'firmware-realtek\n' 'firmware-realtek\n'
'firmware-samsung\n' 'firmware-samsung\n'
'firmware-siano\n' 'firmware-siano\n'
'firmware-ti-connectivity\n' #'firmware-ti-connectivity\n'
'firmware-sof-signed\n' 'firmware-sof-signed\n'
#This Driver is not available in Devuan 'firmware-zd1211' #This Driver is not available in Devuan 'firmware-zd1211'
) )

View File

@ -131,7 +131,7 @@ def readybuild():
inflate_bubble.set_artwork_packages() inflate_bubble.set_artwork_packages()
inflate_bubble.set_python_packages() inflate_bubble.set_python_packages()
inflate_bubble.set_calamares_packages() inflate_bubble.set_calamares_packages()
inflate_bubble.set_firmware_packages() #inflate_bubble.set_firmware_packages()
inflate_bubble.set_binary_packages_64() inflate_bubble.set_binary_packages_64()
copy_folders.copy_folders_files() copy_folders.copy_folders_files()
copy_files_specified.copy_specific_files() copy_files_specified.copy_specific_files()
@ -156,7 +156,7 @@ def readybuild():
inflate_bubble.set_artwork_packages() inflate_bubble.set_artwork_packages()
inflate_bubble.set_python_packages() inflate_bubble.set_python_packages()
inflate_bubble.set_calamares_packages() inflate_bubble.set_calamares_packages()
inflate_bubble.set_firmware_packages() #inflate_bubble.set_firmware_packages()
inflate_bubble.set_binary_packages_64() inflate_bubble.set_binary_packages_64()
copy_folders.copy_folders_files() copy_folders.copy_folders_files()
copy_files_specified.copy_specific_files() copy_files_specified.copy_specific_files()