refs #809 add binary of old browser again
parent
7c16d315dc
commit
df50635618
|
@ -106,7 +106,7 @@ def GetOsInfo (type_client='host'):
|
|||
osrelease='5.4.0-42-generic'
|
||||
osarch='amd64'
|
||||
oshttp='http://es.archive.ubuntu.com/ubuntu/'
|
||||
elif 'noble' == type_client: # ogLive 1.2.0-rc1 basado en Ubuntu 24.04 y Kernel 6.8.
|
||||
elif 'noble' == type_client: # ogLive 3.1.1 basado en Ubuntu 24.04 y Kernel 6.8.
|
||||
osdistrib='ubuntu'
|
||||
oscodename='noble'
|
||||
osrelease='6.8.0-31-generic'
|
||||
|
@ -239,6 +239,9 @@ def copy_og_files (builder, og_shared, og_engine, ogclientmount, osdistrib, osco
|
|||
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)
|
||||
|
||||
# Browser
|
||||
if os.path.exists (f'{og_shared}/bin/browser'): shutil.copy (f'{og_shared}/bin/browser', f'{ogclientmount}/bin/')
|
||||
|
||||
def sysctl (btrootfsmnt):
|
||||
logger.debug ('copiando sysctl.conf')
|
||||
with open (f'{btrootfsmnt}/etc/sysctl.conf', 'w') as fd:
|
||||
|
|
|
@ -1 +1 @@
|
|||
OpenGnsys Client 3.1.0
|
||||
OpenGnsys Client 3.1.1
|
||||
|
|
Loading…
Reference in New Issue