changeset 490:0242c06156d8

installer: user the right filename for the system config Signed-off-by: Josef 'Jeff' Sipek <jeffpc@josefsipek.net>
author Josef 'Jeff' Sipek <jeffpc@josefsipek.net>
date Thu, 21 Apr 2011 14:35:54 -0400
parents 713d9d887a4f
children 0bb9a9b527cd
files installer/cpio.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/installer/cpio.c	Thu Apr 21 14:35:30 2011 -0400
+++ b/installer/cpio.c	Thu Apr 21 14:35:54 2011 -0400
@@ -31,7 +31,7 @@
 
 static struct table table[] = {
 	{"hvf.directory",	"HVF     ", "DIRECT  ", 80,   1, 0},
-	{"hvf.config",		"SYSTEM  ", "CONFIG  ", 80,   1, 0},
+	{"system.config",	"SYSTEM  ", "CONFIG  ", 80,   1, 0},
 	{"hvf",			"HVF     ", "ELF     ", 4096, 0, 0},
 	{"eckd.rto",		"ECKDLOAD", "BIN     ", 4096, 0, 1},
 	{"loader.rto",		"DASDLOAD", "BIN     ", 4096, 0, 2},