summaryrefslogtreecommitdiffstats
path: root/isys/isys.py
Commit message (Collapse)AuthorAgeFilesLines
* we shouldn't unlink devices in /dev on mount. that's just unfriendly ↵Jeremy Katz2002-06-211-1/+1
| | | | (especially with lvm...)
* make getting the raid superblock a little more flexible, add a getpagesize ↵Jeremy Katz2002-06-071-1/+7
| | | | function
* we really can't close the fd after its been closed onceJeremy Katz2002-05-311-1/+0
|
* migrate to using rhpl log functionMike Fulbright2002-05-231-2/+0
|
* don't throw away our exception, raise it after closing the fdMatt Wilson2002-05-131-2/+2
|
* get the easy bits of the merge first.... hampton loader and isys directoriesJeremy Katz2002-04-191-7/+13
| | | | should be fine since I had originally just copied them into hampton from head :)
* add mknodJeremy Katz2002-01-301-0/+3
|
* no longer need balkan, add copyrightMatt Wilson2001-10-291-1/+16
|
* compareDrives isn't quite right when you have both IDE and SCSI disksJeremy Katz2001-08-231-6/+6
| | | | | | | If you have hda, hdb, and sda, the proper order for them to be sorted in is hda, hdb, sda... not hda, sda, hdb bug 52356
* beware the leaky descriptorMatt Wilson2001-08-141-15/+27
|
* restore fstab if we started to migrate and found there was not enough space ↵Mike Fulbright2001-08-091-0/+9
| | | | to upgrade
* add s390/s390x patchesr0-9-1laroche2001-07-201-0/+1
|
* only probe ide drives for their type once (fixes #47018)Matt Wilson2001-07-111-4/+12
|
* add magik incantations to root out the evil within the fsset codeMatt Wilson2001-07-021-0/+3
|
* oops, make the right dev node filenameMatt Wilson2001-06-251-1/+1
|
* register a parted exception handler for gui modeMatt Wilson2001-06-251-2/+11
| | | | | | | | | | | modified isys.makeDevInode to use /dev/foo if it is there, while preserving backwards compatible behavior import fsset for workstation, it needs to find the ext2 filesystemtype for some reason skip drives that can't be opened or partition tables that can't be read. we still need to handle 'fresh' disks better.
* pychecker fixMatt Wilson2001-06-231-1/+1
|
* mount proc and ptsMatt Wilson2001-06-201-2/+2
|
* removed s390 patch -- my kudzu doesn't have this functionErik Troan2001-06-201-1/+0
|
* patches for s390Karsten Hopp2001-06-201-0/+1
|
* mount device-less filesystems genericallyErik Troan2001-06-201-1/+1
|
* fix the raidstop command in rescue mode/Alt+F2Matt Wilson2001-04-041-4/+5
|
* reference count raidErik Troan2001-03-161-0/+12
|
* added magic to work around promise raid controllersErik Troan2001-03-141-0/+1
|
* 1) added pathSpaceAvailable()Erik Troan2001-03-091-2/+5
| | | | 2) added readOnly parameter to losetup
* ideCdRwList() shouldn't return scsi drivesErik Troan2001-02-201-1/+8
|
* use two part header listsErik Troan2001-02-101-2/+2
|
* added code to find rewriteable cdrom'sErik Troan2001-02-091-0/+35
|
* added fbinfoErik Troan2001-01-251-0/+2
|
* provide symbolic names for ram thresholdsErik Troan2001-01-121-0/+4
|
* Added support for LBA32 when we right out lilo.conf iff we need it because ↵Mike Fulbright2001-01-081-0/+7
| | | | boot partition is over 1023 cyl. Also added warning if you put boot > 1023 cyl and we dont seem to be able to detect edd support on this system
* this pciprobe mess in isys isn't used...Matt Wilson2000-12-041-16/+0
|
* fix for bug 19523Mike Fulbright2000-12-041-1/+1
|
* added code to check to see if a file is an iso imageErik Troan2000-11-171-0/+2
|
* added syncErik Troan2000-11-061-0/+3
|
* added ispseudotty checkErik Troan2000-10-041-0/+4
|
* enable mounting of usbdevfs as wellMike Fulbright2000-07-251-2/+2
|
* added fsSpaceAvailable()Erik Troan2000-07-241-0/+3
|
* ignore ejection failuresErik Troan2000-07-131-1/+7
|
* use /tmp/%s to make the devicesMatt Wilson2000-07-031-1/+1
|
* bug fix for #12181Mike Fulbright2000-06-281-1/+1
|
* add changevt callMatt Wilson2000-06-101-0/+3
|
* normalize mount paths for mount cacheErik Troan2000-05-191-0/+4
|
* 1) ddfile implemented in python w/ progress barErik Troan2000-05-161-5/+25
| | | | 2) fixed mount cache
* reworked mount semanticsErik Troan2000-05-161-7/+37
|
* added cdrom eject stuffErik Troan2000-05-121-3/+7
|
* able to mount filesytems read onlyErik Troan2000-05-111-2/+2
|
* added magic to change loopback filesystemErik Troan2000-05-101-3/+14
|
* Added support for detecting and optionally (based on expert mode setting) ↵Mike Fulbright2000-05-101-4/+14
| | | | ignoring removable devices
* added test for if an ide drive is removableMike Fulbright2000-05-101-0/+7
|