[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[debian-users:52243] Re: grub-pc とカーネル・インストール
西山和広です。
At Fri, 27 Mar 2009 12:24:42 +0900,
Kenshi Muto wrote:
>
> > grub では /sbin に update-grub があったようですが、grub-pc では
> > /usr/sbin にありました。
>
> これってどこかで警告出てた気がするのですが、NEWSにしか掲載されてなかった
> けかな。
etch の grub で以下のようになっていて警告が出ていました。
% cat /sbin/update-grub
#!/bin/sh
#
# Wrapper to warn user about kernel-img.conf move
#
if grep -q ' */sbin/update-grub$' /etc/kernel-img.conf 2> /dev/null ; then
cat >&2 <<EOF
Your /etc/kernel-img.conf needs to be updated. Read grub's NEWS.Debian[1]
file and follow its instructions.
1. /usr/share/doc/grub/NEWS.Debian.gz
EOF
fi
if [ -x /usr/sbin/update-grub ]; then
if [ "$0" = "/sbin/update-grub" ]; then
echo "You shouldn't call /sbin/update-grub. Please call /usr/sbin/update-grub instead!" >&2
echo >&2
fi
exec /usr/sbin/update-grub "$@"
else
echo "Your /usr is broken, please fix it before call this wrapper!" >&2
fi
%
--
|ZnZ(ゼット エヌ ゼット)
|西山和広(Kazuhiro NISHIYAMA)