From vpodzime at redhat.com Wed Sep 4 07:26:53 2013 From: vpodzime at redhat.com (Vratislav Podzimek) Date: Wed, 04 Sep 2013 09:26:53 +0200 Subject: What is the correct way to reuse an existing RAID/LVM configuration In-Reply-To: <521652DF.7070003@control.lth.se> References: <521652DF.7070003@control.lth.se> Message-ID: <1378279613.18574.3.camel@vpodzime.anaconda.englab.brq.redhat.com> On Thu, 2013-08-22 at 20:05 +0200, Anders Blomdell wrote: > On a system with the following disk layout: > > > Disk /dev/sda: 2000.4 GB, 2000398934016 bytes, 3907029168 sectors > Units = sectors of 1 * 512 = 512 bytes > Sector size (logical/physical): 512 bytes / 4096 bytes > I/O size (minimum/optimal): 4096 bytes / 4096 bytes > Disk label type: dos > Disk identifier: 0x83dae9c4 > > Device Boot Start End Blocks Id System > /dev/sda4 2048 3907029167 1953513560 5 Extended > /dev/sda5 4096 4198399 2097152 fd Linux raid autodetect > /dev/sda6 4200448 3907029167 1951414360 fd Linux raid autodetect > > Disk /dev/sdb: 2000.4 GB, 2000398934016 bytes, 3907029168 sectors > Units = sectors of 1 * 512 = 512 bytes > Sector size (logical/physical): 512 bytes / 4096 bytes > I/O size (minimum/optimal): 4096 bytes / 4096 bytes > Disk label type: dos > Disk identifier: 0x88b817cf > > Device Boot Start End Blocks Id System > /dev/sdb4 2048 3907029167 1953513560 5 Extended > /dev/sdb5 4096 4198399 2097152 fd Linux raid autodetect > /dev/sdb6 4200448 3907029167 1951414360 fd Linux raid autodetect > > PV VG Fmt Attr PSize PFree > /dev/md1 vg0 lvm2 a-- 1.82t 1.63t > > LV VG Attr LSize Pool Origin Data% Move Log Copy% Convert > opt vg0 -wi-a---- 60.00g > root vg0 -wi-a---- 60.00g > src vg0 -wi-d---- 60.00g > swap vg0 -wi-a---- 16.00g > > I'm trying to kickstart a Fedora-19 system with the following partitioning: > > part raid.0a --onpart=sda5 --noformat > part raid.0b --onpart=sdb5 --noformat > raid /boot --fstype=ext4 --level=1 --device=md0 raid.0a raid.0b > > part raid.1a --onpart=sda6 --noformat > part raid.1b --onpart=sdb6 --noformat > raid pv.0 --level=1 --device=md1 raid.1a raid.1b I think you'd need to use '--useexisting' and '--noformat' when specifying raids and drop 'part' lines for raid members. Also the 'volgroup' command shouldn't have PV members listed when using '--useexisting'. See: http://fedoraproject.org/wiki/Anaconda/Kickstart#raid http://fedoraproject.org/wiki/Anaconda/Kickstart#volgroup -- Vratislav Podzimek Anaconda Rider | Red Hat, Inc. | Brno - Czech Republic From vpodzime at redhat.com Wed Sep 4 07:38:48 2013 From: vpodzime at redhat.com (Vratislav Podzimek) Date: Wed, 04 Sep 2013 09:38:48 +0200 Subject: Problem with finding kickstart file from the cdrom In-Reply-To: References: Message-ID: <1378280328.18574.7.camel@vpodzime.anaconda.englab.brq.redhat.com> > Anaconda version is 11.1.2.168 , kernel version 3.4.52. This looks like you are using RHEL 5 Anaconda and something like an F18 kernel. However, the 'ks=cdrom:...' should work with RHEL 5 Anaconda as described in the installation guide [1]. If it doesn't work as expected, file a bug, please. Maybe there are issues when using CD for both kickstart file and installation tree. [1] https://access.redhat.com/site/documentation/en-US/Red_Hat_Enterprise_Linux/5/html/Installation_Guide/s1-kickstart2-startinginstall.html -- Vratislav Podzimek Anaconda Rider | Red Hat, Inc. | Brno - Czech Republic From anders.blomdell at control.lth.se Wed Sep 4 14:48:47 2013 From: anders.blomdell at control.lth.se (Anders Blomdell) Date: Wed, 04 Sep 2013 16:48:47 +0200 Subject: What is the correct way to reuse an existing RAID/LVM configuration In-Reply-To: <1378279613.18574.3.camel@vpodzime.anaconda.englab.brq.redhat.com> References: <521652DF.7070003@control.lth.se> <1378279613.18574.3.camel@vpodzime.anaconda.englab.brq.redhat.com> Message-ID: <5227484F.4070702@control.lth.se> On 2013-09-04 09:26, Vratislav Podzimek wrote: > On Thu, 2013-08-22 at 20:05 +0200, Anders Blomdell wrote: >> On a system with the following disk layout: >> >> >> Disk /dev/sda: 2000.4 GB, 2000398934016 bytes, 3907029168 sectors >> Units = sectors of 1 * 512 = 512 bytes >> Sector size (logical/physical): 512 bytes / 4096 bytes >> I/O size (minimum/optimal): 4096 bytes / 4096 bytes >> Disk label type: dos >> Disk identifier: 0x83dae9c4 >> >> Device Boot Start End Blocks Id System >> /dev/sda4 2048 3907029167 1953513560 5 Extended >> /dev/sda5 4096 4198399 2097152 fd Linux raid autodetect >> /dev/sda6 4200448 3907029167 1951414360 fd Linux raid autodetect >> >> Disk /dev/sdb: 2000.4 GB, 2000398934016 bytes, 3907029168 sectors >> Units = sectors of 1 * 512 = 512 bytes >> Sector size (logical/physical): 512 bytes / 4096 bytes >> I/O size (minimum/optimal): 4096 bytes / 4096 bytes >> Disk label type: dos >> Disk identifier: 0x88b817cf >> >> Device Boot Start End Blocks Id System >> /dev/sdb4 2048 3907029167 1953513560 5 Extended >> /dev/sdb5 4096 4198399 2097152 fd Linux raid autodetect >> /dev/sdb6 4200448 3907029167 1951414360 fd Linux raid autodetect >> >> PV VG Fmt Attr PSize PFree >> /dev/md1 vg0 lvm2 a-- 1.82t 1.63t >> >> LV VG Attr LSize Pool Origin Data% Move Log Copy% Convert >> opt vg0 -wi-a---- 60.00g >> root vg0 -wi-a---- 60.00g >> src vg0 -wi-d---- 60.00g >> swap vg0 -wi-a---- 16.00g >> >> I'm trying to kickstart a Fedora-19 system with the following partitioning: >> >> part raid.0a --onpart=sda5 --noformat >> part raid.0b --onpart=sdb5 --noformat >> raid /boot --fstype=ext4 --level=1 --device=md0 raid.0a raid.0b >> >> part raid.1a --onpart=sda6 --noformat >> part raid.1b --onpart=sdb6 --noformat >> raid pv.0 --level=1 --device=md1 raid.1a raid.1b > I think you'd need to use '--useexisting' and '--noformat' when > specifying raids and drop 'part' lines for raid members. > > Also the 'volgroup' command shouldn't have PV members listed when using > '--useexisting'. > > See: > http://fedoraproject.org/wiki/Anaconda/Kickstart#raid > http://fedoraproject.org/wiki/Anaconda/Kickstart#volgroup > OK, the following seem to work. The weird :md* names are for not need to have one kickstart file for each machine, without it $(hostname): will be prepended to the raid device name: part raid.0a --fstype="mdmember" --noformat --onpart=sda2 # :md2 part raid.0b --fstype="mdmember" --noformat --onpart=sdb2 # :md2 part raid.1a --fstype="mdmember" --noformat --onpart=sda3 # :md3 part raid.1b --fstype="mdmember" --noformat --onpart=sdb3 # :md3 raid /boot --device=:md2 --fstype="ext4" --level=1 --useexisting --label="/boot" raid pv.0 --device=:md3 --fstype="lvmpv" --level=1 --noformat --useexisting volgroup vg0 --noformat --pesize=32768 --useexisting pv.0 logvol / --fstype="ext4" --useexisting --label="/" --name=root --vgname=vg0 logvol /opt --fstype="ext4" --useexisting --label="/opt" --name=opt --vgname=vg0 logvol /usr/src --fstype="ext4" --useexisting --label="/usr/src" --name=src --vgname=vg0 --noformat logvol swap --fstype="swap" --useexisting --name=swap --vgname=vg0 Regards Anders Blomdell -- Anders Blomdell Email: anders.blomdell at control.lth.se Department of Automatic Control Lund University Phone: +46 46 222 4625 P.O. Box 118 Fax: +46 46 138118 SE-221 00 Lund, Sweden From sudoyang at gmail.com Fri Sep 27 07:23:08 2013 From: sudoyang at gmail.com (Fong Vang) Date: Fri, 27 Sep 2013 00:23:08 -0700 Subject: no output in postinstall Message-ID: I need some help to troubleshoot issues in post install phase of kickstart. When running in text or cmdline mode, nothing gets outputted to the screen in post. I tried doing chvt 3 in post before outputting. I also tried echoing directly to /dev/console and /dev/tty[x]. Nothing seems to get outputted to the screen. In cmdline mode, this is the last thing I see: ... ... Installing nss-softokn-freebl-3.12.9-11.el6.i686 (294 KB) Freebl library for the Network Security Services Packages completed: 639 of 642 Installing glibc-2.12-1.107.el6.i686 (13 MB) The GNU libc libraries Packages completed: 640 of 642 Installing libgcc-4.4.7-3.el6.i686 (143 KB) GCC version 4.4 shared support library Packages completed: 641 of 642 Installing compat-libstdc++-33-3.2.3-69.el6.i686 (716 KB) Compatibility standard C++ libraries Packages completed: 642 of 642 Performing post-installation configuration Installing bootloader. Running post-installation scripts Any suggestion how I could diagnose this? Thanks -------------- next part -------------- An HTML attachment was scrubbed... URL: From gene at czarc.net Fri Sep 27 20:34:42 2013 From: gene at czarc.net (Gene Czarcinski) Date: Fri, 27 Sep 2013 16:34:42 -0400 Subject: anaconda: reuse of btrfs subvolumes Message-ID: <5245EBE2.5020301@czarc.net> OK, this bugzilla report has not gotten much action -- https://bugzilla.redhat.com/show_bug.cgi?id=892747 so lets try this list. I would think that a common installation would involve two types of btrfs subvolumes: a new subvolume for root ("/") and one or more existing subvolumes for /home, etc. Anaconda can handle creation of new subvolumes nicely and adds them to /etc/fstab. However, for existing subvolumes, you need to specify "--useexisting" on the btrfs command which specifies the mount point or anaconda crashes saying that the subvolume already exists .. OK, that makes sense. But, if you then specify --useexisting, anaconda proceeds BUT the mount point is NOT added to /etc/fstab. This problem has existed since Fedora 18 and is still true in Fedora 20 alpha. How about if someone fixes this, explains why it is not necessary, or explains how to specify reuse of a btrfs mount point? Is this too much to ask? Comments? Gene From pine5514 at gmail.com Sun Sep 29 11:49:31 2013 From: pine5514 at gmail.com (Mr.Pine) Date: Sun, 29 Sep 2013 15:19:31 +0330 Subject: minimal installation and anaconda gui Message-ID: hi, I users revisor to create minimal centos cd. but the problem is that anaconda installer always start in text mode. when i create cd with desktop packages(X11) anaconda start in graphical mode. i want to know witch packages should i put in my ks file in addition to @base and @core group. TNX -------------- next part -------------- An HTML attachment was scrubbed... URL: From hhoffman at ip-solutions.net Sun Sep 29 12:57:21 2013 From: hhoffman at ip-solutions.net (Harry Hoffman) Date: Sun, 29 Sep 2013 08:57:21 -0400 Subject: minimal installation and anaconda gui Message-ID: <6w7bl741x16f3aywr6t76u48.1380459441614@email.android.com> Hi, I'm not sure I understand your question. Are you trying to have a minimal install but have the install happen in graphical as opposed to text mode? Can you state what it is that you are trying to accomplish? Cheers, Harry "Mr.Pine" wrote: >_______________________________________________ >Kickstart-list mailing list >Kickstart-list at redhat.com >https://www.redhat.com/mailman/listinfo/kickstart-list -------------- next part -------------- An HTML attachment was scrubbed... URL: From parimal.sardar at gmail.com Sun Sep 29 13:21:15 2013 From: parimal.sardar at gmail.com (parimal.sardar at gmail.com) Date: Sun, 29 Sep 2013 13:21:15 +0000 Subject: minimal installation and anaconda gui In-Reply-To: <6w7bl741x16f3aywr6t76u48.1380459441614@email.android.com> References: <6w7bl741x16f3aywr6t76u48.1380459441614@email.android.com> Message-ID: <703849707-1380460835-cardhu_decombobulator_blackberry.rim.net-868903709-@b1.c15.bise7.blackberry> Hello Harry, Put install text skipx in your ks.cfg It should do. Regards, Parimal Sent on my BlackBerry? from Vodafone -----Original Message----- From: Harry Hoffman Sender: kickstart-list-bounces at redhat.com Date: Sun, 29 Sep 2013 08:57:21 To: Discussion list about Kickstart Reply-To: Discussion list about Kickstart Subject: Re: minimal installation and anaconda gui _______________________________________________ Kickstart-list mailing list Kickstart-list at redhat.com https://www.redhat.com/mailman/listinfo/kickstart-list From hhoffman at ip-solutions.net Sun Sep 29 14:39:43 2013 From: hhoffman at ip-solutions.net (Harry Hoffman) Date: Sun, 29 Sep 2013 10:39:43 -0400 Subject: minimal installation and anaconda gui Message-ID: <0kwtsmiacv3u3cw0a3htwc3v.1380465583523@email.android.com> Hi Parimal, Thanks but I'm not the OP. Perhaps that's the answer they were looking for though. Cheers, Harry parimal.sardar at gmail.com wrote: >Hello Harry, >Put >install >text >skipx > in your ks.cfg >It should do. >Regards, >Parimal >Sent on my BlackBerry? from Vodafone > >-----Original Message----- >From: Harry Hoffman >Sender: kickstart-list-bounces at redhat.com >Date: Sun, 29 Sep 2013 08:57:21 >To: Discussion list about Kickstart >Reply-To: Discussion list about Kickstart >Subject: Re: minimal installation and anaconda gui > >_______________________________________________ >Kickstart-list mailing list >Kickstart-list at redhat.com >https://www.redhat.com/mailman/listinfo/kickstart-list > >_______________________________________________ >Kickstart-list mailing list >Kickstart-list at redhat.com >https://www.redhat.com/mailman/listinfo/kickstart-list From pine5514 at gmail.com Mon Sep 30 05:08:07 2013 From: pine5514 at gmail.com (Mr.Pine) Date: Mon, 30 Sep 2013 08:38:07 +0330 Subject: minimal installation and anaconda gui In-Reply-To: <6w7bl741x16f3aywr6t76u48.1380459441614@email.android.com> References: <6w7bl741x16f3aywr6t76u48.1380459441614@email.android.com> Message-ID: tnx for your reply, I want to have a minimal install(without X) but the install happen always in text mode as opposed to graphical mode. here is my ks file ######### timezone America/Chicago # Package manifest for the compose. Uses repo group metadata to translate groups. # (@base is added by default unless you add --nobase to %packages) # (default groups for the configured repos are added by --default) ########################## %packages @base @core anaconda %end On Sun, Sep 29, 2013 at 4:27 PM, Harry Hoffman wrote: > Hi, > I'm not sure I understand your question. > Are you trying to have a minimal install but have the install happen in > graphical as opposed to text mode? > Can you state what it is that you are trying to accomplish? > Cheers, > Harry > > > "Mr.Pine" wrote: > > hi, > I users revisor to create minimal centos cd. but the problem is that > anaconda installer always start > in text mode. when i create cd with desktop packages(X11) anaconda start > in graphical mode. > i want to know witch packages should i put in my ks file in addition to > @base and @core group. > > TNX > > _______________________________________________ > Kickstart-list mailing list > Kickstart-list at redhat.com > https://www.redhat.com/mailman/listinfo/kickstart-list > -------------- next part -------------- An HTML attachment was scrubbed... URL: From parimal.sardar at gmail.com Mon Sep 30 07:03:44 2013 From: parimal.sardar at gmail.com (TheParimal) Date: Mon, 30 Sep 2013 12:33:44 +0530 Subject: minimal installation and anaconda gui In-Reply-To: References: <6w7bl741x16f3aywr6t76u48.1380459441614@email.android.com> Message-ID: Hi, please put these line at the top of your ks.cfg install text skipx .... then your regular stuff cheers, Parimal Sardar On 30 September 2013 10:38, Mr.Pine wrote: > tnx for your reply, > I want to have a minimal install(without X) but the install happen always > in text mode as opposed to graphical mode. > > > here is my ks file > ######### > timezone America/Chicago > # Package manifest for the compose. Uses repo group metadata to translate > groups. > # (@base is added by default unless you add --nobase to %packages) > # (default groups for the configured repos are added by --default) > ########################## > %packages > @base > @core > anaconda > %end > > > > > On Sun, Sep 29, 2013 at 4:27 PM, Harry Hoffman wrote: > >> Hi, >> I'm not sure I understand your question. >> Are you trying to have a minimal install but have the install happen in >> graphical as opposed to text mode? >> Can you state what it is that you are trying to accomplish? >> Cheers, >> Harry >> >> >> "Mr.Pine" wrote: >> >> hi, >> I users revisor to create minimal centos cd. but the problem is that >> anaconda installer always start >> in text mode. when i create cd with desktop packages(X11) anaconda start >> in graphical mode. >> i want to know witch packages should i put in my ks file in addition to >> @base and @core group. >> >> TNX >> >> _______________________________________________ >> Kickstart-list mailing list >> Kickstart-list at redhat.com >> https://www.redhat.com/mailman/listinfo/kickstart-list >> > > > _______________________________________________ > Kickstart-list mailing list > Kickstart-list at redhat.com > https://www.redhat.com/mailman/listinfo/kickstart-list > -------------- next part -------------- An HTML attachment was scrubbed... URL: From pine5514 at gmail.com Mon Sep 30 08:12:01 2013 From: pine5514 at gmail.com (Mr.Pine) Date: Mon, 30 Sep 2013 11:42:01 +0330 Subject: minimal installation and anaconda gui In-Reply-To: References: <6w7bl741x16f3aywr6t76u48.1380459441614@email.android.com> Message-ID: Hi perimal, you did not get me ! my custom cd boot in text mode and want to boot it via graphical mode! On Mon, Sep 30, 2013 at 10:33 AM, TheParimal wrote: > Hi, > > please put > these line at the top of your ks.cfg > > install > text > skipx > > .... then your regular stuff > > cheers, > Parimal Sardar > > > > On 30 September 2013 10:38, Mr.Pine wrote: > >> tnx for your reply, >> I want to have a minimal install(without X) but the install happen always >> in text mode as opposed to graphical mode. >> >> >> here is my ks file >> ######### >> timezone America/Chicago >> # Package manifest for the compose. Uses repo group metadata to >> translate groups. >> # (@base is added by default unless you add --nobase to %packages) >> # (default groups for the configured repos are added by --default) >> ########################## >> %packages >> @base >> @core >> anaconda >> %end >> >> >> >> >> On Sun, Sep 29, 2013 at 4:27 PM, Harry Hoffman > > wrote: >> >>> Hi, >>> I'm not sure I understand your question. >>> Are you trying to have a minimal install but have the install happen in >>> graphical as opposed to text mode? >>> Can you state what it is that you are trying to accomplish? >>> Cheers, >>> Harry >>> >>> >>> "Mr.Pine" wrote: >>> >>> hi, >>> I users revisor to create minimal centos cd. but the problem is that >>> anaconda installer always start >>> in text mode. when i create cd with desktop packages(X11) anaconda start >>> in graphical mode. >>> i want to know witch packages should i put in my ks file in addition to >>> @base and @core group. >>> >>> TNX >>> >>> _______________________________________________ >>> Kickstart-list mailing list >>> Kickstart-list at redhat.com >>> https://www.redhat.com/mailman/listinfo/kickstart-list >>> >> >> >> _______________________________________________ >> Kickstart-list mailing list >> Kickstart-list at redhat.com >> https://www.redhat.com/mailman/listinfo/kickstart-list >> > > > _______________________________________________ > Kickstart-list mailing list > Kickstart-list at redhat.com > https://www.redhat.com/mailman/listinfo/kickstart-list > -------------- next part -------------- An HTML attachment was scrubbed... URL: From parimal.sardar at gmail.com Mon Sep 30 10:58:57 2013 From: parimal.sardar at gmail.com (TheParimal) Date: Mon, 30 Sep 2013 16:28:57 +0530 Subject: minimal installation and anaconda gui In-Reply-To: References: <6w7bl741x16f3aywr6t76u48.1380459441614@email.android.com> Message-ID: Hi Mr Pine, sorry ,In that case put install graphical regards Parimal On 30 September 2013 13:42, Mr.Pine wrote: > Hi perimal, > you did not get me ! > my custom cd boot in text mode and want to boot it via graphical mode! > > > > > > On Mon, Sep 30, 2013 at 10:33 AM, TheParimal wrote: > >> Hi, >> >> please put >> these line at the top of your ks.cfg >> >> install >> text >> skipx >> >> .... then your regular stuff >> >> cheers, >> Parimal Sardar >> >> >> >> On 30 September 2013 10:38, Mr.Pine wrote: >> >>> tnx for your reply, >>> I want to have a minimal install(without X) but the install happen >>> always in text mode as opposed to graphical mode. >>> >>> >>> here is my ks file >>> ######### >>> timezone America/Chicago >>> # Package manifest for the compose. Uses repo group metadata to >>> translate groups. >>> # (@base is added by default unless you add --nobase to %packages) >>> # (default groups for the configured repos are added by --default) >>> ########################## >>> %packages >>> @base >>> @core >>> anaconda >>> %end >>> >>> >>> >>> >>> On Sun, Sep 29, 2013 at 4:27 PM, Harry Hoffman < >>> hhoffman at ip-solutions.net> wrote: >>> >>>> Hi, >>>> I'm not sure I understand your question. >>>> Are you trying to have a minimal install but have the install happen in >>>> graphical as opposed to text mode? >>>> Can you state what it is that you are trying to accomplish? >>>> Cheers, >>>> Harry >>>> >>>> >>>> "Mr.Pine" wrote: >>>> >>>> hi, >>>> I users revisor to create minimal centos cd. but the problem is that >>>> anaconda installer always start >>>> in text mode. when i create cd with desktop packages(X11) anaconda >>>> start in graphical mode. >>>> i want to know witch packages should i put in my ks file in addition to >>>> @base and @core group. >>>> >>>> TNX >>>> >>>> _______________________________________________ >>>> Kickstart-list mailing list >>>> Kickstart-list at redhat.com >>>> https://www.redhat.com/mailman/listinfo/kickstart-list >>>> >>> >>> >>> _______________________________________________ >>> Kickstart-list mailing list >>> Kickstart-list at redhat.com >>> https://www.redhat.com/mailman/listinfo/kickstart-list >>> >> >> >> _______________________________________________ >> Kickstart-list mailing list >> Kickstart-list at redhat.com >> https://www.redhat.com/mailman/listinfo/kickstart-list >> > > > _______________________________________________ > Kickstart-list mailing list > Kickstart-list at redhat.com > https://www.redhat.com/mailman/listinfo/kickstart-list > -------------- next part -------------- An HTML attachment was scrubbed... URL: From hhoffman at ip-solutions.net Mon Sep 30 12:39:42 2013 From: hhoffman at ip-solutions.net (Harry Hoffman) Date: Mon, 30 Sep 2013 08:39:42 -0400 Subject: minimal installation and anaconda gui In-Reply-To: References: <6w7bl741x16f3aywr6t76u48.1380459441614@email.android.com> Message-ID: <5249710E.9050404@ip-solutions.net> Ah, I see. Default is to start the install in graphical mode. So, what you want is the option "text" on a single line in your kickstart file. Here's the anaconda guide to kickstart options. They describe every option in detail: https://access.redhat.com/site/documentation/en-US/Red_Hat_Enterprise_Linux/6/html/Installation_Guide/s1-kickstart2-options.html Cheers, Harry On 09/30/2013 01:08 AM, Mr.Pine wrote: > tnx for your reply, > I want to have a minimal install(without X) but the install happen always > in text mode as opposed to graphical mode. > > > here is my ks file > ######### > timezone America/Chicago > # Package manifest for the compose. Uses repo group metadata to translate > groups. > # (@base is added by default unless you add --nobase to %packages) > # (default groups for the configured repos are added by --default) > ########################## > %packages > @base > @core > anaconda > %end > > > > > On Sun, Sep 29, 2013 at 4:27 PM, Harry Hoffman wrote: > >> Hi, >> I'm not sure I understand your question. >> Are you trying to have a minimal install but have the install happen in >> graphical as opposed to text mode? >> Can you state what it is that you are trying to accomplish? >> Cheers, >> Harry >> >> >> "Mr.Pine" wrote: >> >> hi, >> I users revisor to create minimal centos cd. but the problem is that >> anaconda installer always start >> in text mode. when i create cd with desktop packages(X11) anaconda start >> in graphical mode. >> i want to know witch packages should i put in my ks file in addition to >> @base and @core group. >> >> TNX >> >> _______________________________________________ >> Kickstart-list mailing list >> Kickstart-list at redhat.com >> https://www.redhat.com/mailman/listinfo/kickstart-list >> > > > > _______________________________________________ > Kickstart-list mailing list > Kickstart-list at redhat.com > https://www.redhat.com/mailman/listinfo/kickstart-list >