~ubuntu-branches/debian/sid/ltsp/sid

« back to all changes in this revision

Viewing changes to server/configs/quickstart/profile.qs

  • Committer: Bazaar Package Importer
  • Author(s): Vagrant Cascadian
  • Date: 2009-04-01 12:41:04 UTC
  • mfrom: (34.2.23 upstream)
  • Revision ID: james.westby@ubuntu.com-20090401124104-1c96qvcmnquauepd
Tags: 5.1.69-1
* new upstream version:
  - updated translations:
    + Spanish (es), by José L. Redrejo Rodríguez
    + Catalan (ca), by Jordà Polo (Closes: #521319)
    + German (de), by by Wolfgang Schweer (Closes: #521087)
  - new translations:
    + Greek (el), by Alkis Georgopoulos
    + Italian (it), by Vincenzo Campanella (Closes: #521250)
    + Swedish (sv), by Martin Bagge (Closes: #520950)
 
* updated Spanish translation of debconf messages by José L. Redrejo.
  (Closes: #521593)
* added ltsp-chroot manpage
* update Standards-Version to 3.8.1, no changes necessary

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
pre_sanity_check_config () {
30
30
        # we can't use the wrapper stage_uri due the way the sanity check is done in quickstart
31
31
        if [ -z "${STAGE_URI}" ]; then
32
 
                stage_uri="http://www.funtoo.org/linux/${arch}/stage3-${arch}-current.tar.bz2"
 
32
                stage_uri="http://www.funtoo.org/linux/gentoo/${arch}/stage3-${arch}-current.tar.bz2"
33
33
        else 
34
34
                stage_uri="${STAGE_URI}"
35
35
        fi