diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-01-23 16:42:35 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-01-23 16:42:35 +0000 |
commit | d79a1d669bf3f259770e4a15f2688c1c0dcb677f (patch) | |
tree | 77176062a60519022055d398e656f0a2bcf1bf28 /sys-boot | |
parent | add rdepend on dosfstools (diff) | |
download | gentoo-2-d79a1d669bf3f259770e4a15f2688c1c0dcb677f.tar.gz gentoo-2-d79a1d669bf3f259770e4a15f2688c1c0dcb677f.tar.bz2 gentoo-2-d79a1d669bf3f259770e4a15f2688c1c0dcb677f.zip |
add elilo.conf.sample
Diffstat (limited to 'sys-boot')
-rw-r--r-- | sys-boot/elilo/ChangeLog | 6 | ||||
-rw-r--r-- | sys-boot/elilo/Manifest | 5 | ||||
-rw-r--r-- | sys-boot/elilo/elilo-3.4.ebuild | 4 | ||||
-rw-r--r-- | sys-boot/elilo/files/elilo.conf.sample | 9 |
4 files changed, 20 insertions, 4 deletions
diff --git a/sys-boot/elilo/ChangeLog b/sys-boot/elilo/ChangeLog index 8aeec9b20e44..1a6bd3290def 100644 --- a/sys-boot/elilo/ChangeLog +++ b/sys-boot/elilo/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-boot/elilo # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/elilo/ChangeLog,v 1.2 2004/01/23 16:32:39 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/elilo/ChangeLog,v 1.3 2004/01/23 16:42:28 agriffis Exp $ + + 23 Jan 2004; <agriffis@gentoo.org> elilo-3.4.ebuild, + files/elilo.conf.sample: + add elilo.conf.sample 23 Jan 2004; <agriffis@gentoo.org> elilo-3.4.ebuild: add rdepend on dosfstools diff --git a/sys-boot/elilo/Manifest b/sys-boot/elilo/Manifest index 93cb49ab1079..eee31d2afe9b 100644 --- a/sys-boot/elilo/Manifest +++ b/sys-boot/elilo/Manifest @@ -1,8 +1,9 @@ -MD5 862693af089c6d9a6846e27366ce2599 elilo-3.4.ebuild 1768 -MD5 82f897e3b073fdf126bf64bce6b2f336 ChangeLog 562 +MD5 651b08e45fe498c4592b34ff19042189 elilo-3.4.ebuild 1848 +MD5 5d7d795c490e9f22a69a4f6741b1b919 ChangeLog 669 MD5 2b2d58955c4ad612fee3bcf9b977bc41 files/elilo-3.4-makefile.patch 338 MD5 85650d47a2950be23774d73205b19e97 files/digest-elilo-3.4 61 MD5 c41337651da1c5b597609856146438ec files/elilo-3.4 22707 MD5 2640f713f5f00cf0a17e31d220c8242c files/elilo-3.3a-devscheme.patch 3571 MD5 5e611594843275c52c4b4921b89a23e4 files/elilo.8-3.4 3286 MD5 a479f5334497679bd91ddc7181866f52 files/eliloalt.8-3.4 550 +MD5 b8d17fae7a7884645a7f89b31129e3d0 files/elilo.conf.sample 161 diff --git a/sys-boot/elilo/elilo-3.4.ebuild b/sys-boot/elilo/elilo-3.4.ebuild index 428962fa7dfb..0edafe06d199 100644 --- a/sys-boot/elilo/elilo-3.4.ebuild +++ b/sys-boot/elilo/elilo-3.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/elilo/elilo-3.4.ebuild,v 1.2 2004/01/23 16:32:39 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/elilo/elilo-3.4.ebuild,v 1.3 2004/01/23 16:42:28 agriffis Exp $ DESCRIPTION="Linux boot loader for EFI-based systems such as IA-64" HOMEPAGE="http://developer.intel.com/technology/efi" @@ -42,6 +42,7 @@ src_compile() { src_install() { dodir /usr/lib/elilo || die dodir /usr/sbin || die + dodir /etc || die # install the efi executable in a known location install -m755 elilo.efi ${D}/usr/lib/elilo || die @@ -55,5 +56,6 @@ src_install() { # install the debian elilo script install -m755 elilo ${D}/usr/sbin || die + install -m644 ${FILESDIR}/elilo.conf.sample ${D}/etc || die doman elilo.8 || die } diff --git a/sys-boot/elilo/files/elilo.conf.sample b/sys-boot/elilo/files/elilo.conf.sample new file mode 100644 index 000000000000..a39c92147ae0 --- /dev/null +++ b/sys-boot/elilo/files/elilo.conf.sample @@ -0,0 +1,9 @@ +boot=/dev/sda1 +install=/usr/lib/elilo/elilo.efi +delay=20 +default=Gentoo + +image=/boot/vmlinuz-2.4.22 + label=Gentoo Linux + root=/dev/sda3 + read-only |