• Reorganized the scripts into different categories
• Refactored the graphical boot screens to have separate boot and shutdown images • Changed the reboot and shutdown code to force the display of the splash images. • Added 'Team Onefinity.ngc' to the installer files
This commit is contained in:
14
setup.py
14
setup.py
@@ -29,13 +29,13 @@ setup(
|
||||
]
|
||||
},
|
||||
scripts=[
|
||||
'scripts/update-bbctrl',
|
||||
'scripts/upgrade-bbctrl',
|
||||
'scripts/sethostname',
|
||||
'scripts/config-wifi',
|
||||
'scripts/edit-config',
|
||||
'scripts/edit-boot-config',
|
||||
'scripts/browser',
|
||||
'installer/scripts/update-bbctrl',
|
||||
'installer/scripts/upgrade-bbctrl',
|
||||
'installer/scripts/sethostname',
|
||||
'installer/scripts/config-wifi',
|
||||
'installer/scripts/edit-config',
|
||||
'installer/scripts/edit-boot-config',
|
||||
'installer/scripts/browser',
|
||||
],
|
||||
install_requires=[
|
||||
'tornado',
|
||||
|
||||
Reference in New Issue
Block a user