Skip to Content.
Sympa Menu

sm-commit - Re: [SM-Commit] GIT changes to master grimoire by Thomas Orgis (66f24c52b42056ca227ca13dfaa1540fc3effce9)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Jaka Kranjc <lynx AT mages.ath.cx>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: Re: [SM-Commit] GIT changes to master grimoire by Thomas Orgis (66f24c52b42056ca227ca13dfaa1540fc3effce9)
  • Date: Thu, 4 Jan 2007 16:52:25 +0100

On Thursday 04 January 2007 16:34, Thomas Orgis wrote:
> GIT changes to master grimoire by Thomas Orgis <sobukus AT sourcemage.org>:
>
> disk/aboot/BUILD | 2
> disk/aboot/DETAILS | 25
> disk/aboot/FINAL | 4
> disk/aboot/HISTORY | 4
> disk/aboot/INSTALL | 2
> disk/aboot/POST_RESURRECT | 4
> disk/aboot/PRE_BUILD | 4
> disk/aboot/PROVIDES | 1
> disk/aboot/aboot-0.9b-kernel26_gcc4_fixes-2.patch | 1579 +++++++++++++++++
> disk/aboot/aboot-noev4.diff | 11
> disk/aboot/aboot.conf | 5
> disk/aboot/aboot.html | 1951
> ++++++++++++++++++++++ 12 files changed, 3592 insertions(+)
Do these two big files really need to be included? html?? I'd at least bzip2
them.

> diff --git a/disk/aboot/BUILD b/disk/aboot/BUILD
> new file mode 100755
> index 0000000..f8acf95
> --- /dev/null
> +++ b/disk/aboot/BUILD
> @@ -0,0 +1,2 @@
> +cd "$SOURCE_DIRECTORY" &&
> +make
ysyk, the cd isn't needed.

> diff --git a/disk/aboot/DETAILS b/disk/aboot/DETAILS
> new file mode 100755
> index 0000000..49bb6ac
> --- /dev/null
> +++ b/disk/aboot/DETAILS
> @@ -0,0 +1,25 @@
> + SPELL=aboot
> +# VERSION=1.0_pre20040408
> + VERSION=0.9b
> + SOURCE=aboot-$VERSION.tar.bz2
> +
> SOURCE_URL[0]=http://aboot.sourceforge.net/tarballs/aboot-$VERSION.tar.bz2
> +
> SOURCE_URL[1]=http://download.sourcemage.org/mirror/aboot-$VERSION.tar.bz2
> +
> SOURCE_HASH=sha512:7a919e7aec386e5041bbd1886b59fe83bf70401ce18e043ffebd153d
>89ea1ce4b6aee5d182c784d661722cc87c5aceeb03cb8e8817d3a11b1a88755dcfe01d68
> +SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
> + WEB_SITE=http://www.alphalinux.org/faq/aboot.html
> + ENTERED=20060501
> + UPDATED=20060501
UPDATED is deprecated.

> + LICENSE[0]=GPL
> + BUILD_API=2
> + SHORT="The boot loader for Alpha SRM"
> +cat << EOF
> +This is one of the two boot loaders you might consider for you Alpha box
> and _the_ one for booting from the SRM. +It is a good idea to read the
> instructions at the website (or stuff in +/usr/share/doc/aboot) carefully,
> though here is a quick reminder: + - aboot needs an ext2/3 (or iso9660 on
> boot CD) filesystem and BSD +disklabels as partition scheme
> + - It writes itself to the beginning of the disk - so keep 12MB free to
> +be on the safe side - other wise it might destroy your data!
> + - <quick install instructions>
> +Note on the version: this is 0.9b with a patch from CLFS book that
> prevents use of system kernel headers and makes it compile iwth gcc 4.1;
> there exists a slighly newer base version 1.0_pre20040408 that may have
> some fixes probably only relevant to Wildfire machines. +EOF
> diff --git a/disk/aboot/FINAL b/disk/aboot/FINAL
> new file mode 100755
> index 0000000..a5750ca
> --- /dev/null
> +++ b/disk/aboot/FINAL
> @@ -0,0 +1,4 @@
> +if ! test -e "$INSTALL_ROOT/etc/aboot.conf"
> +then
> + cp -v "$SCRIPT_DIRECTORY/aboot.conf" "$INSTALL_ROOT/etc"
> +fi
Why not do this in INSTALL? That way it will be tracked "though" and
POST_RESSURECT won't be needed.
I suggest you use install_config_files instead of this construct.


--
We cannot command nature except by obeying her. --Sir Francis Bacon
Have a sourcerous day! www.sourcemage.org

Attachment: pgpZywg9eS_9W.pgp
Description: PGP signature




Archive powered by MHonArc 2.6.24.

Top of Page