Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - dmraid devices: use isw_xxxxp1 instead of isw_xxxx1 (see #42542, #44182) | Pascal Rigaux | 2008-09-26 | 1 | -1/+1 |
| | |||||
* | - bootloader-config: | Pascal Rigaux | 2008-09-17 | 1 | -0/+5 |
| | | | | | | | o --action migrate-to-uuids: do not migrate software raid to UUID (#43928) also fix a small typo in bootloader-config | ||||
* | - bootloader-config: | Pascal Rigaux | 2008-09-16 | 1 | -0/+5 |
| | | | | | | | o fix reading existing grub conf in present of /dev/mapper/xxxx0p1 partitions (which was causing bootloader-config to drop correct entries, cf #37722) | ||||
* | create udev nodes configuration file in /etc/udev/devices.d/ instead of ↵ | Olivier Blin | 2007-04-30 | 1 | -3/+2 |
| | | | | conf.d (used for modem and mouse) | ||||
* | do not try to configure dvd devices during install since /dev is wiped out ↵ | Olivier Blin | 2007-04-30 | 1 | -1/+1 |
| | | | | at reboot | ||||
* | re-sync after the big svn loss | Pascal Rigaux | 2007-04-25 | 1 | -32/+18 |
| | |||||
* | add some useful devices for live systems build | Olivier Blin | 2005-11-22 | 1 | -0/+6 |
| | |||||
* | enable creation of /dev/dm-x devices (not used at the moment) | Pascal Rigaux | 2005-06-20 | 1 | -16/+22 |
| | |||||
* | - move functions using /proc/partitions out of fsedit to fs::proc_partitions | Pascal Rigaux | 2005-06-10 | 1 | -12/+0 |
| | | | | | | - remove unneeded "use xxx" - add some "use xxx" (nb: not completly needed because some other modules may do it) | ||||
* | drop old unused code | Pascal Rigaux | 2005-06-03 | 1 | -44/+0 |
| | |||||
* | MERGE: don't be so i586 centric | Gwenolé Beauchesne | 2005-03-17 | 1 | -1/+1 |
| | |||||
* | move mdkinst.clp on hard drive ASAP | Pascal Rigaux | 2005-01-03 | 1 | -0/+11 |
| | | | | | | => allows multi-cd installs even if the mdkinst.clp was not preloaded => allows to better memory handling during pkgs install (hopefully at least) | ||||
* | move device mapper initialisation out of lvm.pm into devices.pm (since it ↵ | Pascal Rigaux | 2004-12-29 | 1 | -0/+12 |
| | | | | will be useful for other things) | ||||
* | better english (writing style rather than spoken one) | Thierry Vignaud | 2004-12-13 | 1 | -2/+2 |
| | |||||
* | we don't use /tmp for devices anymore | Pascal Rigaux | 2004-11-25 | 1 | -2/+1 |
| | | | | | (this comes from long ago when redhat code was using a ro /dev and creating other devices in /tmp) | ||||
* | remove some unneeded ";", add some for normalization (as told by perl_checker) | Pascal Rigaux | 2004-11-18 | 1 | -2/+2 |
| | |||||
* | module aes is now named aes-i586 (bugzilla #11588) | Pascal Rigaux | 2004-09-22 | 1 | -1/+1 |
| | |||||
* | - add field {part_number} for partitions | Pascal Rigaux | 2004-09-20 | 1 | -0/+13 |
| | | | | | | | | | | | (handle it in subpart_from_wild_device_name(), partition_table::read()) - create migrate_device_names() to handle the change of device names when changing kernel&modules (eg: hde->hda or hda->sda) - change prototype of install_any::use_root_part() (prefix is dropped, optional $in is added) - create fs::type::can_be_this_fs_type() and use it - create devices::part_number() and devices::part_prefix() and use them | ||||
* | increase the number of loopbacks (needed for mandrakemove where the default ↵ | Pascal Rigaux | 2004-06-15 | 1 | -1/+1 |
| | | | | (8) is much too low :) | ||||
* | - new getSCSI_26() not using /proc/scsi/scsi | Pascal Rigaux | 2004-04-30 | 1 | -1/+1 |
| | | | | | | | | | (since we can't say first Direct-Access entry is sda anymore) - deprecate field {raw_type} - don't fill {device} with sgX for non-(cdrom|hd|floppy) (hopefully not used by anything, except maybe scanners?) - replace scdX with srX (which everybody use) | ||||
* | get rid of the chloop code (not used anymore) | Pascal Rigaux | 2004-04-08 | 1 | -6/+2 |
| | |||||
* | nicer debug error message | Pascal Rigaux | 2004-03-08 | 1 | -4/+3 |
| | |||||
* | one now need cryptoloop and aes when using encryption (kernel 2.6) | Pascal Rigaux | 2004-03-03 | 1 | -0/+2 |
| | |||||
* | add input/mice | Pascal Rigaux | 2004-02-12 | 1 | -0/+2 |
| | |||||
* | lvm2 uses urandom | Pascal Rigaux | 2004-01-13 | 1 | -0/+1 |
| | |||||
* | *** empty log message *** | Guillaume Cottenceau | 2003-12-01 | 1 | -1/+0 |
| | |||||
* | chloop support | Guillaume Cottenceau | 2003-12-01 | 1 | -2/+7 |
| | |||||
* | (from_devfs) | Thierry Vignaud | 2003-06-24 | 1 | -1/+3 |
| | | | | | | - handle read_proc_partitions_raw() / find() faillures - return undef when we failled to find out real device | ||||
* | - move read_proc_partitions_raw() from fsedit.pm to devices.pm | Thierry Vignaud | 2003-06-24 | 1 | -2/+18 |
| | | | | | | - (devices::from_devfs, devices::from_devfs) handle block devices too, with read_proc_partitions_raw() helper | ||||
* | perl_checker adaptations + fixes | Pascal Rigaux | 2003-04-24 | 1 | -1/+1 |
| | |||||
* | new perl_checker compliance | Pascal Rigaux | 2003-04-17 | 1 | -4/+4 |
| | |||||
* | add "vcsa" (for brltty) | Pascal Rigaux | 2003-02-04 | 1 | -0/+1 |
| | |||||
* | remove unused variables or rename them with an underscore (eg: $o becomes $_o) | Pascal Rigaux | 2002-12-04 | 1 | -2/+2 |
| | |||||
* | do not use "local my $F, ...", use "local(my $F, ...) instead | Pascal Rigaux | 2002-12-03 | 1 | -1/+1 |
| | |||||
* | do not use "local *F" | Pascal Rigaux | 2002-12-03 | 1 | -15/+12 |
| | |||||
* | perl_checker adaptations | Pascal Rigaux | 2002-11-27 | 1 | -29/+29 |
| | |||||
* | - add/remove spaces to make perl_checker happy | Pascal Rigaux | 2002-11-14 | 1 | -1/+1 |
| | | | | | | - remove redundant parentheses - add some parentheses for clarity | ||||
* | add/remove spaces to make perl_checker happy | Pascal Rigaux | 2002-11-13 | 1 | -1/+1 |
| | |||||
* | add or remove spaces where need to please perl_checker | Pascal Rigaux | 2002-11-11 | 1 | -22/+22 |
| | |||||
* | add /dev/ubd/0, /dev/ubd/1... support (thanks to Brian Murrell) | Pascal Rigaux | 2002-11-05 | 1 | -0/+1 |
| | |||||
* | allow creation of "/dev/null" device | Pascal Rigaux | 2002-08-29 | 1 | -0/+1 |
| | |||||
* | use mkdir_p instead of mkdir | Pascal Rigaux | 2002-08-28 | 1 | -1/+1 |
| | |||||
* | new devfsd use input/mice rather than input/mouse0 since several | Thierry Vignaud | 2002-08-21 | 1 | -1/+1 |
| | | | | | devices can multiplex on input/mice | ||||
* | make new perl_checker happy (and that's not easy!) | Pascal Rigaux | 2002-07-31 | 1 | -1/+1 |
| | |||||
* | add functions to_devfs and from_devfs. These only work for devices entries | Pascal Rigaux | 2002-07-19 | 1 | -0/+35 |
| | | | | | which can go devfs -> normal and normal -> devfs | ||||
* | use c::total_sectors() instead of BLKGETSIZE | Pascal Rigaux | 2002-07-07 | 1 | -2/+3 |
| | |||||
* | (find_free_loop): fix | Pascal Rigaux | 2002-03-06 | 1 | -6/+4 |
| | |||||
* | (devices::make): following a good advice from Andrej Borsenkow, return the | Pascal Rigaux | 2002-02-23 | 1 | -1/+3 |
| | | | | | | file even if the device file doesn't exist the caller will fail or not. The advantage is better compatibility than raising an exception | ||||
* | devices::make doesn't mknod with devfs | Pascal Rigaux | 2002-02-23 | 1 | -0/+5 |
| | |||||
* | add atibm (thanks to Robin Pollard) | Pascal Rigaux | 2002-02-22 | 1 | -0/+1 |
| |