[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

Re: memory usage and stage2= ??



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]