index
:
anaconda.git
dup
firstboot-support
master
msivak
newtui
threading
Anaconda installer - personal development space, mostly the new TUI
Martin Sivák
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
backend.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Drop iscsi initrd generation hack
Hans de Goede
2010-03-10
1
-14
/
+1
*
Don't reset the default package selection on text installs (#564103).
Chris Lumens
2010-02-12
1
-1
/
+2
*
Last attribute out of InstallData, please turn out the lights.
Chris Lumens
2010-02-04
1
-1
/
+1
*
Move storage into the Anaconda class.
Chris Lumens
2010-02-04
1
-3
/
+3
*
Move the writeKS and write methods from InstallData to Anaconda.
Chris Lumens
2010-02-04
1
-1
/
+1
*
Move upgrade-related data to the Anaconda object.
Chris Lumens
2010-02-04
1
-8
/
+6
*
Move instClass to be an attribute on Anaconda.
Chris Lumens
2010-02-04
1
-3
/
+3
*
Use anaconda.ksdata instead of anaconda.isKickstart.
Chris Lumens
2010-02-04
1
-1
/
+1
*
On text kickstart installs, doBasePackageSelect still needs to run (#559593).
Chris Lumens
2010-02-02
1
-1
/
+1
*
Introducing a proper syslog daemon allows us to remove the syslogd stub we have.
Ales Kozumplik
2010-01-21
1
-4
/
+3
*
Make sure /tmp/DD exists before trying to copy it.
Chris Lumens
2010-01-11
1
-4
/
+5
*
Install the driver discs according to what was loaded in stage1
Martin Sivak
2010-01-08
1
-6
/
+13
*
Restore accidentally removed line in backend.py
Hans de Goede
2009-12-16
1
-1
/
+1
*
Add a method to remove /tmp/install.img on low memory conditions (jvonau).
Chris Lumens
2009-12-16
1
-0
/
+15
*
Make sure /mnt/stage2 is mounted before trying to unmount.
Jerry
2009-12-16
1
-1
/
+2
*
Skip the mediaDevice check before attempting to mount the install.img.
Jerry
2009-12-16
1
-5
/
+1
*
Nothing sets flags.setupFilesystems anymore, so it can go too.
Chris Lumens
2009-12-03
1
-15
/
+7
*
Remove test mode.
Chris Lumens
2009-12-03
1
-3
/
+2
*
Use fs with largest amount of freespace to store install.img
Hans de Goede
2009-11-23
1
-1
/
+1
*
Add escrow support
Miloslav Trmač
2009-09-14
1
-0
/
+3
*
Expose common fsset methods and properties in class Storage.
David Cantrell
2009-09-03
1
-2
/
+2
*
Edit user-visible dialogs for style.
Peter Jones
2009-07-13
1
-3
/
+3
*
Don't allow the rootfs on live installs to not match (#493206, #492727)
Jeremy Katz
2009-04-02
1
-0
/
+1
*
Get iscsi going with the new storage code
Hans de Goede
2009-03-17
1
-2
/
+4
*
Updates to make existing code use the new storage module.
David Lehman
2009-02-23
1
-3
/
+4
*
Rewrite iscsi code using libiscsi
Hans de Goede
2009-02-11
1
-0
/
+12
*
Add a basic method for checking the minimal size needed for a backend
Jeremy Katz
2008-11-03
1
-0
/
+4
*
Add a basic reset method
Jeremy Katz
2008-09-29
1
-0
/
+5
*
self.anaconda -> anaconda
Chris Lumens
2008-09-22
1
-5
/
+6
*
Do repo setup and sack setup as separate steps.
Chris Lumens
2008-09-03
1
-8
/
+5
*
Don't copy the install.img over in single media cases (#216167).
Chris Lumens
2008-08-27
1
-0
/
+56
*
Start an errors.py that contains all these small exception classes.
Chris Lumens
2008-06-05
1
-7
/
+0
*
raise "NotImplementedError", not "NotImplemented"
Peter Jones
2008-06-05
1
-13
/
+13
*
AFAICS these are always indicative of a failure to load an installclass, and
Peter Jones
2008-06-05
1
-13
/
+13
*
2008-06-04 Ján ONDREJ <ondrejj@salstar.sk> (via ondrejj@fedoraproject.org)
Ján ONDREJ
2008-06-04
1
-1
/
+3
*
Use a better test to see if a package group doesn't exist (#439922).
Chris Lumens
2008-04-02
1
-0
/
+6
*
Move /tmp/stage2.img to /mnt/sysimage to free up some memory (#438377).
Chris Lumens
2008-03-24
1
-2
/
+2
*
Make doMethodComplete not depend on the yum backend
Jeremy Katz
2007-12-17
1
-0
/
+3
*
Clean up typos and other things for GPLv2+ changes.
David Cantrell
2007-12-17
1
-2
/
+2
*
Common GPLv2+ boilerplate on toplevel python source files.
David Cantrell
2007-12-17
1
-7
/
+13
*
Allow going back to package selection after transaction errors.
Chris Lumens
2007-12-14
1
-1
/
+1
*
Just drop driver disks into /tmp instead of /tmp/ramfs
Jeremy Katz
2007-12-06
1
-2
/
+2
*
Fix up the livecd to no longer use an InstallMethod.
Chris Lumens
2007-12-05
1
-2
/
+5
*
Begin removing references to anaconda.method and anaconda.methodstr.
Chris Lumens
2007-12-05
1
-3
/
+1
*
Inform user about the arch mismatch and offer to upgrade rpm platform
msivak
2007-10-26
1
-0
/
+1
*
Copy driver disk contents to /root after installation (#289751).
Chris Lumens
2007-09-18
1
-2
/
+4
*
If we did a kickstart install, use the %packages section from the ks file
Chris Lumens
2007-09-04
1
-3
/
+2
*
2007-08-06 Jeremy Katz <katzj@redhat.com>
Jeremy Katz
2007-08-06
1
-2
/
+2
*
2007-07-16 Jeremy Katz <katzj@redhat.com>
Jeremy Katz
2007-07-16
1
-0
/
+4
*
Add a method to write out repo lines to the anaconda-ks.cfg file for all
Chris Lumens
2007-06-26
1
-0
/
+8
[next]