changeset 486:b08396f8a1d0

installer: install 8ball nss Signed-off-by: Josef 'Jeff' Sipek <jeffpc@josefsipek.net>
author Josef 'Jeff' Sipek <jeffpc@josefsipek.net>
date Wed, 20 Apr 2011 21:10:58 -0400
parents a5a03e983d49
children 754eda881cce
files Makefile installer/cpio.c
diffstat 2 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Wed Apr 20 20:50:32 2011 -0400
+++ b/Makefile	Wed Apr 20 21:10:58 2011 -0400
@@ -19,6 +19,7 @@
 		loader/eckd.rto bin \
 		loader/loader.rto bin \
 		doc/installed_files.txt text 80 \
+		nss/8ball/8ball bin \
 		> installer/archive.cpio
 	./build/padcat installer/rdr.rto installer/loader.rto installer/archive.cpio > installer.bin
 
--- a/installer/cpio.c	Wed Apr 20 20:50:32 2011 -0400
+++ b/installer/cpio.c	Wed Apr 20 21:10:58 2011 -0400
@@ -36,6 +36,7 @@
 	{"eckd.rto",		"ECKDLOAD", "BIN     ", 4096, 0, 1},
 	{"loader.rto",		"DASDLOAD", "BIN     ", 4096, 0, 2},
 	{"installed_files.txt",	"HVF     ", "TEXT    ", 80,   1, 0},
+	{"8ball",		"8BALL   ", "NSS     ", 4096, 0, 0},
 	{"",			""        , ""        , -1,  -1, 0},
 };