Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Bearcat Sandor (f446951e9e34c712139a62aedbf07d31c895c4b6)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Bearcat Sandor <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Bearcat Sandor (f446951e9e34c712139a62aedbf07d31c895c4b6)
  • Date: Tue, 5 Sep 2006 20:09:13 -0500

GIT changes to master grimoire by Bearcat Sandor <sourcemage AT feline-soul.com>:

disk/mindi/BUILD | 1 +
disk/mindi/DEPENDS | 4 ++++
disk/mindi/DETAILS | 14 ++++++++++++++
disk/mindi/HISTORY | 4 ++++
4 files changed, 23 insertions(+)

New commits:
commit f446951e9e34c712139a62aedbf07d31c895c4b6
Author: Bearcat Sandor <sourcemage AT feline-soul.com>
Commit: Bearcat Sandor <sourcemage AT feline-soul.com>

Initial spell for mindi

diff --git a/disk/mindi/BUILD b/disk/mindi/BUILD
new file mode 100755
index 0000000..0ee85e9
--- /dev/null
+++ b/disk/mindi/BUILD
@@ -0,0 +1 @@
+./install.sh
diff --git a/disk/mindi/DEPENDS b/disk/mindi/DEPENDS
new file mode 100755
index 0000000..5898163
--- /dev/null
+++ b/disk/mindi/DEPENDS
@@ -0,0 +1,4 @@
+depends afio &&
+depends gzip &&
+depends cdrtools &&
+depends busybox
diff --git a/disk/mindi/DETAILS b/disk/mindi/DETAILS
new file mode 100755
index 0000000..6f2aaf4
--- /dev/null
+++ b/disk/mindi/DETAILS
@@ -0,0 +1,14 @@
+ SPELL=mindi
+ VERSION=1.0.9
+
SOURCE_HASH='sha512:4422c801cd3043d738a405258ba3bf566cbbff3d0a3d313878d57746f4c755b43b0c7b50752b98c5ba92f3e867a03b76b2597703a48645d89ae71b8b8cc6d682'
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=ftp://ftp.mondorescue.org/src/${SOURCE}
+ WEB_SITE=http://www.mondorescue.org/
+ ENTERED=20060905
+ LICENSE[0]=GPL
+ KEYWORDS="backup"
+ SHORT="Creates a boot disk based on your system"
+cat << EOF
+Mindi Linux creates a set of boot/root floppy disk images that will let you
perform basic system maintenance on your Linux distro. The principal virtues
of Mindi's boot disks are the fact that they contain your kernel, modules,
tools and libraries. You can ask for additional binaries (or other files) to
be included on the kit. The libraries will be added for you.
+EOF
diff --git a/disk/mindi/HISTORY b/disk/mindi/HISTORY
new file mode 100644
index 0000000..7c45407
--- /dev/null
+++ b/disk/mindi/HISTORY
@@ -0,0 +1,4 @@
+2006-09-05 Bearcat M. Sandor <sourcemage AT feline-soul.com>
+ * Initial spell: DEPENDS, DETAILS, HISTORY
+
+



  • [SM-Commit] GIT changes to master grimoire by Bearcat Sandor (f446951e9e34c712139a62aedbf07d31c895c4b6), Bearcat Sandor, 09/05/2006

Archive powered by MHonArc 2.6.24.

Top of Page