refs #1161 adds old browser
parent
e2548663c5
commit
6d545d52ec
|
|
@ -238,6 +238,9 @@ def copy_og_files (builder, og_shared, og_engine, ogclientmount, osdistrib, osco
|
||||||
subprocess.run (f'rsync -aH {og_shared}/lib/qtlib/* {ogclientmount}/usr/local/lib', shell=True)
|
subprocess.run (f'rsync -aH {og_shared}/lib/qtlib/* {ogclientmount}/usr/local/lib', shell=True)
|
||||||
subprocess.run (f'rsync -aH {og_shared}/lib/fonts {ogclientmount}/usr/local/lib', shell=True)
|
subprocess.run (f'rsync -aH {og_shared}/lib/fonts {ogclientmount}/usr/local/lib', shell=True)
|
||||||
subprocess.run (f'rsync -aH {og_shared}/lib/qtplugins/* {ogclientmount}/usr/local/plugins', shell=True)
|
subprocess.run (f'rsync -aH {og_shared}/lib/qtplugins/* {ogclientmount}/usr/local/plugins', shell=True)
|
||||||
|
|
||||||
|
# Browser
|
||||||
|
if os.path.exists (f'{og_shared}/bin/browser'): shutil.copy (f'{og_shared}/bin/browser', f'{ogclientmount}/bin/')
|
||||||
|
|
||||||
def sysctl (btrootfsmnt):
|
def sysctl (btrootfsmnt):
|
||||||
logger.debug ('copiando sysctl.conf')
|
logger.debug ('copiando sysctl.conf')
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue