Advertisement
Guest User

build.conf

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