Bug 470655

Summary: liveinst forces switch from text (runlevel 3) to graphical (runlevel 5)
Product: [Fedora] Fedora Reporter: Paul Bolle <pebolle>
Component: anacondaAssignee: Anaconda Maintenance Team <anaconda-maint-list>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: medium    
Version: rawhideCC: anaconda-maint-list
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-11-08 21:20:58 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Paul Bolle 2008-11-08 12:30:29 UTC
Description of problem:
If liveinst is invoked in text mode (runlevel 3) it will ultimately invoke anaconda. Somewhere anaconda will switch the system to graphical mode (runlevel 5).

Version-Release number of selected component (if applicable):
anaconda-11.4.1.40-1

How reproducible:
Always.

Steps to Reproduce:
1. Launch F10-Beta-i686-Live.iso (in my case from QEMU)
2. Edit the command line (in SYSLINUX, I guess) to boot in runlevel 3 (text mode)
3. start liveinst
  
Actual results:
Somewhere anaconda will switch to graphical mode (and thus switching to runlevel 5).

Expected results:
Stay in text mode (runlevel 3). 

Additional info:
If anaconda is called with the --text option it stays in runlevel 3. (Maybe the --cmdline option does that too.) 

Would it be possible for liveinst to somehow determine it is running in textmode and add the --text option (or maybe the --cmdline option) when it calls anaconda? Would that break other use cases?

Comment 1 Jeremy Katz 2008-11-08 21:20:58 UTC
It doesn't switch to runlevel 5, but anaconda defaults to running X as that's the best and most effective way of doing an installation.  You can force a text install if that's what you prefer with 'textinst'