User Tools

Site Tools


doc:howto:tce

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
doc:howto:tce [2022/12/02 12:57]
stefanbaur [Configuring the Build] updated buildscript
doc:howto:tce [2022/12/02 13:00]
stefanbaur [Configuring the Build] Updated notice
Line 77: Line 77:
 # (feel free to use long or short options) # (feel free to use long or short options)
 # for 64-Bit builds, use: # for 64-Bit builds, use:
-#export LBX2GO_ARCH='-a amd64 -k amd64'+export LBX2GO_ARCH='-a amd64 -k amd64'
 # 32-Bit, larger memory footprint, but faster performance on i686 and newer # 32-Bit, larger memory footprint, but faster performance on i686 and newer
 #export LBX2GO_ARCH='-a i386 -k 686-pae' #export LBX2GO_ARCH='-a i386 -k 686-pae'
Line 83: Line 83:
 # export LBX2GO_ARCH='--architectures i386 --linux-flavours 586' # export LBX2GO_ARCH='--architectures i386 --linux-flavours 586'
 # For ARM (Raspberry Pi): # For ARM (Raspberry Pi):
-export LBX2GO_ARCH='-a arm64' +#export LBX2GO_ARCH='-a arm64' 
-export LBX2GO_ARCH_MODEL='Pi4' # you can also set this to 'Pi3'. Note that there must not be any whitespace between 'Pi' and the digit.+#export LBX2GO_ARCH_MODEL='Pi4' # you can also set this to 'Pi3'. Note that there must not be any whitespace between 'Pi' and the digit.
  
 # If you want to use the stock ISO image as created by this script, add your boot parameters here # If you want to use the stock ISO image as created by this script, add your boot parameters here
Line 227: Line 227:
 #export LBX2GO_IMAGETYPE='netboot' #export LBX2GO_IMAGETYPE='netboot'
 # /!\ the options below are NOT RECOMMENDED unless you use live-build from Debian Buster /!\ # /!\ the options below are NOT RECOMMENDED unless you use live-build from Debian Buster /!\
-# to create an image that can be written to a hard disk (for older live-build versions, this +(Debian 10) or newer to create an image that can be written to a hard disk (for older  
-always results in a "build failed" message, even though the build might have worked - use  +live-build versions, this always results in a "build failed" message, even though the build 
-live-build from Buster and things will work):+might have worked - use live-build from Buster or newer and things will work):
 #export LBX2GO_IMAGETYPE='hdd' #export LBX2GO_IMAGETYPE='hdd'
 ## DEBUG FIXME ## DEBUG FIXME
doc/howto/tce.txt · Last modified: 2024/01/26 19:49 by stefanbaur