- Added packages cpuid and syslinux - Added framework for "package preselection templates" - Obsoleted / removed minimal target git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1197 c5f82cb5-29bc-0310-9cd0-bff59a50e3bcrocklinux
@ -0,0 +1,4 @@ |
|||
|
|||
makeinstopt="" |
|||
postmake="cp -v cpuid $bindir/cpuid" |
|||
|
@ -0,0 +1,43 @@ |
|||
|
|||
[COPY] --- ROCK-COPYRIGHT-NOTE-BEGIN --- |
|||
[COPY] |
|||
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|||
[COPY] Please add additional copyright information _after_ the line containing |
|||
[COPY] the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by |
|||
[COPY] the ./scripts/Create-CopyPatch script. Do not edit this copyright text! |
|||
[COPY] |
|||
[COPY] ROCK Linux: rock-src/package/x86/cpuid/cpuid.desc |
|||
[COPY] ROCK Linux is Copyright (C) 1998 - 2003 Clifford Wolf |
|||
[COPY] |
|||
[COPY] This program is free software; you can redistribute it and/or modify |
|||
[COPY] it under the terms of the GNU General Public License as published by |
|||
[COPY] the Free Software Foundation; either version 2 of the License, or |
|||
[COPY] (at your option) any later version. A copy of the GNU General Public |
|||
[COPY] License can be found at Documentation/COPYING. |
|||
[COPY] |
|||
[COPY] Many people helped and are helping developing ROCK Linux. Please |
|||
[COPY] have a look at http://www.rocklinux.org/ and the Documentation/TEAM |
|||
[COPY] file for details. |
|||
[COPY] |
|||
[COPY] --- ROCK-COPYRIGHT-NOTE-END --- |
|||
|
|||
[I] report x86 CPU details |
|||
|
|||
[T] cpuid is a user-space application that prints out various informations |
|||
[T] about the CPU in the machine. If you ever wanted to know what all the |
|||
[T] flags in /proc/cpuinfo do mean: here comes the tool that can give you |
|||
[T] the answer. |
|||
|
|||
[A] Phil Karn <karn@qualcomm.com> |
|||
[M] Clifford Wolf <clifford@clifford.at> |
|||
|
|||
[C] base/tool |
|||
[R] + x86 |
|||
|
|||
[L] GPL |
|||
[S] Stable |
|||
[V] 3.3 |
|||
[P] X -----5---9 127.300 |
|||
|
|||
[D] 0 cpuid-3.3.tar.gz http://www.ka9q.net/code/cpuid/ |
|||
|
@ -0,0 +1,4 @@ |
|||
|
|||
# just run 'make install' |
|||
makeopt="" |
|||
|
@ -0,0 +1,45 @@ |
|||
|
|||
[COPY] --- ROCK-COPYRIGHT-NOTE-BEGIN --- |
|||
[COPY] |
|||
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|||
[COPY] Please add additional copyright information _after_ the line containing |
|||
[COPY] the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by |
|||
[COPY] the ./scripts/Create-CopyPatch script. Do not edit this copyright text! |
|||
[COPY] |
|||
[COPY] ROCK Linux: rock-src/package/x86/memtest86/memtest86.desc |
|||
[COPY] ROCK Linux is Copyright (C) 1998 - 2003 Clifford Wolf |
|||
[COPY] |
|||
[COPY] This program is free software; you can redistribute it and/or modify |
|||
[COPY] it under the terms of the GNU General Public License as published by |
|||
[COPY] the Free Software Foundation; either version 2 of the License, or |
|||
[COPY] (at your option) any later version. A copy of the GNU General Public |
|||
[COPY] License can be found at Documentation/COPYING. |
|||
[COPY] |
|||
[COPY] Many people helped and are helping developing ROCK Linux. Please |
|||
[COPY] have a look at http://www.rocklinux.org/ and the Documentation/TEAM |
|||
[COPY] file for details. |
|||
[COPY] |
|||
[COPY] --- ROCK-COPYRIGHT-NOTE-END --- |
|||
|
|||
[I] Linux bootloader collection |
|||
|
|||
[T] The SYSLINUX project covers lightweight linux bootloaders for floppy |
|||
[T] media (syslinux), network booting (pxelinux) and bootable el-torito |
|||
[T] cd-roms (isolinux). |
|||
|
|||
[U] http://syslinux.zytor.com/ |
|||
|
|||
[A] H. Peter Anvin <hpa@zytor.com> |
|||
[M] Clifford Wolf <clifford@clifford.at> |
|||
|
|||
[C] base/tool |
|||
[F] DIETLIBC |
|||
[R] + x86 |
|||
|
|||
[L] GPL |
|||
[S] Stable |
|||
[V] 2.05 |
|||
[P] X -----5---9 126.300 |
|||
|
|||
[D] 0 syslinux-2.05.tar.bz2 http://www.kernel.org/pub/linux/utils/boot/syslinux/ |
|||
|
@ -1,3 +0,0 @@ |
|||
|
|||
. target/generic/build.sh |
|||
|
@ -1,8 +0,0 @@ |
|||
|
|||
This is the Minimal ROCK Linux system, intended a base for other small targets |
|||
to be created, or to be used as the as the most basic system to build ROCK |
|||
Linux. |
|||
|
|||
Created and maintained by: |
|||
Miguel A. Bolanos <mike@rocklinux.org> |
|||
|
@ -1,24 +0,0 @@ |
|||
# --- ROCK-COPYRIGHT-NOTE-BEGIN --- |
|||
# |
|||
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|||
# Please add additional copyright information _after_ the line containing |
|||
# the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by |
|||
# the ./scripts/Create-CopyPatch script. Do not edit this copyright text! |
|||
# |
|||
# ROCK Linux: rock-src/target/minimal/preconfig.in |
|||
# ROCK Linux is Copyright (C) 1998 - 2003 Clifford Wolf |
|||
# |
|||
# This program is free software; you can redistribute it and/or modify |
|||
# it under the terms of the GNU General Public License as published by |
|||
# the Free Software Foundation; either version 2 of the License, or |
|||
# (at your option) any later version. A copy of the GNU General Public |
|||
# License can be found at Documentation/COPYING. |
|||
# |
|||
# Many people helped and are helping developing ROCK Linux. Please |
|||
# have a look at http://www.rocklinux.org/ and the Documentation/TEAM |
|||
# file for details. |
|||
# |
|||
# --- ROCK-COPYRIGHT-NOTE-END --- |
|||
|
|||
CFGTEMP_TARGETLIST="$CFGTEMP_TARGETLIST minimal Minimal_ROCK_Linux" |
|||
|