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
/
livecd.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move instProgress to be an attribute on the InstallInterface.
Chris Lumens
2010-02-04
1
-2
/
+2
*
iutil.execWithRedirect() hasn't used searchPath= since 2006. Take it out.
Peter Jones
2010-01-15
1
-2
/
+1
*
Remove test mode.
Chris Lumens
2009-12-03
1
-3
/
+0
*
Don't make chown or lsetfilecon errors fatal (#529940).
Chris Lumens
2009-11-18
1
-8
/
+19
*
Use rpm to determine how to set bootloader args and default runlevel (#527520).
Chris Lumens
2009-10-20
1
-5
/
+3
*
Add escrow support
Miloslav Trmač
2009-09-14
1
-0
/
+2
*
Expose common fsset methods and properties in class Storage.
David Cantrell
2009-09-03
1
-13
/
+11
*
Add some debugging code so we know what's going on for #504986
Jeremy Katz
2009-08-26
1
-0
/
+1
*
Be sure we have a sorted list of mountpoints for live mangling (#504986)
Jeremy Katz
2009-08-14
1
-1
/
+2
*
Make all sysfs path's be _without_ /sys prefix (#516168)
Hans de Goede
2009-08-07
1
-1
/
+1
*
Edit user-visible dialogs for style.
Peter Jones
2009-07-13
1
-2
/
+2
*
Ensure we set the SELinux context correctly on symlinks (#505054)
Jeremy Katz
2009-06-26
1
-0
/
+2
*
We no longer write out /etc/rpm/platform, so don't offer to upgrade it.
Chris Lumens
2009-06-01
1
-1
/
+1
*
Verify filesystems after the live resize
Jeremy Katz
2009-05-06
1
-0
/
+11
*
When catching an OSError, handle it as an object instead of a tuple (#497374).
Chris Lumens
2009-04-23
1
-3
/
+3
*
Don't allow the rootfs on live installs to not match (#493206, #492727)
Jeremy Katz
2009-04-02
1
-0
/
+1
*
Let mountFilesystems handling bind mounting /dev (#490772).
Chris Lumens
2009-03-23
1
-4
/
+2
*
Need to notify the kernel of changes before udev settle
Jeremy Katz
2009-03-20
1
-1
/
+2
*
After setting up our random UUID, inform the storage layer
Jeremy Katz
2009-03-19
1
-0
/
+8
*
Fix live installs to not traceback
Jeremy Katz
2009-03-19
1
-1
/
+1
*
Use booleans in isys.mount() and isys.umount()
David Cantrell
2009-03-18
1
-2
/
+2
*
Modify livecd.py to work with new storage backend.
David Lehman
2009-03-11
1
-22
/
+19
*
Updates to make existing code use the new storage module.
David Lehman
2009-02-23
1
-22
/
+17
*
Add a basic method for checking the minimal size needed for a backend
Jeremy Katz
2008-11-03
1
-0
/
+5
*
Do repo setup and sack setup as separate steps.
Chris Lumens
2008-09-03
1
-3
/
+1
*
Set up rhgb for plymouth on live. And conditionalize rhgb + runlevel 5
Jeremy Katz
2008-07-07
1
-2
/
+4
*
2008-06-04 Ján ONDREJ <ondrejj@salstar.sk> (via ondrejj@fedoraproject.org)
Ján ONDREJ
2008-06-04
1
-4
/
+24
*
Don't use megabytes for the livecd size for copying.
Bill Nottingham
2008-04-15
1
-5
/
+8
*
Pass the full device path
Bill Nottingham
2008-04-11
1
-1
/
+1
*
Handle kernel variants a little better at install time too
Jeremy Katz
2008-03-26
1
-20
/
+1
*
Make sure that devices are set up before using them. (#437858)
David Lehman
2008-03-20
1
-2
/
+2
*
Fix a typo.
Chris Lumens
2008-03-17
1
-1
/
+1
*
Ensure the UUID for the rootfs is random and not the same for every live image
Jeremy Katz
2008-03-16
1
-1
/
+6
*
Check the fstype of the live image
Jeremy Katz
2008-02-07
1
-1
/
+9
*
Write out /etc/rpm/platform so upgrade from livecd installs work.
Chris Lumens
2008-01-24
1
-0
/
+3
*
Clean up typos and other things for GPLv2+ changes.
David Cantrell
2007-12-17
1
-1
/
+1
*
Common GPLv2+ boilerplate on toplevel python source files.
David Cantrell
2007-12-17
1
-7
/
+14
*
Fix up the livecd to no longer use an InstallMethod.
Chris Lumens
2007-12-05
1
-39
/
+33
*
Begin removing references to anaconda.method and anaconda.methodstr.
Chris Lumens
2007-12-05
1
-2
/
+2
*
Move protected partitions into the Partitions object.
Chris Lumens
2007-11-28
1
-7
/
+0
*
Remove unused functions from InstallMethods.
Chris Lumens
2007-11-20
1
-4
/
+0
*
Log errors when we can't chown files and continue (#376741).
Chris Lumens
2007-11-13
1
-1
/
+5
*
2007-10-10 Jeremy Katz <katzj@redhat.com>
Jeremy Katz
2007-10-10
1
-0
/
+5
*
(string isn't in the pot file, so not a problem)
Jeremy Katz
2007-09-26
1
-1
/
+1
*
2007-09-20 Jeremy Katz <katzj@redhat.com>
Jeremy Katz
2007-09-20
1
-2
/
+2
*
Lots of minor pychecker error fixes. Some of these are even real problems.
Chris Lumens
2007-09-19
1
-3
/
+3
*
2007-09-19 Jeremy Katz <katzj@redhat.com>
Jeremy Katz
2007-09-19
1
-1
/
+1
*
(LiveCDCopyBackend._doFilesystemMangling): Resize filesystem
Jeremy Katz
2007-09-17
1
-1
/
+3
*
2007-09-17 Jeremy Katz <katzj@redhat.com>
Jeremy Katz
2007-09-17
1
-18
/
+13
*
2007-09-17 Jeremy Katz <katzj@redhat.com>
Jeremy Katz
2007-09-17
1
-7
/
+8
[next]