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
pgpeHz8nUnz18.pgp
Description: PGP signature
_______________________________________________ pkg-fso-maint mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-fso-maint
