]> Zhao Yanbai Git Server - minix.git/commit
Fix symlink issue when generating an ARM image 87/587/2
authorLionel Sambuc <lionel@minix3.org>
Thu, 23 May 2013 16:00:34 +0000 (18:00 +0200)
committerLionel Sambuc <lionel@minix3.org>
Fri, 24 May 2013 09:08:15 +0000 (11:08 +0200)
commit154b6d7486f0f3fe8988e2afee1c6627135ac324
tree2debfe5892b26bf5514b8ca2b4bdefa26f1650b1
parentfd5f2edf35326fd0f0254c1020a4e075112c48dc
Fix symlink issue when generating an ARM image

A few symlinks were pointing to a nonexistent file named '(null)'
instead of their intended target. This was only seen when using the
arm_sdimage.sh script.

There is two ways of specifying links and directories. the first one
using an entry in one of the mtree files, and the second one in
/etc/Makefile.

Those entries where doubled, and one of them would specify some rights,
while the other had the target.

By removing those entries, I make sure there is only one definition of
these symlinks, which solves the problem I was seeing on an ARM image.

These symlinks are still present on a generated system, as they are
required.

Change-Id: I9ced8860f72d7c4d686a09720de4d8257d6e04fa
etc/mtree/NetBSD.dist.base