Api/apt.bootbuild(): Difference between revisions

From Minux Wiki
Jump to navigation Jump to search
(Created page with "this api is used to install a program trough apt '''usage:''' apt.install(packname) '''output:''' if packname is found on an available repository server, it will be installed.")
 
No edit summary
Line 1: Line 1:
this [[api]] is used to install a program trough [[Api/apt|apt]]
this [[api]] is used to rebuild /boot/addon.d for [[Api/apt|apt]]


'''usage:'''
'''usage:'''


apt.install(packname)
apt.bootbuild()


'''output:'''
'''output:'''


if packname is found on an available repository server, it will be installed.
reads all files in /etc/apt/boot/ and adds their instructions to /boot/addon.d

Revision as of 08:32, 24 September 2024

this api is used to rebuild /boot/addon.d for apt

usage:

apt.bootbuild()

output:

reads all files in /etc/apt/boot/ and adds their instructions to /boot/addon.d