Advertisement
Guest User

build.conf

a guest
Nov 22nd, 2011
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.13 KB | None | 0 0
  1. ###############################################
  2. ### --- Thinstation Build Config --- ###
  3. ################################################
  4. #
  5. #
  6. # This is Thinstation's basic setup file. In this file you decide which
  7. # hardware, programs and features to be included in the Thinstation
  8. # boot image generated by running "./build".
  9. #
  10. # You can customize/limit the possibilities in the thinstation.conf
  11. # files later.
  12. #
  13. # Anything after a "#" is a comment. You activate "things" by removing
  14. # the "#" and remove "things" by putting a "#" in front of them.
  15. #
  16. # First we define which modules to include. Modules are hardware
  17. # drivers. NEVER include more than necessary - the more modules, the
  18. # longer boot time.
  19.  
  20. ################################################
  21. ### --- Modules to include in boot image --- ###
  22. ################################################
  23. # Any modules may be added as "module" or "module_pkg".
  24. # If defined as a "module", the driver is included in the boot image.
  25. # If defined as a "module_pkg", the driver is added from outside the
  26. # image, such as from a tftp server. See note below for more details.
  27. #
  28. # Normally you should use "module". Only use "module_pkg" if you want
  29. # to dynamically load modules.
  30. # Note: If you create a module_pkg network driver, and decide to load it
  31. # from a tftp server, it won't work. This is because the image
  32. # won't have a network driver to get the module_pkg in the first
  33. # place.
  34.  
  35. #!Hardware
  36. #!!Machine module list
  37. #machine m704 # Gigabyte m704 Rover PC
  38. #machine pos668 # Pioneer POS Terminal 668
  39. #machine pos768 # Pioneer POS Terminal 768
  40. #machine wyse9150se # WYSE 9150se Thin Client
  41. #machine NT-A3500 # Foxconn AMD E-350 Barebone
  42. #machine NT-535 # Foxconn Intel D525 Barebone
  43. #machine vmware # A good set of modules for a VmWare Virtual Machine
  44. #machine VIA-Epia-CLE266 # VIA Epia/Eden based on the the CLE266 chip. Rather common in thin clients a few years old
  45. #machine classic_generic # Big list of modules that you can choose by unremarking them
  46. machine hp_pxe
  47.  
  48. #!!Wireless Stuff
  49. #package wpa_supplicant
  50. #package wireless
  51. #package wifi-connect
  52. #!!!Misc Modules
  53.  
  54. #!!Filesystem Support
  55. # Every mounted device needs a filesystem, so choose which ones you need.
  56. #module usb-storage
  57. #module autofs4 # Automount and autofs support
  58. #module isofs # ISO9960 file system support for CDRoms
  59. #module udf # CDRom UDF file system support
  60. #module vfat # Fat and VFat file system support
  61. #module ntfs # NTFS file system support
  62. #module ext2 # Ext2 file system support
  63. #module ext3 # Ext3 file system support
  64. #module ext4 # Ext4 file system support
  65. #module nfs # NFS file system support
  66. #module cifs # CIFS support (use either this or smbfs - not both)
  67. #module squashfs
  68.  
  69. #################################################
  70. ### --- Packages to include in boot image --- ###
  71. #################################################
  72.  
  73. # A package is a program or utility.
  74. # Any packages may be added as "package" or "pkg".
  75. # If defined as a "package", the program is included in the boot image.
  76. # If defined as a "pkg", the program is added from outside the image.
  77. # Normally, you should use "package". Only use "pkg" if you want to
  78. # dynamically load programs.
  79.  
  80.  
  81. # --- Packages to include in boot image
  82. # --- Packages below may be "package" or "pkg"
  83. #!!Miscellaneous
  84. #package hwclock # Utility to set system time from hardware clock (More Complete than whats already in BusyBox)
  85. #package rdate # Utility to obtain date & time from network
  86. #package ntp # Utility to obtain date & time from network (only use one of these)
  87. #package sound-esd # Enable sound-esd or sound-nasd if you want to be able to control
  88. #package sound-nasd # sound on your thin client from another computer or
  89. # your remote session.
  90. package alsa-lib
  91. #package alsa-utils
  92. #package gnome-media
  93. #package gnome-core
  94. #package kismet
  95. #package gst-plugins-base
  96. #package gst-plugins-good
  97. #package gstreamer
  98. #package libva
  99. #package iptables # IP Tables support
  100. #package cpufreq
  101. #package cpuspeed
  102.  
  103. #!!X related
  104. # --- XOrg 7.6
  105. #package xorg7-apm
  106. #package xorg7-ark
  107. #package xorg7-chips
  108. #package xorg7-cirrus
  109. #package xorg7-glint
  110. #package xorg7-i128
  111. #package xorg7-mach64
  112. #package xorg7-mga
  113. #package xorg7-neomagic
  114. #package xorg7-r128
  115. #package xorg7-rendition
  116. #package xorg7-s3
  117. #package xorg7-s3virge
  118. #package xorg7-savage
  119. #package xorg7-siliconmotion
  120. package xorg7-sis
  121. #package xorg7-sisusb
  122. #package xorg7-sun
  123. #package xorg7-tdfx
  124. #package xorg7-tga
  125. #package xorg7-trident
  126. #package xorg7-tseng
  127. #package xorg7-v4l
  128. #package xorg7-vesa
  129. #package xorg7-vmware
  130. #package xorg7-ztv
  131. #package xorg7-ati
  132. #package xorg7-nv
  133. #package xorg7-nouveau
  134. #package xorg7-openchrome
  135. #package xorg7-geode
  136. #package xorg7-i740
  137. #package xorg7-intel
  138. #package xorg7-fbdev
  139. #package xorg7-tinyx
  140.  
  141. #!!Locale or localization files for keyboard and fonts. (Language/Country)
  142. #package locale-da_DK # Danish
  143. #package locale-de_DE # German
  144. #package locale-en_GB # English-Great Britain
  145. package locale-en_US # English-US
  146. #package locale-es_ES # Spanish
  147. #package locale-fi_FI
  148. #package locale-fr_BE
  149. #package locale-fr_CA
  150. #package locale-fr_CH
  151. #package locale-fr_FR # French
  152. #package locale-it_IT # Italian
  153. #package locale-nb_NO # Norwegian (bokmГҐl)
  154. #package locale-pt_PT # Portuguese
  155. #package locale-pt_BR # Portuguese-Brazil
  156. #package locale-sv_SE # Swedish
  157.  
  158. #!Applications
  159. #!!Connection Package types. Choose *at least* one!
  160. package freerdp # X RDP Client - fork of rdesktop
  161. package rdesktop # X RDP client for Windows Terminal Services (ver 1.7)
  162. #package vncviewer # VNC client (vncviewer)
  163. #package xorg7vnc # Remote Control Client Workstation
  164. #package ica # Citrix ICA client support
  165. #package tarantella # Tarantella client support
  166. #package ica_wfc # Citrix ICA manager
  167. #package xnest # XDM in a window client
  168. #package rxvt # Light Xterm Client (vt102)
  169. #package xterm # Xterm Client (vt220)
  170. #package ssh # Secure Shell client
  171. #package tn5250 # 5250 terminal emulator
  172. #package dillo # Dillo light web browser
  173. #package thinlinc # Cendio ThinLinc client support
  174. #package nx # No Machine NX client
  175. package 2x # 2X client
  176. #package java # Java runtime
  177. #package firefox3
  178. #package firefox3_6
  179. #package firefox7 # Mozilla firefox broser
  180. #package firefox8
  181. #package chrome # Google Chrome Web Browser
  182. #package kiosk # Rkiosk Plugin for Firefox
  183. #package flash9 # Flash 9 browser plugin for firefox
  184. #package flash10 # Flash 10 browser plugin for firefox
  185. #package flash11 # Flash 11
  186. #package filezilla # FileZilla FTP Client for X
  187. #package git # GIT Version Control System
  188. #package giggle # Commit browser for GIT
  189. #package gparted # Gnome Partition Manager
  190. #package open-vm-tools
  191. #package medit # Notepad
  192. #package mplayer # DVD and video player
  193. #package xpdf # X PDF Viewer
  194.  
  195. #!!Window Managers. Choose no more than 1 window manager.
  196. # Not needed if you don't want to manage windows.
  197. #package openbox # A spartin clean/fast window manager.
  198. #package xdesktop-kiosk # A locked down desktop kiosk using the openbox wm (See packages/xdesktop-kiosk/build/conf for
  199. # more help.
  200. package icewm # "ICEWM" window manager. Makes TS a light workstation.
  201. #package xfwm4
  202. #package icewm-theme-xp
  203. #package icewm-themes # Extra IceWM themes
  204. #package icewm-theme-bernstein
  205. package icewm-theme-bluecrux
  206. #package icewm-theme-liquid
  207.  
  208. #!!Window Manager Utils
  209. #package idle-shutdown # Package that lets you specify automatic shutdown settings and logic.
  210. #package wbar # Adds icons to desktop
  211. #package idesk
  212.  
  213. #!!Other services
  214. #package www # Web access to client. From a browser: "http://<IP number>"
  215. # The standard page is for general user settings, administrative access
  216. # is on port 6800.
  217. #package lp_server # Remote printing daemon (JetDirect compatible)
  218. #package lpr # LPR Print Server, for use with samba-server package
  219. #package lprng # LPRng Print Server, supports network based printing
  220. #package sshd # Dropbear secure shell server
  221. #package tftpd # Built in tftpd server. Useful for making a tftpserver
  222. # for thinstation on a WAN over a slow link.
  223. #package samba-server # Samba server FS Support, allows you to share
  224. # local floppy/cdrom/hd/printer to other Windows
  225. # PCs. Needs supermount for removeable media.
  226. #package samba-client # Samba smbclient, gives a shell like environment to access an samba server
  227. #package hdupdate # Package for updating TS images on a hardisk over a network connection
  228. #package scp # Add ability to download files over internet using scp. This package
  229. # adds some networking based options for downloading configuration files or
  230. # in using hdupdate package.
  231. #package openvpn # OpenVPN Client Support
  232.  
  233.  
  234. #!!PCSCD Card Readers
  235. #package gemplus410 # Card reader Gemplus 410 (Serial) and Gemplus 430 (USB)
  236. package ccidreader # Generic USB card reader
  237.  
  238.  
  239. #!!Miscellaneous
  240. package gtk-2.0 # Full gtk-2.0 plus clearlooks theme
  241. #package icons-cursor # Anti Aliased Mouse Cursor Theme
  242. package icons-hicolor # Hi-Color icons for some applications and themes.
  243. #package fonts-misc
  244. #package fonts-util
  245. #package fonts-cyrillic
  246. #package fonts-Speedo-Bitstream
  247. package fonts-TTF-BH # This one works nicely most of the time and is small.
  248. #package fonts-TTF-vera
  249. #package fonts-75dpi-Adobe
  250. #package fonts-75dpi-Adobe-Utopia
  251. #package fonts-75dpi-BH
  252. #package fonts-75dpi-BH-Typewriter
  253. #package fonts-75dpi-Bitstream
  254. #package fonts-100dpi-Adobe
  255. #package fonts-100dpi-Adobe-Utopia
  256. #package fonts-100dpi-BH
  257. #package fonts-100dpi-BH-Typewriter
  258. #package fonts-100dpi-Bitstream
  259. #package fonts-Type1-Adobe-Utopia
  260. #package fonts-Type1-BH
  261. #package fonts-Type1-Bitstream
  262. #package fonts-Type1-IBM
  263. #package fonts-Type1-xfree86
  264. #package lshw # list hardware
  265. #package e3 # Basic vi like Editor
  266. #package rox # Basic File Manager
  267. #package debug # metapackage to include other debugging packages and stop during bootup to check things.
  268. #package extensions # Adds various shell commands, will increase image size.
  269. #package extensions-x # Adds various utility's for the X Environment !!!! INCLUDES hwlister.sh !!!!
  270. #package eGalax # eGalax TouchKit Drivers/Utility for serial and usb touchscreens by EETI.
  271. #package installer # Wipes a drive, makes partitions and downloads thinstation from a pxe server
  272. #package devstation # Starts a tftp server that hosts files from the boot-images/pxe folder
  273.  
  274. # Parameters
  275. ########################################
  276. ### --- Miscellaneous Parameters --- ###
  277. ########################################
  278. #!!Basic
  279.  
  280. param fastboot false # Mangles the filesystem a special way as to improve boot spead and reduce
  281. # memory utilization. Cool/Dangerous . Harder to dubug other packages. (Finishing Touch)
  282. #param tsuser ts
  283. param rootpasswd pleasechangeme # Do Change! Console/telnet password for root
  284. # If this is enabled, Telnetd will be enabled.
  285. param xorgvncpasswd pleasechangeme # VNC Access Password
  286. param storagepasswd pleasechangeme # Password for storage server
  287. param dialuppasswd pleasechangeme # Password for dialin account
  288. param sambapasswd pleasechangeme # Password for samba shares when using user mode security
  289. #param stripelf yes # Strip extraneous information from elf binaries (Maybe not Safe)
  290. param acpisupport enable # Tells the kernel not to load acpi modules. (Breaks some Intel Chipsets if disabled)
  291. #param modesetfb enable # Disable uvesafb for Intel and ATI cards that are Kernel Mode Setting (Otherwise they get a black screen
  292. # or crash
  293. #param extra_vid LVDS-1:d
  294. param bootlogo true # Enable or Disable the use of the Boot splash.
  295. param boottheme default # Backgound picture during boot
  296. #param splash verbose # kernel splash setting (0=off, silent or verbose (default=silent)
  297. param splash silent
  298. param fbmtrr 0 # MTRR value for uvesafb (default = 0, 4 is the best) grep your log to make sure you have not set it to high
  299. #param fbnocrtc true # This is usually a good thing.
  300. param fbsm ywrap # Window scrolling method (redraw, ypan, ywrap) ywrap is best, but may not work correctly for all people
  301.  
  302. #param bootresolution 1024x600-32 # Resolution used during Thinstation boot.
  303. param bootresolution 1024x768-32 # You can wright your own resolution mode here, if you know it.
  304. #param bootresolution 1280x1024-32 # Otherwise, you may want to refer to the vbe_modes.list you created with hwlister.sh
  305. #param bootresolution 1400x900-32 # for modes that your card supports.
  306. #param bootresolution 1680x1050-32 # It is also used by xrandr if no xrandr options are specified.
  307. #param bootresolution 1920x1080-32
  308. #param bootresolution 1400x1050-32
  309.  
  310. param desktop file:./backgrounds/Live.jpg # Custom image to load as desktop background
  311. param defaultconfig thinstation.conf.buildtime # The file with default setup. No other config file is found
  312. # during boot.
  313. param basename thinstation # Used for all config/tftp/scp file names
  314. param basepath config # Used to determine path to tftp/scp files
  315. param baseurl http://www.doncuppjr.net # Used to determine url to wget files
  316. #param keyfile ./id_rsa # Path for private key file used for ssh/scp
  317. #param knownhosts ./known_hosts # Path for ssh known_hosts file for ssh/scp
  318. #param localpkgs false # to determine is PKG files are to be loaded locally
  319. param fulllocales true # Use full locale support for packages
  320. #param icaencryption false # Use ica encryption support, add 290k to image
  321. param haltonerror false # Will halt on error, default is true
  322. param initrdcmd "gzip -9" # Compression mode and level of initrd file. none, gzip -9, lzma -9 ,bzip2 -9
  323. param bootverbosity 3 # Increased vebosity when booting TS
  324. # 0 no verbose messages
  325. # 1 boot
  326. # 2 network
  327. # 4 init
  328. # 8 kernel
  329. # 16 modules
  330. # 32 packages
  331. # 64 email bootlog file to SMTP server & user set in
  332. # thinstation.conf file. This will only work
  333. # if networking is working.
  334. #
  335. # Combinations can be used (e.g.12 does Kernel and Module Messages)
  336.  
  337. #!!Advanced
  338. # Leave this alone unless you can't download (wget required on your Linux box):
  339. param icaurl file://home/installs/linuxx86-11.100.158406.tar.gz
  340. param firefox8url http://thinstation.org/download/firefox/firefox-8.x-current.tar.bz2
  341. param firefox7url http://thinstation.org/download/firefox/firefox-7.x-current.tar.bz2
  342. param firefox3_6url http://thinstation.org/download/firefox/firefox-3.6.x-current.tar.bz2
  343. param firefox3url http://thinstation.org/download/firefox/firefox-3.x-current.tar.bz2
  344. param flash10url http://www.thinstation.org/download/flash/install_flash_player_10.x-current.tar.gz
  345. param flash11url http://www.thinstation.org/download/flash/install_flash_player_11.x-current.tar.gz
  346. param flash9url http://www.thinstation.org/download/flash/install_flash_player_9_linux.tar.gz
  347. param thinlincurl http://www.cendio.com/downloads/clients/tl-3.2.0-client-linux-dynamic.tar.gz
  348. param nxurl http://thinstation.org/download/nx/nxclient-3.x-current.i386.tar.gz
  349. param 2xurl http://www.2x.com/downloads/AppServer-LoadBalancer/2XClient.tar.bz2
  350. param javaurl http://javadl.sun.com/webapps/download/AutoDL?BundleId=49015
  351. param tarantellaurl file://home/installs/tnci3li.tar
  352. param filezillaurl http://downloads.sourceforge.net/project/filezilla/FileZilla_Client/3.5.1/FileZilla_3.5.1_i586-linux-gnu.tar.bz2
  353. param chromeurl http://dl.google.com/linux/direct/google-chrome-stable_current_i386.deb
  354. param eGalaxurl http://home.eeti.com.tw/web20/drivers/touch_driver/Linux/20110831/eGalaxTouch-3.06.5625-32b-k26.tar.gz
  355. param httpproxy [***masked***]
  356.  
  357. #param bootfssize 50% # Modify the size of the tmpfs filesystem
  358.  
  359. param giturl none
  360. param allfirmwareurl none
  361. #param livecd true # Adds a multi-resolution boot menu to cd images.
  362. #package allres # Includes a lot of resolution splash images for live-cd's
  363. #package allfirmware # Includes a lot of firmwares for live-cd's
  364.  
  365.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement