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

Re: s390x installation using LVM.



Bill Nottingham wrote:
> Date: Thu, 31 Jul 2003 18:47:22 -0400
> From: Bill Nottingham <notting redhat com>
> To: taroon-beta-list redhat com
> Subject: Re: s390x installation using LVM.
> Reply-To: taroon-beta-list redhat com
>
> shane stixrud org (shane stixrud org) said:
>> Do tell.. how can one do a graphical install with the x390 version of
>> RedhaT AS3.0 :). We currently running setup/install via telnet using ftp
>> as the media source.
>
> VNC or remote X display.
>
> Bill

For the x390 or other 64bit builds with broken VNC make a Kickstart file
with your build settings. For the LVM section (the reason for wanting the
graphical install) try something like the following:

clearpart --all --initlabel
part /boot --fstype ext3 --size=100
part pv.01 --size=1 --grow
volgroup myvg pv.01
logvol / --vgname=myvg --size=1000 --name=rootvol
logvol /usr --vgname=myvg --size=2000 --name=usrvol
logvol /var --vgname=myvg --size=4000 --name=varvol
logvol /tmp --vgname=myvg --size=4000 --name=tmpvol
logvol /opt --vgname=myvg --size=1000 --name=optvol
part swap --size=2000


--
Travis Crawford
travis_b_crawford bankone com



This transmission may contain information that is privileged, confidential and/or exempt from disclosure under applicable law. If you are not the intended recipient, you are hereby notified that any disclosure, copying, distribution, or use of the information contained herein (including any reliance thereon) is STRICTLY PROHIBITED. If you received this transmission in error, please immediately contact the sender and destroy the material in its entirety, whether in electronic or hard copy format. Thank you.




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