diff options
author | Chris Lumens <clumens@redhat.com> | 2007-07-30 19:20:24 +0000 |
---|---|---|
committer | Chris Lumens <clumens@redhat.com> | 2007-07-30 19:20:24 +0000 |
commit | e89a6ef3e316923363874634b492450201e1edf1 (patch) | |
tree | 4aa5dbf10634accb800fb9eae2d6cc5f93144247 /ChangeLog | |
parent | 2354b530eb57d6e655e9cbf5404385f5caba7a51 (diff) | |
download | anaconda-e89a6ef3e316923363874634b492450201e1edf1.tar.gz anaconda-e89a6ef3e316923363874634b492450201e1edf1.tar.xz anaconda-e89a6ef3e316923363874634b492450201e1edf1.zip |
Remove unused spaceAvailable, fsSpaceAvailable, chroot, checkBoot, loadFont,
makedev, mknod, getopt, cdRwList, and ideCdRwList functions. Rename *_int
label reading functions to _*_int so they're not exported. Add API
documentation.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,5 +1,13 @@ 2007-07-30 Chris Lumens <clumens@redhat.com> + * isys/isys.c: Remove unused checkBoot and loadFont functions. + * isys/isys.py: Remove unused spaceAvailable, fsSpaceAvailable, + chroot, checkBoot, loadFont, makedev, mknod, getopt, cdRwList, and + ideCdRwList functions. Rename *_int label reading functions to _*_int + so they're not exported. Add API documentation. + +2007-07-30 Chris Lumens <clumens@redhat.com> + * anaconda.py: Create devices nodes even earlier (#249882). * fsset.py (FileSystemSet.fileSystemSpace): Use pathSpaceAvailable |