[pkg-fso-maint] install.sh: various minor corrections (was Re: some issues in install.sh)

Brian DeRocher brian at derocher.org
Tue Jun 16 00:16:27 UTC 2009


On Mon 2009 Jun 15 12:24 you wrote:
> Hello,
>
> Luca Capello wrote:
> > On Sun, 14 Jun 2009 22:09:36 +0200, Brian DeRocher wrote:
> >> rootpartno is declared, but it's never used.  line 604
> >>
> >> EXTRA_TASKS is declared, but never used.
> >
> > Both can be removed IMHO, maybe they were used during some tests and
> > then forgot there, Steffen?
>
> Please remove it when you are at it. I have no idea what these were about.

diff --git a/install.sh b/install.sh
index a3be9e3..515eea8 100755
--- a/install.sh
+++ b/install.sh
@@ -44,7 +44,6 @@ APT_OPTIONS=${APT_OPTIONS:- --yes}
 APT_RECOMMENDS=${APT_RECOMMENDS:-false}
 DASH_BINSH=${DASH_BINSH:-true}
 DISPLAY_MANAGER=${DISPLAY_MANAGER:-nodm}
-EXTRA_TASKS=""
 FSO_MIRROR=${FSO_MIRROR:-http://pkg-fso.alioth.debian.org/debian}
 FSO_DEVICE=${FSO_DEVICE:-gta02}
 HOSTNAME=${HOSTNAME:-debian}
@@ -601,7 +600,6 @@ action_partition () {
        fi

        # run partitioner
-       rootpartno=2
        bootfstypeno=83

        if [ -z "$SD_SWAP_SIZE" ]; then SD_SWAP_SIZE=0; fi




More information about the pkg-fso-maint mailing list