~ubuntu-branches/debian/jessie/bootcd/jessie

« back to all changes in this revision

Viewing changes to bootcdbackupwizard.src

  • Committer: Bazaar Package Importer
  • Author(s): Bernd Schumacher
  • Date: 2011-03-16 14:34:33 UTC
  • Revision ID: james.westby@ubuntu.com-20110316143433-15njexilw0znx4an
Tags: 3.25
* fixed Bug in bootcdmk2diskconf which did create wrong bootcd2disk.conf 
  if a VG consisted of more than one PV
* fixed bashism in bootcd2disk
* deleted hppa support

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/bin/sh
2
2
#
3
3
#       $Source: /cvsroot/bootcd/bootcd/bootcdbackupwizard.src,v $
4
 
#       $Id: bootcdbackupwizard.src,v 1.78 2010-07-15 13:57:47 bs Exp $
 
4
#       $Id: bootcdbackupwizard.src,v 1.79 2011-04-11 07:21:48 bs Exp $
5
5
#    author: Carsten Dinkelmann <din@foobar-cpa.de>
6
6
#            Bernd Schumacher <bernd.schumacher@hp.com>
7
7
#     start: 20.09.2007
24
24
IMGDIR=bootcd-img
25
25
 
26
26
# download from there
27
 
BOOTSTRAPPATH="ftp://ftp.de.debian.org/debian/pool/main/d/debootstrap/debootstrap_1.0.10lenny1_all.deb"
 
27
BOOTSTRAPPATH="ftp://ftp.de.debian.org/debian/pool/main/d/debootstrap/debootstrap_1.0.28_all.deb"
28
28
 
29
29
# needed tools
30
30
TOOLS="wget tar ./bootcddebootstrap"