[gobolinux-devel] installing on new system...
Lucas C. Villa Real
lucasvr at gobolinux.org
Fri Feb 16 19:27:36 UTC 2007
On 2/16/07, Jonatan Liljedahl <lijon at kymatica.com> wrote:
> #!/bin/ash
...
> DIRS="/Mount/TmpFS/Programs=rw"
> DIRS+=":/Mount/SquashFS/Packages-List-Base=ro"
> DIRS+=":/Mount/SquashFS/Packages-List-GoboLinuxTools-Stable=ro"
> DIRS+=":/Mount/SquashFS/Packages-List-OpenOffice=ro"
> DIRS+=":/Mount/SquashFS/Packages-List-XorgAndDependencies=ro"
This is not valid under ash. Replace it by:
DIRS="/Mount/TmpFS/Programs=rw"
DIRS="$DIRS:/Mount/SquashFS/Packages-List-Base=ro"
...
The rest seems to be ok, at least after giving it a quick look.
--
Lucas
powered by /dev/dsp
More information about the gobolinux-devel
mailing list