changeset 488:568a79480217

installer: actually install the CP binary Signed-off-by: Josef 'Jeff' Sipek <jeffpc@josefsipek.net>
author Josef 'Jeff' Sipek <jeffpc@josefsipek.net>
date Thu, 21 Apr 2011 13:22:05 -0400
parents 754eda881cce
children 713d9d887a4f
files installer/cpio.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/installer/cpio.c	Wed Apr 20 21:20:32 2011 -0400
+++ b/installer/cpio.c	Thu Apr 21 13:22:05 2011 -0400
@@ -32,7 +32,7 @@
 static struct table table[] = {
 	{"hvf.directory",	"HVF     ", "DIRECT  ", 80,   1, 0},
 	{"hvf.config",		"SYSTEM  ", "CONFIG  ", 80,   1, 0},
-//	{"hvf",			"HVF     ", "ELF     ", 4096, 0, 0},
+	{"hvf",			"HVF     ", "ELF     ", 4096, 0, 0},
 	{"eckd.rto",		"ECKDLOAD", "BIN     ", 4096, 0, 1},
 	{"loader.rto",		"DASDLOAD", "BIN     ", 4096, 0, 2},
 	{"installed_files.txt",	"HVF     ", "TEXT    ", 80,   1, 0},