[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: memory usage and stage2= ??
- From: Jerry Vonau <jvonau shaw ca>
- To: Discussion of Development and Customization of the Red Hat Linux Installer <anaconda-devel-list redhat com>
- Subject: Re: memory usage and stage2= ??
- Date: Sat, 22 Mar 2008 14:57:03 -0500
Jerry Vonau wrote:
Jerry Vonau wrote:
Jerry Vonau wrote:
Hi All:
How is stage2= suppose to work? For the hdinstall.c in the patch,
if you give "anything" as stage2= then the installer looks for
/mnt/isodir/images/stage2.img to loopback mount,
Well rather than break everything, I'll just break what I was playing
around with. ;-) For the boot prompt, I added a sting input in the
form of stg2= that goes where I was trying to use stage2= as a string.
Well I wonder if rescue mode works... be back later.
Jerry
Well that broke network stuff, this one is better. This one includes the
previous patch with some changes to nfsintall.c (bz438377) and dropping
of the cdinstall.c patch.
Jerry
Think I got it this time, placement in the .h file is everything....
Jerry
--- loader.h.old 2008-03-22 12:41:25.000000000 -0500
+++ loader.h 2008-03-22 12:18:16.000000000 -0500
@@ -127,6 +127,7 @@
int dhcpTimeout;
int ipinfo_set;
int ipv6info_set;
+ char * stg2;
char * ksFile;
int method;
char * ddsrc;
@@ -134,7 +135,6 @@
char * logLevel;
char * updatessrc;
char * dogtailurl;
- char * stg2;
pid_t fw_loader_pid;
char *fw_search_pathz;
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]