Skip to content

Commit

Permalink
functions: minor squashd() update (to get along with the squash scripts)
Browse files Browse the repository at this point in the history
  • Loading branch information
tokiclover committed Oct 13, 2014
1 parent abe16ad commit f203c90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion usr/lib/mkinitramfs-ll/functions
Original file line number Diff line number Diff line change
Expand Up @@ -565,7 +565,7 @@ squashd() {
debug -d mount -t squashfs -o nodev,loop,ro $_base.squashfs $_base/rr ||
continue
fi
mount -t aufs -o nodev,udba=reval,br:$_base/rw:$_base/rr aufs:$_dir $_dir
mount -t aufs -o nodev,udba=reval,br:$_base/rw:$_base/rr aufs:/$_dir $_dir
fi
done
}
Expand Down

0 comments on commit f203c90

Please sign in to comment.