Advertisement
Guest User

t510 build.conf

a guest
Jul 28th, 2014
435
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.58 KB | None | 0 0
  1. #!Hardware
  2. #!!Machine module list
  3. #machine m704 # Gigabyte m704 Rover PC
  4. #machine WYSE9150se # WYSE 9150se Thin Client
  5. #machine NT-A3500 # Foxconn AMD E-350 Barebone
  6. #machine NT-535 # Foxconn Intel D525 Barebone
  7. #machine Dell-FX170 # Dell FX170 D525 Atom Machine
  8. #machine VMWare # A good set of modules for a VmWare Virtual Machine
  9. #machine Virtualbox-4.1 # A good set of modules for a Virtualbox Virtual Machine
  10. #machine VIA-Epia-CLE266 # VIA Epia/Eden based on the the CLE266 chip. Rather common in thin clients a few years old
  11. #machine classic_generic # Big list of modules that you can choose by unremarking them
  12. #machine IGEL-M300C # Igel CX700 Via
  13. #machine HP-t5135 # HP CX700 Via
  14.  
  15. #!!Wireless Stuff
  16. #package wpa_supplicant
  17. #package wireless
  18. #package wifi-connect
  19. #!!!Misc Modules
  20.  
  21. #!!Filesystem Support
  22. # Every mounted device needs a filesystem, so choose which ones you need.
  23. module usb-storage
  24. #module autofs4 # Automount and autofs support
  25. #module isofs # ISO9960 file system support for CDRoms
  26. #module udf # CDRom UDF file system support
  27. module vfat # Fat and VFat file system support
  28. #module ntfs # NTFS file system support
  29. #module ext2 # Ext2 file system support
  30. #module ext3 # Ext3 file system support
  31. module ext4 # Ext4 file system support
  32. #module nfs # NFS file system support
  33. #module cifs # CIFS support (use either this or smbfs - not both)
  34. module squashfs
  35.  
  36. module via
  37. module drm
  38. module agpgart
  39. module snd-pcm-oss
  40. module snd-mixer-oss
  41. module ipv6
  42. module arc4
  43. module usbhid
  44. module hid
  45. module snd-hda-codec-via
  46. module padlock-aes
  47. module ath9k
  48. module sd_mod
  49. module aes_generic
  50. module snd-hda-intel
  51. module pata_acpi
  52. module ata_generic
  53. module broadcom
  54. module evdev
  55. module padlock-sha
  56. module snd-hda-codec
  57. module mac80211
  58. module pata_via
  59. module snd-hwdep
  60. module snd-pcm
  61. module ath9k_common
  62. module psmouse
  63. module serio_raw
  64. module snd-timer
  65. module snd
  66. module soundcore
  67. module snd-page-alloc
  68. module ath9k_hw
  69. module ath
  70. module ehci-hcd
  71. module uhci-hcd
  72. module libata
  73. module usbcore
  74. module usb-common
  75. module scsi_mod
  76. module tg3
  77. module libphy
  78. module cfg80211
  79. module rfkill
  80. module 8250_pnp
  81. module parport_pc
  82. module parport
  83. module acpi-cpufreq
  84. module mperf
  85. module button
  86. module processor
  87.  
  88. #################################################
  89. ### --- Packages to include in boot image --- ###
  90. #################################################
  91.  
  92. # A package is a program or utility.
  93. # Any packages may be added as "package" or "pkg".
  94. # If defined as a "package", the program is included in the boot image.
  95. # If defined as a "pkg", the program is added from outside the image.
  96. # Normally, you should use "package". Only use "pkg" if you want to
  97. # dynamically load programs.
  98.  
  99.  
  100. # --- Packages to include in boot image
  101. # --- Packages below may be "package" or "pkg"
  102. #!!Miscellaneous
  103. #package hwclock # Utility to set system time from hardware clock (More Complete than whats already in BusyBox)
  104. #package rdate # Utility to obtain date & time from network
  105. package ntp # Utility to obtain date & time from network (only use one of these)
  106. #package sound-esd # Enable sound-esd or sound-nasd if you want to be able to control
  107. #package sound-nasd # sound on your thin client from another computer or
  108. # your remote session.
  109. #package alsa-lib
  110. #package alsa-utils
  111. #package gnome-media
  112. #package gnome-core
  113. #package kismet
  114. #package gst-plugins-base
  115. #package gst-plugins-good
  116. #package crystalhd
  117. #package libva
  118. #package iptables # IP Tables support
  119. #package cpufreq
  120. #package cpuspeed
  121. #package wine # Windows Application Execution Platform
  122.  
  123. #!!X related
  124. # --- XOrg 7.6
  125. #package xorg7-apm
  126. #package xorg7-ark
  127. #package xorg7-chips
  128. #package xorg7-cirrus
  129. #package xorg7-glint
  130. #package xorg7-i128
  131. #package xorg7-mach64
  132. #package xorg7-mga
  133. #package xorg7-neomagic
  134. #package xorg7-r128
  135. #package xorg7-rendition
  136. #package xorg7-s3
  137. #package xorg7-s3virge
  138. #package xorg7-savage
  139. #package xorg7-siliconmotion
  140. #package xorg7-sis
  141. #package xorg7-sisusb
  142. #package xorg7-sun
  143. #package xorg7-tdfx
  144. #package xorg7-tga
  145. #package xorg7-trident
  146. #package xorg7-tseng
  147. #package xorg7-v4l
  148. #package xorg7-vesa
  149. #package xorg7-vmware
  150. #package xorg7-ztv
  151. #package xorg7-ati
  152. #package xorg7-nv # Xorg driver for legacy nvidia chipsets/instead of vendor driver
  153. #package xorg7-nvidia # NVIDIA accelerated vendor driver. Bigger footprint than xorg-nv
  154. package xorg7-openchrome
  155. #package xorg7-geode
  156. #package xorg7-i740
  157. #package xorg7-intel
  158. #package xorg7-fbdev
  159. #package xorg7-tinyx
  160.  
  161. #!!Locale or localization files for keyboard and fonts. (Language/Country)
  162. #package locale-cs_CZ # Czech
  163. #package locale-da_DK # Danish
  164. #package locale-de_DE # German
  165. #package locale-en_GB # English-Great Britain
  166. package locale-en_US # English-US
  167. #package locale-es_ES # Spanish
  168. #package locale-fi_FI # Finnish
  169. #package locale-fr_BE # French Belgium
  170. #package locale-fr_CA # French Canadian
  171. #package locale-fr_CH # French Switzerland
  172. #package locale-fr_FR # French
  173. #package locale-hr_HR # Croation
  174. #package locale-hu_HU # Hungarian
  175. #package locale-it_IT # Italian
  176. #package locale-ja_JP # Japanese
  177. #package locale-nb_NO # Norwegian (bokmål)
  178. #package locale-pl_PL # Polish
  179. #package locale-pt_PT # Portuguese
  180. #package locale-pt_BR # Portuguese-Brazil
  181. #package locale-ru_RU # Russian
  182. #package locale-sv_SE # Swedish
  183. #package locale-tr_TR # Turkish
  184.  
  185. #!Applications
  186. #!!Connection Package types. Choose *at least* one!
  187. #package freerdp # X RDP Client - fork of rdesktop
  188. package rdesktop # X RDP client for Windows Terminal Services (ver 1.7)
  189. package vncviewer # VNC client (vncviewer)
  190. package xorg7vnc # Remote Control Client Workstation
  191. #package ica # Citrix ICA client support
  192. #package tarantella # Tarantella client support
  193. #package xnest # XDM in a window client
  194. #package urxvt # Light Xterm Client (vt102)
  195. #package xterm # Xterm Client (vt220)
  196. #package ssh # Secure Shell client
  197. #package tn5250 # 5250 terminal emulator
  198. #package dillo # Dillo light web browser
  199. #package thinlinc # Cendio ThinLinc client support
  200. #package nx # No Machine NX client
  201. #package 2x # 2X client
  202. #package java # Java runtime
  203. #package firefox_lowmem # Firefox 3 for low resource machines
  204. #package firefox # Firefox current Web Browser
  205. #package chrome # Google Chrome Web Browser
  206. #package kiosk # Rkiosk Plugin for Firefox
  207. #package flash_lowmem # Flash 9 browser plugin for firefox and low resource machines
  208. #package flash # Flash Current
  209. #package filezilla # FileZilla FTP Client for X
  210. #package git # GIT Version Control System
  211. #package giggle # Commit browser for GIT
  212. #package gparted # Gnome Partition Manager
  213. #package open-vm-tools
  214. #package medit # Notepad
  215. #package mplayer # DVD and video player
  216. #package vmview # VMware Open-View Client, no PCoIP
  217. #package xbmc # XBMC Media Center for X
  218. #package xpdf # X PDF Viewer
  219.  
  220. #!!Window Managers. Choose no more than 1 window manager.
  221. # Not needed if you don t want to manage windows.
  222. #package openbox # A spartin clean/fast window manager.
  223. #package xdesktop-kiosk # A locked down desktop kiosk using the openbox wm (See packages/xdesktop-kiosk/build/conf for
  224. # more help.
  225. #package icewm # "ICEWM" window manager. Makes TS a light workstation.
  226. #package icewm-theme-xp
  227. #package icewm-themes # Extra IceWM themes
  228. #package icewm-theme-bernstein
  229. #package icewm-theme-bluecrux
  230. #package icewm-theme-liquid
  231.  
  232. #!!Window Manager Utils
  233. #package idle-shutdown # Package that lets you specify automatic shutdown settings and logic.
  234. #package wbar # Adds icons to desktop
  235. #package idesk
  236.  
  237. #!!Other services
  238. #package www # Web access to client. From a browser: "http://<IP number>"
  239. # The standard page is for general user settings, administrative access
  240. # is on port 6800.
  241. #package lp_server # Remote printing daemon (JetDirect compatible)
  242. #package lpr # LPR Print Server, for use with samba-server package
  243. #package lprng # LPRng Print Server, supports network based printing
  244. #package sshd # Dropbear secure shell server
  245. #package tftpd # Built in tftpd server. Useful for making a tftpserver
  246. # for thinstation on a WAN over a slow link.
  247. #package samba-server # Samba server FS Support, allows you to share
  248. # local floppy/cdrom/hd/printer to other Windows
  249. # PCs. Needs supermount for removeable media.
  250. #package samba-client # Samba smbclient, gives a shell like environment to access an samba server
  251. #package hdupdate # Package for updating TS images on a hardisk over a network connection
  252. #package scp # Add ability to download files over internet using scp. This package
  253. # adds some networking based options for downloading configuration files or
  254. # in using hdupdate package.
  255. #package openvpn # OpenVPN Client Support
  256.  
  257.  
  258. #!!PCSCD Card Readers
  259. #package gemplus410 # Card reader Gemplus 410 (Serial) and Gemplus 430 (USB)
  260. #package ccidreader # Generic USB card reader
  261.  
  262.  
  263. #!!Miscellaneous
  264. #package gtk-2.0 # Full gtk-2.0 plus clearlooks theme
  265. #package icons-cursor # Anti Aliased Mouse Cursor Theme
  266. #package icons-hicolor # Hi-Color icons for some applications and themes.
  267. #package fonts-misc
  268. #package fonts-jis-misc # Japanese Industrial
  269. #package fonts-util
  270. #package fonts-cyrillic
  271. #package fonts-Speedo-Bitstream
  272. #package fonts-TTF-BH # This one works nicely most of the time and is small.
  273. #package fonts-TTF-vera
  274. #package fonts-75dpi-Adobe
  275. #package fonts-75dpi-Adobe-Utopia
  276. #package fonts-75dpi-BH
  277. #package fonts-75dpi-BH-Typewriter
  278. #package fonts-75dpi-Bitstream
  279. #package fonts-100dpi-Adobe
  280. #package fonts-100dpi-Adobe-Utopia
  281. #package fonts-100dpi-BH
  282. #package fonts-100dpi-BH-Typewriter
  283. #package fonts-100dpi-Bitstream
  284. #package fonts-Type1-Adobe-Utopia
  285. #package fonts-Type1-BH
  286. #package fonts-Type1-Bitstream
  287. #package fonts-Type1-IBM
  288. #package fonts-Type1-xfree86
  289. #package lshw # list hardware
  290. package e3 # Basic vi like Editor
  291. #package rox # Basic File Manager
  292. #package debug # metapackage to include other debugging packages and stop during bootup to check things.
  293. package extensions # Adds various shell commands, will increase image size.
  294. package extensions-x # Adds various utility s for the X Environment !!!! INCLUDES hwlister.sh !!!!
  295. #package eGalax # eGalax TouchKit Drivers/Utility for serial and usb touchscreens by EETI.
  296. #package installer # Wipes a drive, makes partitions and downloads thinstation from a pxe server
  297. #package devstation # Starts a tftp server that hosts files from the boot-images/pxe folder
  298.  
  299. # Parameters
  300. ########################################
  301. ### --- Miscellaneous Parameters --- ###
  302. ########################################
  303. #!!Basic
  304.  
  305. #param fastboot true # Mangles the filesystem a special way as to improve boot spead and reduce
  306. # memory utilization. Cool/Dangerous . Harder to dubug other packages. (Finishing Touch)
  307. # Set to 'true' to enable or 'lotsofmem' for slightly slower booting but no squash lag on app launch.
  308. param rootpasswd XXXXX # Do Change! Console/telnet password for root
  309. # If this is enabled, Telnetd will be enabled.
  310. param xorgvncpasswd XXXXX # VNC Access Password
  311. param storagepasswd pleasechangeme # Password for storage server
  312. param dialuppasswd pleasechangeme # Password for dialin account
  313. param sambapasswd pleasechangeme # Password for samba shares when using user mode security
  314. #param kernelcmdline "radeon.modeset=0" # Add additional kernel command lines. e.g. disable radeon framebuffer
  315. #param stripelf yes # Strip extraneous information from elf binaries (Maybe not Safe)
  316. #param acpisupport disable # Tells the kernel not to load acpi modules. (Breaks some Intel Chipsets if disabled)
  317. #param uvesafb disable # Disable uvesafb (legacy option like modesetfb)
  318. #param extra_vid LVDS-1:d # Add an extra video= parameter to kernel cmd line (good for disabling outputs on video cards)
  319. param bootlogo false # Enable or Disable the use of the Boot splash.
  320. param boottheme default # Backgound picture during boot
  321. param splash verbose # kernel splash setting (0=off, silent or verbose (default=silent)
  322. #param splash silent
  323. 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
  324. #param fbnocrtc true # This is usually a good thing.
  325. param fbsm ywrap # Window scrolling method (redraw, ypan, ywrap) ywrap is best, but may not work correctly for all people
  326. #param fbvtotal 16 # Override Video Bios Reported Memory in MB
  327. #param fbmaxhf 67 # Override Video Negotiated Max Horizontal Frequency
  328. #param fbmaxvf 61 # Override Video Negotiated Max Vertical Frequency
  329. #param fbmaxclk 155 # Override Video Negotiated Max Clock Frequency
  330. #param fbnoedid true # Don t do video edid
  331. #param bootresolution 1024x600-32 # Resolution used during Thinstation boot.
  332. param bootresolution 1024x768-32 # You can wright your own resolution mode here, if you know it.
  333. #param bootresolution 1366x768-32 # Otherwise, you may want to refer to the vbe_modes.list you created with hwlister.sh
  334. #param bootresolution 1280x1024-32 # for modes that your card supports.
  335. #param bootresolution 1400x900-32 # It is also used by xrandr if no xrandr options are specified.
  336. #param bootresolution 1680x1050-32
  337. #param bootresolution 1920x1080-32
  338. #param bootresolution 1400x1050-32
  339.  
  340. param desktop file:./backgrounds/Hive_Lite.jpg # Custom image to load as desktop background
  341. param defaultconfig thinstation.conf.buildtime # The file with default setup. No other config file is found
  342. # during boot.
  343. param basename thinstation # Used for all config/tftp/scp file names
  344. param basepath . # Used to determine path to tftp/scp files
  345. param baseurl http://www.doncuppjr.net # Used to determine url to wget files
  346. #param keyfile ./id_rsa # Path for private key file used for ssh/scp
  347. #param knownhosts ./known_hosts # Path for ssh known_hosts file for ssh/scp
  348. #param localpkgs false # to determine is PKG files are to be loaded locally
  349. param fulllocales true # Use full locale support for packages
  350. #param icaencryption false # Use ica encryption support, add 290k to image
  351. param haltonerror false # Will halt on error, default is true
  352. param initrdcmd "gzip -9" # Compression mode and level of initrd file. none, gzip -9, lzma -9 ,bzip2 -9
  353. param bootverbosity 3 # Increased vebosity when booting TS
  354. # 0 no verbose messages
  355. # 1 boot
  356. # 2 network
  357. # 4 init
  358. # 8 kernel
  359. # 16 modules
  360. # 32 packages
  361. # 64 email bootlog file to SMTP server & user set in
  362. # thinstation.conf file. This will only work
  363. # if networking is working.
  364. #
  365. # Combinations can be used (e.g.12 does Kernel and Module Messages)
  366.  
  367. #!!Advanced
  368. # Leave this alone unless you can t download (wget required on your Linux box):
  369. param icaurl file://home/installs/linuxx86_12.1.0.203066.tar.gz
  370. param firefoxurl http://thinstation.org/download/firefox/firefox-12.x-current.tar.bz2
  371. param firefox_lowmemurl http://thinstation.org/download/firefox/firefox-3.x-current.tar.bz2
  372. param flashurl http://www.thinstation.org/download/flash/install_flash_player_11.x-current.tar.gz
  373. param flash_lowmemurl http://www.thinstation.org/download/flash/install_flash_player_9_linux.tar.gz
  374. param thinlincurl http://www.cendio.com/downloads/clients/tl-latest-client-thinstation.tar.gz
  375. param nxurl http://thinstation.org/download/nx/nxclient-3.x-current.i386.tar.gz
  376. param 2xurl http://www.2x.com/downloads/AppServer-LoadBalancer/2XClient.tar.bz2
  377. param javaurl http://javadl.sun.com/webapps/download/AutoDL?BundleId=49015
  378. param tarantellaurl file://home/installs/tnci3li.tar
  379. param chromeurl http://dl.google.com/linux/direct/google-chrome-stable_current_i386.deb
  380. param eGalaxurl http://210.64.17.162/web20/drivers/touch_driver/Linux/20120202/eGalaxTouch-3.07.6014-32b-k26.tar.gz
  381. #param httpproxy http://192.168.1.2:8080
  382.  
  383. #param bootfssize 50% # Modify the size of the tmpfs filesystem
  384.  
  385. #param livecd true # Adds a multi-resolution boot menu to cd images.
  386. #package alltimezone
  387. #package allres # Includes a lot of resolution splash images for live-cd s
  388. #package allfirmware # Includes a lot of firmwares for live-cd s
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement