95rootfs-block/block-genrules.sh: Use > instead of >>

trivial, blocksymlink.sh shouldn't exist at this point.

Signed-off-by: Michal Soltys <soltys@ziu.info>
master
Michal Soltys 2011-05-20 17:09:27 +02:00 committed by Harald Hoyer
parent 0216d1cda3
commit 0d8c1d7fa1
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ if [ "${root%%:*}" = "block" ]; then
} >> $UDEVRULESD/99-root.rules

printf '[ -e "%s" ] && { ln -s "%s" /dev/root 2>/dev/null; rm "$job"; }\n' \
"${root#block:}" "${root#block:}" >> $hookdir/initqueue/settled/blocksymlink.sh
"${root#block:}" "${root#block:}" > $hookdir/initqueue/settled/blocksymlink.sh

echo '[ -e /dev/root ]' > $hookdir/initqueue/finished/block.sh
fi