From 828083226ca218bb7c75094715cb523acf4fc679 Mon Sep 17 00:00:00 2001 From: Chris Gianelloni Date: Mon, 12 Feb 2007 21:26:55 +0000 Subject: [PATCH] Added some initial README templates for all architectures for the various release media types. svn path=/trunk/; revision=250 --- .../2007.0/common/overlay/installcd/docs/README | 3 +++ .../common/overlay/installcd/snapshots/README | 3 +++ .../2007.0/common/overlay/installcd/stages/README | 2 ++ overlays/2007.0/common/overlay/livecd/docs/README | 3 +++ .../2007.0/common/overlay/livecd/snapshots/README | 3 +++ overlays/2007.0/common/overlay/livedvd/docs/README | 3 +++ .../2007.0/common/overlay/livedvd/snapshots/README | 3 +++ .../2007.0/common/overlay/livedvd/stages/README | 2 ++ overlays/ChangeLog | 14 +++++++++++++- 9 files changed, 35 insertions(+), 1 deletion(-) create mode 100644 overlays/2007.0/common/overlay/installcd/docs/README create mode 100644 overlays/2007.0/common/overlay/installcd/snapshots/README create mode 100644 overlays/2007.0/common/overlay/installcd/stages/README create mode 100644 overlays/2007.0/common/overlay/livecd/docs/README create mode 100644 overlays/2007.0/common/overlay/livecd/snapshots/README create mode 100644 overlays/2007.0/common/overlay/livedvd/docs/README create mode 100644 overlays/2007.0/common/overlay/livedvd/snapshots/README create mode 100644 overlays/2007.0/common/overlay/livedvd/stages/README diff --git a/overlays/2007.0/common/overlay/installcd/docs/README b/overlays/2007.0/common/overlay/installcd/docs/README new file mode 100644 index 00000000..31fe61c5 --- /dev/null +++ b/overlays/2007.0/common/overlay/installcd/docs/README @@ -0,0 +1,3 @@ +This directory has a local copy of the Gentoo Handbook for this CD. For the +latest version of the Handbook for doing an installation completely from the +media on this CD, go to http://www.gentoo.org/doc/en/handbook/2007.0/index.xml diff --git a/overlays/2007.0/common/overlay/installcd/snapshots/README b/overlays/2007.0/common/overlay/installcd/snapshots/README new file mode 100644 index 00000000..d7d45ca2 --- /dev/null +++ b/overlays/2007.0/common/overlay/installcd/snapshots/README @@ -0,0 +1,3 @@ +This directory contains a snapshot of the Gentoo package repository that was +used to build this release media. This snapshot will be required to perform +an installation without access to the Internet. diff --git a/overlays/2007.0/common/overlay/installcd/stages/README b/overlays/2007.0/common/overlay/installcd/stages/README new file mode 100644 index 00000000..79d18e13 --- /dev/null +++ b/overlays/2007.0/common/overlay/installcd/stages/README @@ -0,0 +1,2 @@ +This directory contains the stage tarballs for this architecture. These stages +are used during installation. diff --git a/overlays/2007.0/common/overlay/livecd/docs/README b/overlays/2007.0/common/overlay/livecd/docs/README new file mode 100644 index 00000000..31fe61c5 --- /dev/null +++ b/overlays/2007.0/common/overlay/livecd/docs/README @@ -0,0 +1,3 @@ +This directory has a local copy of the Gentoo Handbook for this CD. For the +latest version of the Handbook for doing an installation completely from the +media on this CD, go to http://www.gentoo.org/doc/en/handbook/2007.0/index.xml diff --git a/overlays/2007.0/common/overlay/livecd/snapshots/README b/overlays/2007.0/common/overlay/livecd/snapshots/README new file mode 100644 index 00000000..d7d45ca2 --- /dev/null +++ b/overlays/2007.0/common/overlay/livecd/snapshots/README @@ -0,0 +1,3 @@ +This directory contains a snapshot of the Gentoo package repository that was +used to build this release media. This snapshot will be required to perform +an installation without access to the Internet. diff --git a/overlays/2007.0/common/overlay/livedvd/docs/README b/overlays/2007.0/common/overlay/livedvd/docs/README new file mode 100644 index 00000000..63713bf4 --- /dev/null +++ b/overlays/2007.0/common/overlay/livedvd/docs/README @@ -0,0 +1,3 @@ +This directory has a local copy of the Gentoo Handbook for this CD. For the +latest version of the Handbook for doing an installation completely from the +media on this DVD, go to http://www.gentoo.org/doc/en/handbook/2007.0/index.xml diff --git a/overlays/2007.0/common/overlay/livedvd/snapshots/README b/overlays/2007.0/common/overlay/livedvd/snapshots/README new file mode 100644 index 00000000..d7d45ca2 --- /dev/null +++ b/overlays/2007.0/common/overlay/livedvd/snapshots/README @@ -0,0 +1,3 @@ +This directory contains a snapshot of the Gentoo package repository that was +used to build this release media. This snapshot will be required to perform +an installation without access to the Internet. diff --git a/overlays/2007.0/common/overlay/livedvd/stages/README b/overlays/2007.0/common/overlay/livedvd/stages/README new file mode 100644 index 00000000..79d18e13 --- /dev/null +++ b/overlays/2007.0/common/overlay/livedvd/stages/README @@ -0,0 +1,2 @@ +This directory contains the stage tarballs for this architecture. These stages +are used during installation. diff --git a/overlays/ChangeLog b/overlays/ChangeLog index c572594a..ccab959c 100644 --- a/overlays/ChangeLog +++ b/overlays/ChangeLog @@ -1,5 +1,17 @@ # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo/src/releng/overlays/ChangeLog,v 1.1 2007-02-12 16:44:38 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo/src/releng/overlays/ChangeLog,v 1.2 2007-02-12 21:26:55 wolf31o2 Exp $ + + 12 Feb 2007; Chris Gianelloni + +2007.0/common/overlay/installcd/docs/README, + +2007.0/common/overlay/installcd/snapshots/README, + +2007.0/common/overlay/installcd/stages/README, + +2007.0/common/overlay/livecd/docs/README, + +2007.0/common/overlay/livecd/snapshots/README, + +2007.0/common/overlay/livedvd/docs/README, + +2007.0/common/overlay/livedvd/snapshots/README, + +2007.0/common/overlay/livedvd/stages/README: + Added some initial README templates for all architectures for the various + release media types. 12 Feb 2007; Chris Gianelloni +2007.0/common/root_overlay/home/gentoo/.nautilus/metafiles/file:%2F%2F%2F