[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[plamo:08258] Re: parport98って、なんでしょうか?



直接本筋とは関係ないですが。

From: "A.Shinguu" <icebell@fujii-kiso.co.jp>
Message-Id: <20010111.142955.41636039.shingu@fujii-kiso.co.jp>

> 98系ですから、LILOじゃないですね。
> ということはmake installは不適切ですね。

実は、/sbin/installkernel を置くと、make installではそちらを使います。
私は、下記のような /sbin/installkernel を置いて、GRUBでも make install
で暮らしています。
_______________________________
田原 俊一   jado@flowernet.gr.jp, shunichi_tahara@zenrin.co.jp
                                  http://flowernet.gr.jp/jado/
FingerPrint: 16 9E 70 3B 05 86 5D 08 - B8 4C 47 3A E7 E9 8E D9
 ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄
----↓ここから
#!/bin/sh
#
# /sbin/installkernel
#
# This file is subject to the terms and conditions of the GNU General Public
# License.  See the file "COPYING" in the main directory of this archive
# for more details.
#
# Copyright (C) 1995 by Linus Torvalds
#
# Adapted from code in arch/i386/boot/Makefile by H. Peter Anvin
#
# "make install" script for i386 architecture
#
# Arguments:
#   $1 - kernel version
#   $2 - kernel image file
#   $3 - kernel map file
#   $4 - default install path (blank if root directory)
#

if [ -f $4/vmlinuz ]; then
	echo "mv $4/vmlinuz $4/vmlinuz.old"
	mv $4/vmlinuz $4/vmlinuz.old
fi

#if [ -f $4/System.map ]; then
#	echo "mv $4/System.map $4/System.old"
#	mv $4/System.map $4/System.old
#fi

echo "cat $2 > $4/vmlinuz"
cat $2 > $4/vmlinuz
#echo "cp $3 $4/System.map"
#cp $3 $4/System.map

References
[plamo:08254] Re: parport98って、なんでしょうか?, lpk
[plamo:08256] Re: parport98って、なんでしょうか?, A.Shinguu
[plamo:08257] Re: parport98って、なんでしょうか?, A.Shinguu

[検索ページ] [メール一覧]
Plamo ML 公開システム