Advertisement
Guest User

hpt510 build.conf

a guest
Jul 18th, 2014
388
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.78 KB | None | 0 0
  1.  
  2. #!Hardware
  3. #!!Machine module list
  4.  
  5. #machine VMWare
  6. machine hpt510
  7. #machine HP-t5135
  8.  
  9. #!!Filesystem Support
  10. # Every mounted device needs a filesystem, so choose which ones you need.
  11. module usb-storage
  12. module vfat # Fat and VFat file system support
  13. module ntfs # NTFS file system support
  14. #module squashfs
  15.  
  16. #################################################
  17. ### --- Packages to include in boot image --- ###
  18. #################################################
  19.  
  20. # A package is a program or utility.
  21. # Any packages may be added as "package" or "pkg".
  22. # If defined as a "package", the program is included in the boot image.
  23. # If defined as a "pkg", the program is added from outside the image.
  24. # Normally, you should use "package". Only use "pkg" if you want to
  25. # dynamically load programs.
  26.  
  27.  
  28. # --- Packages to include in boot image
  29. # --- Packages below may be "package" or "pkg"
  30. #!!Miscellaneous
  31. package ts-classic # The classic ts logic for network/netfiles/hostname/mounting/telnetd/telnet/playcd
  32. package autonet
  33. #package ntp # Utility to obtain date & time from network
  34. #package sound-esd # Enable sound-esd or sound-nasd if you want to be able to control
  35. #package sound-nasd # sound on your thin client from another computer or
  36. # your remote session.
  37. #package alsa
  38. #package gnome-media
  39. #package gnome-network-properties
  40. #package gnome-core
  41. #package libva
  42. #package iptables # IP Tables support
  43. #package cpufreq
  44. #package cpuspeed
  45. #package wine # Windows Application Execution Platform
  46.  
  47. #!!X related
  48. # --- XOrg 7.7
  49. #package xorg7-vesa
  50. #package xorg7-vmware
  51. package xorg7-openchrome
  52. #package xorg7-intel
  53.  
  54. #!!Locale or localization files for keyboard and fonts. (Language/Country)
  55. package locale-en_US # English-US
  56.  
  57. #!Applications
  58. #!!Connection Package types. Choose *at least* one!
  59. package freerdp # X RDP Client - fork of rdesktop
  60. package rdesktop # X RDP client for Windows Terminal Services (ver 1.7)
  61. #package ssh # Secure Shell client
  62. #package dillo # Dillo light web browser
  63. #package firefox_lowmem # Firefox 3 for low resource machines
  64. #package firefox # Firefox current Web Browser
  65. #package chrome # Google Chrome Web Browser
  66. #package kiosk # Rkiosk Plugin for Firefox
  67. #package flash_lowmem # Flash 9 browser plugin for firefox and low resource machines
  68. #package flash # Flash Current
  69.  
  70. #!!Window Managers. Choose no more than 1 window manager.
  71. # Not needed if you don t want to manage windows.
  72. #package icewm # "ICEWM" window manager. Makes TS a light workstation.
  73. #package icewm-theme-xp
  74.  
  75. #!!Window Manager Utils
  76. #package idle-shutdown # Package that lets you specify automatic shutdown settings and logic.
  77. #package idesk
  78.  
  79. #!!Other services
  80. package sshd # Dropbear secure shell server
  81.  
  82.  
  83.  
  84.  
  85. #!!Miscellaneous
  86. #package gtk-2.0 # Full gtk-2.0 plus clearlooks theme
  87. #package icons-cursor # Anti Aliased Mouse Cursor Theme
  88. #package icons-hicolor # Hi-Color icons for some applications and themes. Does not really contain any icons.
  89. #package icons-gnome # gnome Hi-Color icons theme. Needed by most other icon themes.
  90. #package icons-tango # tango Hi-Color icons theme
  91. #package icons-neu # neu Hi-Color icons theme
  92. #package fonts-misc
  93. #package fonts-TTF-liberation
  94. #package fonts-jis-misc # Japanese Industrial
  95. #package fonts-util
  96. #package fonts-cyrillic
  97. #package fonts-Speedo-Bitstream
  98. #package fonts-TTF-BH # This one works nicely most of the time and is small.
  99. #package fonts-TTF-vera
  100. #package fonts-TTF-liberation
  101. #package fonts-75dpi-Adobe
  102. package lshw # list hardware
  103. package e3 # Basic vi like Editor
  104. #package extensions # Adds various shell commands, will increase image size.
  105.  
  106. # Parameters
  107. ########################################
  108. ### --- Miscellaneous Parameters --- ###
  109. ########################################
  110. #!!Basic
  111.  
  112. #param fastboot true # Mangles the filesystem a special way as to improve boot spead and reduce
  113. # memory utilization. Cool/Dangerous . Harder to dubug other packages. (Finishing Touch)
  114. # Set to 'true' to enable or 'lotsofmem' for slightly slower booting but no squash lag on app launch.
  115.  
  116. param rootpasswd password
  117. # If this is enabled, Telnetd will be enabled.
  118. param xorgvncpasswd pleasechangeme # VNC Access Password
  119. param storagepasswd pleasechangeme # Password for storage server
  120. param dialuppasswd pleasechangeme # Password for dialin account
  121. param sambapasswd pleasechangeme # Password for samba shares when using user mode security
  122. #param kernelcmdline "intelio_mm=off amdio_mmu=off video=viafb:mode=1024x748,bpp=32,accel=1"
  123. # Add additional kernel command lines. e.g. disable radeon framebuffer
  124. #param stripelf yes # Strip extraneous information from elf binaries (Maybe not Safe)
  125. #param acpisupport disable # Tells the kernel not to load acpi modules. (Breaks some Intel Chipsets if disabled)
  126. #param uvesafb disable # Disable uvesafb (legacy option like modesetfb)
  127. #param extra_vid LVDS-1:d # Add an extra video= parameter to kernel cmd line (good for disabling outputs on video cards)
  128. param bootlogo true # Enable or Disable the use of the Boot splash.
  129. param boottheme default # Backgound picture during boot
  130. #param splash verbose # kernel splash setting (0=off, silent or verbose (default=silent)
  131. param splash on
  132. 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
  133. #param fbnocrtc true # This is usually a good thing.
  134. param fbsm ywrap # Window scrolling method (redraw, ypan, ywrap) ywrap is best, but may not work correctly for all people
  135. #param fbvtotal 16 # Override Video Bios Reported Memory in MB
  136. #param fbmaxhf 67 # Override Video Negotiated Max Horizontal Frequency
  137. #param fbmaxvf 61 # Override Video Negotiated Max Vertical Frequency
  138. #param fbmaxclk 155 # Override Video Negotiated Max Clock Frequency
  139. #param fbnoedid true # Don t do video edid
  140. #param bootresolution 1024x600-32 # Resolution used during Thinstation boot.
  141. param bootresolution 1024x768-32 # You can wright your own resolution mode here, if you know it.
  142. #param bootresolution 1152x864-32
  143. #param bootresolution 1280x768-32
  144. #param bootresolution 1366x768-32 # Otherwise, you may want to refer to the vbe_modes.list you created with hwlister.sh
  145. #param bootresolution 1280x1024-32 # for modes that your card supports.
  146. #param bootresolution 1400x900-32 # It is also used by xrandr if no xrandr options are specified.
  147. #param bootresolution 1680x1050-32
  148. #param bootresolution 1920x1080-32
  149. #param bootresolution 1400x1050-32
  150.  
  151. #param desktop file:./backgrounds/Hive_Lite.jpg # Custom image to load as desktop background
  152. param defaultconfig thinstation.conf.buildtime # The file with default setup. No other config file is found
  153. # during boot.
  154. param basename thinstation # Used for all config/tftp/scp file names
  155. param basepath ts # Used to determine path to tftp/scp files
  156. param baseurl http://www.doncuppjr.net # Used to determine url to wget files
  157. #param keyfile ./id_rsa # Path for private key file used for ssh/scp
  158. #param knownhosts ./known_hosts # Path for ssh known_hosts file for ssh/scp
  159. #param localpkgs false # to determine is PKG files are to be loaded locally
  160. #param fulllocales true # Use full locale support for packages
  161. #param icaencryption false # Use ica encryption support, add 290k to image
  162. param haltonerror false # Will halt on error, default is true
  163. param hardlinkfs true
  164. param sametimestmp true # When enabled, the timestamps for all files and folders will be set to 00:00 of todays date in your timezone
  165. param initrdcmd "gzip" # Compression mode and level of initrd file. none, gzip -9, lzma -9 ,bzip2 -9
  166. param bootverbosity 3 # Increased vebosity when booting TS
  167. # 0 no verbose messages
  168. # 1 boot
  169. # 2 network
  170. # 4 init
  171. # 8 kernel
  172. # 16 modules
  173. # 32 packages
  174. # 64 email bootlog file to SMTP server & user set in
  175. # thinstation.conf file. This will only work
  176. # if networking is working.
  177. #
  178. # Combinations can be used (e.g.12 does Kernel and Module Messages)
  179.  
  180. #!!Advanced
  181. # Leave this alone unless you can t download (wget required on your Linux box):
  182. param downloads /downloads
  183. param bootimages "iso syslinux pxe"
  184. param syslinuxtheme "default"
  185. #param httpproxy http://192.168.1.2:8080
  186.  
  187. #param bootfssize 50% # Modify the size of the tmpfs filesystem
  188.  
  189. #param livecd true # Adds a multi-resolution boot menu to cd images.
  190. #package alltimezone
  191. #param allres true # Includes a lot of resolution splash images for live-cd s
  192. #param allfirmware true # Includes a lot of firmwares for live-cd s
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement