[X2Go-Commits] [[X2Go Wiki]] page changed: doc:howto:tce

wiki-admin at x2go.org wiki-admin at x2go.org
Mon Jan 15 16:12:35 CET 2024


A page in your DokuWiki was added or changed. Here are the details:

Browser             : Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36
IP Address          : 178.202.75.45
Hostname            : ip-178-202-075-045.um47.pools.vodafone-ip.de
Old Revision        : https://wiki.x2go.org/doku.php/doc:howto:tce?rev=1672152459
New Revision        : https://wiki.x2go.org/doku.php/doc:howto:tce
Date of New Revision: 2024/01/15 15:12
Edit Summary        : [Configuring the Build] added updates for bookworm
User                : stefanbaur

There may be newer changes after this revision. If this
happens, a message will be shown on the top of the rev page.

@@ -67,8 +67,9 @@
  # this one loosely corresponds to "heuler"
  # NOTE: Add "-stretch" to the end of the LBX2GO_CONFIG string to create a stretch build,
  #       add "-buster" to the end of the LBX2GO_CONFIG string to create a buster build,
  #       add "-bullseye" to the end of the LBX2GO_CONFIG string to create a bullseye build
+ #       add "-bookworm" to the end of the LBX2GO_CONFIG string to create a bookworm build (will be in git repo $SOON)
  
  # Select ONE of the following LBX2GO_ARCH lines and comment out the others
  # (feel free to use long or short options)
  # for 64-Bit builds, use:
@@ -108,8 +109,12 @@
      export LBX2GO_BOOTAPPEND_LIVE+=" net.ifnames=0 biosdevname=0"
  elif [ -z "${LBX2GO_CONFIG##*-bullseye}" ] ; then
      export LBX2GO_DEBVERSION="bullseye"
      export LBX2GO_BOOTAPPEND_LIVE+=" net.ifnames=0 biosdevname=0"
+ elif [ -z "${LBX2GO_CONFIG##*-bookworm}" ] ; then
+     export LBX2GO_DEBVERSION="bookworm"
+     export LBX2GO_BOOTAPPEND_LIVE+=" net.ifnames=0 biosdevname=0"
+     export LBX2GO_ARCHIVE_AREAS="non-free-firmware "
  else
      export LBX2GO_DEBVERSION="jessie"
  fi
  
@@ -177,9 +182,9 @@
      export LBX2GO_DEFAULTS+=" --binary-filesystem fat32 \
                                --hdd-size 1024"
  fi
  
- export LBX2GO_ARCHIVE_AREAS="main contrib non-free"
+ export LBX2GO_ARCHIVE_AREAS="main contrib non-free $LBX2GO_ARCHIVE_AREAS"
  
  # This is for minidesktop builds and currently only adds firefox-esr language packs
  # export LBX2GO_LANG='de'
  


-- 
This mail was generated by DokuWiki at
https://wiki.x2go.org/


More information about the x2go-commits mailing list