Al Savage
2013-01-22 07:25:18 UTC
I am attempting to install rpm-yum-bootstrap-1_3.wpi on an eCS 2.1 box.
I have a problem during the WarpIn installation due to the UNIXROOT
Samba (Samba\samba-1-1-2.wpi) sets UNIXROOT to <bootdrive>\MPTN :
---------------------------------------------------------------------
UnixRoot=WirexxGetEnv('UNIXROOT')
if UnixRoot = "" then do
UnixRoot = SysBootDrive()||'\MPTN'
rc=WirexxPutEnv("UNIXROOT",UnixRoot)
[ . . . ]
---------------------------------------------------------------------
However, rpm-yum-bootstrap insists taht UNIXROOT be elsewhere :
---------------------------------------------------------------------
if (unixroot \== '') then do
unixdrv = filespec('D', unixroot)
if (filespec('P', unixroot) \== '' | filespec('N', unixroot) \== '')
then do
call WirexxShowMessage ,
'YUM: Warning',,
'YUM utilizes the Unix-like directory structure pointed to by
the UNIXROOT environment variable. In the current implementation, this
directory structure must be located in the root directory of the hard
drive but your current UNIXROOT setting is
"'unixroot'".'||'0D0A'x||'0D0A'x,
'In order to install YUM, you will need to do the
following:'||'0D0A'x||'0D0A'x,
'1. Cancel the installation by pressing OK below.'||'0D0A'x,
'2. Move the contents of the directory "'unixroot'" to the root
directory of drive 'unixdrv||'0D0A'x,
'3. Set UNIXROOT='unixdrv' in CONFIG.SYS.'||'0D0A'x,
'4. Reboot.'||'0D0A'x,
'5. Start the YUM installation again.'||'0D0A'x||'0D0A'x,
---------------------------------------------------------------------
I don't think I want to be moving everything in \MPTN to \
I'm hoping someone who's installed both Samba and rpm-yum can provide
some guidance.
I have a problem during the WarpIn installation due to the UNIXROOT
Samba (Samba\samba-1-1-2.wpi) sets UNIXROOT to <bootdrive>\MPTN :
---------------------------------------------------------------------
UnixRoot=WirexxGetEnv('UNIXROOT')
if UnixRoot = "" then do
UnixRoot = SysBootDrive()||'\MPTN'
rc=WirexxPutEnv("UNIXROOT",UnixRoot)
[ . . . ]
---------------------------------------------------------------------
However, rpm-yum-bootstrap insists taht UNIXROOT be elsewhere :
---------------------------------------------------------------------
if (unixroot \== '') then do
unixdrv = filespec('D', unixroot)
if (filespec('P', unixroot) \== '' | filespec('N', unixroot) \== '')
then do
call WirexxShowMessage ,
'YUM: Warning',,
'YUM utilizes the Unix-like directory structure pointed to by
the UNIXROOT environment variable. In the current implementation, this
directory structure must be located in the root directory of the hard
drive but your current UNIXROOT setting is
"'unixroot'".'||'0D0A'x||'0D0A'x,
'In order to install YUM, you will need to do the
following:'||'0D0A'x||'0D0A'x,
'1. Cancel the installation by pressing OK below.'||'0D0A'x,
'2. Move the contents of the directory "'unixroot'" to the root
directory of drive 'unixdrv||'0D0A'x,
'3. Set UNIXROOT='unixdrv' in CONFIG.SYS.'||'0D0A'x,
'4. Reboot.'||'0D0A'x,
'5. Start the YUM installation again.'||'0D0A'x||'0D0A'x,
---------------------------------------------------------------------
I don't think I want to be moving everything in \MPTN to \
I'm hoping someone who's installed both Samba and rpm-yum can provide
some guidance.
--
Regards,
Al S.
Regards,
Al S.