summaryrefslogtreecommitdiffstats
path: root/perl-install/devices.pm
Commit message (Collapse)AuthorAgeFilesLines
...
* enable creation of /dev/dm-x devices (not used at the moment)Pascal Rigaux2005-06-201-16/+22
|
* - move functions using /proc/partitions out of fsedit to fs::proc_partitionsPascal Rigaux2005-06-101-12/+0
| | | | | | - remove unneeded "use xxx" - add some "use xxx" (nb: not completly needed because some other modules may do it)
* drop old unused codePascal Rigaux2005-06-031-44/+0
|
* MERGE: don't be so i586 centricGwenolé Beauchesne2005-03-171-1/+1
|
* move mdkinst.clp on hard drive ASAPPascal Rigaux2005-01-031-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 Rigaux2004-12-291-0/+12
| | | | will be useful for other things)
* better english (writing style rather than spoken one)Thierry Vignaud2004-12-131-2/+2
|
* we don't use /tmp for devices anymorePascal Rigaux2004-11-251-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 Rigaux2004-11-181-2/+2
|
* module aes is now named aes-i586 (bugzilla #11588)Pascal Rigaux2004-09-221-1/+1
|
* - add field {part_number} for partitionsPascal Rigaux2004-09-201-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 Rigaux2004-06-151-1/+1
| | | | (8) is much too low :)
* - new getSCSI_26() not using /proc/scsi/scsiPascal Rigaux2004-04-301-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 Rigaux2004-04-081-6/+2
|
* nicer debug error messagePascal Rigaux2004-03-081-4/+3
|
* one now need cryptoloop and aes when using encryption (kernel 2.6)Pascal Rigaux2004-03-031-0/+2
|
* add input/micePascal Rigaux2004-02-121-0/+2
|
* lvm2 uses urandomPascal Rigaux2004-01-131-0/+1
|
* *** empty log message ***Guillaume Cottenceau2003-12-011-1/+0
|
* chloop supportGuillaume Cottenceau2003-12-011-2/+7
|
* (from_devfs)Thierry Vignaud2003-06-241-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.pmThierry Vignaud2003-06-241-2/+18
| | | | | | - (devices::from_devfs, devices::from_devfs) handle block devices too, with read_proc_partitions_raw() helper
* perl_checker adaptations + fixesPascal Rigaux2003-04-241-1/+1
|
* new perl_checker compliancePascal Rigaux2003-04-171-4/+4
|
* add "vcsa" (for brltty)Pascal Rigaux2003-02-041-0/+1
|
* remove unused variables or rename them with an underscore (eg: $o becomes $_o)Pascal Rigaux2002-12-041-2/+2
|
* do not use "local my $F, ...", use "local(my $F, ...) insteadPascal Rigaux2002-12-031-1/+1
|
* do not use "local *F"Pascal Rigaux2002-12-031-15/+12
|
* perl_checker adaptationsPascal Rigaux2002-11-271-29/+29
|
* - add/remove spaces to make perl_checker happyPascal Rigaux2002-11-141-1/+1
| | | | | | - remove redundant parentheses - add some parentheses for clarity
* add/remove spaces to make perl_checker happyPascal Rigaux2002-11-131-1/+1
|
* add or remove spaces where need to please perl_checkerPascal Rigaux2002-11-111-22/+22
|
* add /dev/ubd/0, /dev/ubd/1... support (thanks to Brian Murrell)Pascal Rigaux2002-11-051-0/+1
|
* allow creation of "/dev/null" devicePascal Rigaux2002-08-291-0/+1
|
* use mkdir_p instead of mkdirPascal Rigaux2002-08-281-1/+1
|
* new devfsd use input/mice rather than input/mouse0 since severalThierry Vignaud2002-08-211-1/+1
| | | | | devices can multiplex on input/mice
* make new perl_checker happy (and that's not easy!)Pascal Rigaux2002-07-311-1/+1
|
* add functions to_devfs and from_devfs. These only work for devices entriesPascal Rigaux2002-07-191-0/+35
| | | | | which can go devfs -> normal and normal -> devfs
* use c::total_sectors() instead of BLKGETSIZEPascal Rigaux2002-07-071-2/+3
|
* (find_free_loop): fixPascal Rigaux2002-03-061-6/+4
|
* (devices::make): following a good advice from Andrej Borsenkow, return thePascal Rigaux2002-02-231-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 devfsPascal Rigaux2002-02-231-0/+5
|
* add atibm (thanks to Robin Pollard)Pascal Rigaux2002-02-221-0/+1
|
* i prefer /(.*?)(\d+)$/ to /(.*\D)(\d+)$/Pascal Rigaux2002-02-121-1/+1
|
* Fixes on device auto-detection:Till Kamppeter2002-02-121-1/+1
| | | | | | | | | - Made USB printer auto-detection routine in "detect_devices.pm" creating the appropriate device nodes (needed for USB printers being recognized during installation). - Fixed "devices.pm" to be able to handle device files with numbers geater than 9 (ex: /dev/usb/lp10).
* encrypted filesystem handling:Pascal Rigaux2002-01-151-7/+28
| | | | | | - using losetup - add "Options" for partitions in diskdrake (expert mode)
* return value at end of moduleDaouda Lo2001-10-271-3/+2
|
* ataraid devices supportPascal Rigaux2001-10-021-0/+5
|
* (make): ensure it never returns a non-absolute namePascal Rigaux2001-09-161-2/+2
| | | | | (it happened with make("foo") when cwd=/dev and /dev/foo existed)
* fix mtab reading and pseudo-device usePascal Rigaux2001-09-031-1/+1
|