Took out the Firmware packages to test devuan
Signed-off-by: debianpepper <peppermintosteam@proton.me>
This commit is contained in:
parent
928d532957
commit
c229818b79
|
@ -184,7 +184,7 @@ firmware_list = ('atmel-firmware\n'
|
|||
'firmware-realtek\n'
|
||||
'firmware-samsung\n'
|
||||
'firmware-siano\n'
|
||||
'firmware-ti-connectivity\n'
|
||||
#'firmware-ti-connectivity\n'
|
||||
'firmware-sof-signed\n'
|
||||
#This Driver is not available in Devuan 'firmware-zd1211'
|
||||
)
|
||||
|
|
|
@ -131,7 +131,7 @@ def readybuild():
|
|||
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()
|
||||
|
@ -156,7 +156,7 @@ def readybuild():
|
|||
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