jfdesignnet

relinux.conf

Jan 9th, 2012
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.07 KB | None | 0 0
  1. # Relinux Template Configuration File
  2.  
  3. # Copy and paste below this line into another configuration file
  4. # ALL OPTIONS BELOW ARE CASE SENSITIVE, INCLUDING Y/N OPTIONS
  5.  
  6. # NAME=Work Directory
  7. # DESCRIPTION=This option is the work directory for relinux
  8. # TYPE=filename
  9. WORKDIR="/home/relinux"
  10.  
  11. # NAME=Excludes from CD
  12. # DESCRIPTION=This option is the files you want to exclude from the CD
  13. # TYPE=space_seperated_values
  14. EXCLUDES="$WORKDIR*"
  15.  
  16. # NAME=Remove after install
  17. # DESCRIPTION=This option lets you decide packages that you want to remove after install
  18. # TYPE=space_seperated_values
  19. REMOVEAFTERINSTALL="ubiquity"
  20.  
  21. # NAME=Keep relinux in CD
  22. # DESCRIPTION=This option lets you decide if you want to keep relinux in the CD
  23. # TYPE=yn
  24. KEEPRELINUX="N"
  25.  
  26. # NAME=Keep log files
  27. # DESCRIPTION=This option lets you decide if you want to keep log files in the CD
  28. # TYPE=yn
  29. KEEPLOG="N"
  30.  
  31. # NAME=Keep backup files
  32. # DESCRIPTION=This option lets you decide if you want to keep backup files in the CD
  33. # TYPE=yn
  34. KEEPBACKUP="N"
  35.  
  36. # NAME=Keep old files
  37. # DESCRIPTION=This option lets you decide if you want to keep old files in the CD
  38. # TYPE=yn
  39. KEEPOLD="N"
  40.  
  41. # NAME=Keep deb files
  42. # DESCRIPTION=This option lets you decide if you want to keep .deb files in the CD
  43. # TYPE=yn
  44. KEEPDEB="N"
  45.  
  46. # NAME=Keep Work Directory
  47. # DESCRIPTION=This option lets you decide if you want to keep the relinux work directory. NOT RECOMMENDED AT ALL
  48. # TYPE=yn
  49. KEEPWORKDIR="N"
  50.  
  51. # NAME=Live CD Username
  52. # DESCRIPTION=This option is the username of the LiveCD user
  53. # TYPE=custom
  54. LIVEUSER="user"
  55.  
  56. # NAME=Live CD Name
  57. # DESCRIPTION=This option is the name of the LiveCD user
  58. # TYPE=custom
  59. LIVENAME="user"
  60.  
  61. # NAME=Live CD Hostname
  62. # DESCRIPTION=This option is the temporary hostname of the LiveCD
  63. # TYPE=custom
  64. HOSTNAME="custom-desktop"
  65.  
  66. # NAME=Name of your OS
  67. # DESCRIPTION=This option is the name of your OS
  68. # TYPE=custom
  69. SYSNAME="Custom"
  70.  
  71. # NAME=Version of your OS
  72. # DESCRIPTION=This option is the version of your OS
  73. # TYPE=custom
  74. SYSVERSION="1.0"
  75.  
  76. # NAME=Description of your OS
  77. # DESCRIPTION=This option is the description of your OS
  78. # TYPE=custom
  79. SYSDESC="Custom 1.0"
  80.  
  81. # NAME=Codename of your OS
  82. # DESCRIPTION=This option is the codename of your OS
  83. # TYPE=custom
  84. SYSCODE="custom"
  85.  
  86. # NAME=Splash Image Location
  87. # DESCRIPTION=This option is the location of the splash image
  88. # TYPE=filename
  89. SPLASHIMAGE=/etc/relinux/relinux/splash/splash.png
  90.  
  91. # NAME=Preseed file Location
  92. # DESCRIPTION=This option is the location of the preseed file
  93. # TYPE=filename
  94. PRESEED="/etc/relinux/relinux/preseed/custom.seed"
  95.  
  96. # NAME=ISOlinux configuration file location
  97. # DESCRIPTION=This option is the location of the ISOlinux configuration file
  98. # TYPE=filename
  99. ISOLINUX=/etc/relinux/relinux/isolinux/isolinux.cfg.vesamenu
  100.  
  101. # NAME=LiveCD Label
  102. # DESCRIPTION=This option is the label of the LiveCD
  103. # TYPE=custom
  104. LIVECDLABEL="Custom Live CD"
  105.  
  106. # NAME=LiveCD Timeout
  107. # DESCRIPTION=This option is the timeout of the LiveCD Splash (in 1/10 of a second)
  108. # TYPE=custom
  109. LIVECDTIMEOUT="300"
  110.  
  111. # NAME=ISO filename
  112. # DESCRIPTION=This option is the ISO filename
  113. # TYPE=custom
  114. CUSTOMISO="mycustom.iso"
  115.  
  116. # NAME=URL of the system
  117. # DESCRIPTION=This option is the URL of the system (homepage)
  118. # TYPE=custom
  119. LIVECDURL="http://relinux.sf.net/"
  120.  
  121. # NAME=Allow change to sources.list
  122. # DESCRIPTION=This option lets you decide if you want Ubiquity (the installer) to change the apt sources.list
  123. # TYPE=yn
  124. ALLOWCHANGESOURCESLIST="N"
  125.  
  126. # NAME=Generate Casper files
  127. # DESCRIPTION=This option lets you decide if you want Relinux to generate the casper.conf file
  128. # TYPE=yn
  129. GENERATECASPER="Y"
  130.  
  131. # NAME=Generate LSB_Release files
  132. # DESCRIPTION=This option lets you decide if you want Relinux to generate the lsb_release file
  133. # TYPE=yn
  134. GENERATELSBRELEASE="Y"
  135.  
  136. # NAME=Enable WUBI
  137. # DESCRIPTION=This option lets you decide if you want WUBI enabled in the CD
  138. # TYPE=yn
  139. WUBI="Y"
  140.  
  141. # NAME=WUBI Location
  142. # DESCRIPTION=This option lets you decide the location of wubi.exe
  143. # TYPE=filename
  144. WUBILOCATION="/etc/relinux/relinux/wubi/wubi.exe"
Advertisement
Add Comment
Please, Sign In to add comment