[pkg-fso-maint] Probleme mit debian on freerunner install.sh
Luca Capello
luca at pca.it
Wed Mar 4 01:09:56 UTC 2009
Hi there!
On Fri, 27 Feb 2009 19:13:00 +0100, Steffen Moeller wrote:
>> But the installation works from scratch, without a /mnt/debian? Marcel,
>> did you re-install with a manually added /mnt/debian, or did it work the
>> second time even without an existing /mnt/debian
>
> From a look at my non-updated source tree, I'd say the problem must be
> something else since I have seen the mkdir -p "$INST_DIR" within the
> action_mount bits.
Commit 88b768540592addf50a327cdf8f0af2bb61d9a22 [1] introduces the
error, here the relevant code:
--8<---------------cut here---------------start------------->8---
#
# Stage mount
#
action_mount () {
echo "Mounting the newly created system"
if [ -d "$INST_DIR" ]; then
mkdir -p "$INST_DIR";
intern_instdir_already_present=""
--8<---------------cut here---------------end--------------->8---
We should test for $INST_DIR not existing, fixed [2] and tested to work.
Thx, bye,
Gismo / Luca
Footnotes:
[1] http://git.debian.org/?p=pkg-fso/files.git;a=commitdiff;h=88b768540592addf50a327cdf8f0af2bb61d9a22
[2] http://git.debian.org/?p=pkg-fso/files.git;a=commitdiff;h=6a408104dbb7f299a7ed645eb40bfc30f48406eb
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 314 bytes
Desc: not available
Url : http://lists.alioth.debian.org/pipermail/pkg-fso-maint/attachments/20090304/e4cca404/attachment-0001.pgp
More information about the pkg-fso-maint
mailing list