summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'V1_1_8_2mdk'.V1_1_8_2mdkMystery Man2002-07-081995-937068/+0
|
* various cleanups:Thierry Vignaud2002-07-087-11/+9
| | | | | | | | - move all harddrake modules to harddrake namespace - replace two use by require so that it's not done at compil time but at runtime - there was a missing $ in harddrake::ui.pm
* *** empty log message ***Pascal Rigaux2002-07-071-0/+167
|
* smarter raidAutoStartRaidtabPascal Rigaux2002-07-071-4/+7
|
* ensure the raid is disactivated and marked dirty on any actions that destroy ↵Pascal Rigaux2002-07-072-15/+26
| | | | the raid
* great new raidAutoStartRaidtab allowing to handle existing software raidsPascal Rigaux2002-07-072-9/+24
| | | | | | even when RAID_AUTORUN is not supported by kernel (which is the case for us since md.o is a not builtin the kernel)
* - directory should exist before mv'ing things (mkdir %%buildroot%%_initrddir)Daouda Lo2002-07-071-2/+2
|
* use c::total_sectors() instead of BLKGETSIZEPascal Rigaux2002-07-071-2/+3
|
* - mv typo in %install section (titi sux)Daouda Lo2002-07-071-3/+3
|
* - remove share/wizard.rc in DISTFILEDaouda Lo2002-07-071-1/+1
|
* new "append_to_etc_modules" functionPascal Rigaux2002-07-071-0/+5
|
* make the buttons work in all casesPascal Rigaux2002-07-071-16/+12
| | | | | | - workaround segfaults - ensure the perl values are set when calling the clicked_may_quit callback
* for greater symmetry with smb, drop isNfs in favour of isThisFs('nfs', ...)Pascal Rigaux2002-07-072-5/+4
|
* remove detect_devices::check (including the annoying log about no modules ↵Pascal Rigaux2002-07-072-8/+1
| | | | for the pci entry)
* small regexp cleanupPascal Rigaux2002-07-071-1/+1
|
* /root and /mnt must "remain within the root filesystem" (ie can't be used as ↵Pascal Rigaux2002-07-061-1/+2
| | | | mountpoints), dixit redhat
* s/check_type/diskdrake::interactive::check_type/Pascal Rigaux2002-07-061-1/+1
|
* add harddrake2 serviceThierry Vignaud2002-07-061-0/+1
|
* add the harddrake service which was missingThierry Vignaud2002-07-061-1/+1
|
* *** empty log message ***Pascal Rigaux2002-07-061-0/+253
|
* - move diskdrake.rc from /etc/gtk to /usr/share/libDrakXPascal Rigaux2002-07-065-179/+2
| | | | | - remove unused wizard.rc
* (ask_users): the user name length must be <= 32Pascal Rigaux2002-07-061-0/+1
|
* (as suggested by Alexander Skwar)Pascal Rigaux2002-07-062-11/+24
| | | | | | | - in interactive::check_type, check if the package (like jfsprogs) is installed - use interactive::check_type where usefull - cleanup
* (setDefaultPackages): use fsedit::package_needed_for_partition_type to get ↵Pascal Rigaux2002-07-061-3/+1
| | | | things like jfsprogs
* (package_needed_for_partition_type): return the package needed for a ↵Pascal Rigaux2002-07-061-2/+12
| | | | | | | partition type (check_type): cleanup
* add harddrake2 iconsThierry Vignaud2002-07-0626-0/+0
|
* try to simplifyThierry Vignaud2002-07-061-47/+22
|
* standalone/drakbug doesn't exist! (why did deush add it???)Pascal Rigaux2002-07-061-1/+1
|
* it is standalone/harddrake2, not standalone/harddrake (poor deush must be ↵Pascal Rigaux2002-07-061-1/+1
| | | | loosing his brain :p)
* simplify: use reverseThierry Vignaud2002-07-061-0/+0
|
* - help system:Thierry Vignaud2002-07-061-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - add an help entry in help menu; - begin to describe information fields - reformat license in about window - information frame (mostly fixing incoherency between various hw classes fields) - s/media type/media class/ - s/info/Hardware id/ - s/device/device file/ - split description into manufacturer/description - eide devices: - rename bus as bus_location - set interface_type as bus - scsi devices: - set bus to SCSI - set bus_location to bus:id fields - don't print pci subids when non set - remove fields that were already used above (vendor id subvendor subid pci_bus pci_device pci_function) - no need to return window after program exit - print usage if needed - embed hardware tree in a "detected hardware" frame - cleanups: - rename widget2 as frame - remove dead commented code
* supermount now handles fs=auto, using it :)Pascal Rigaux2002-07-061-6/+0
|
* add bits regarding eide and scsiThierry Vignaud2002-07-061-0/+2
|
* add harddrake to DISTFILESThierry Vignaud2002-07-061-1/+1
|
* add missing 'use lib' due to harddrak::ui changesThierry Vignaud2002-07-061-0/+1
|
* various remarks about mandrakePascal Rigaux2002-07-061-0/+9
|
* simplifyThierry Vignaud2002-07-061-2/+2
|
* add a configurator for soundThierry Vignaud2002-07-061-2/+2
|
* the "each" trap got me :-(Pascal Rigaux2002-07-061-7/+5
| | | | | fixed (=> fixes the modules.conf missing many aliases)
* when merge_fstabs, handle in a different way mtab and fstab (or manualFstab)Pascal Rigaux2002-07-062-11/+9
| | | | | => this allows to force the type&options in manualFstab
* Allows people having PVs on unpartitioned disks to installPascal Rigaux2002-07-062-1/+44
| | | | | (but no way to create such beasts)
* adapt to new modprobe.pmPascal Rigaux2002-07-061-1/+1
|
* cleanupPascal Rigaux2002-07-061-3/+3
|
* add harddrake pm'sPascal Rigaux2002-07-061-1/+1
|
* (Resize): resize2fs handles ext3 :)Pascal Rigaux2002-07-061-1/+1
|
* - add harddrake drakbug drakTermServ to STANDALONEPMS_Daouda Lo2002-07-051-1/+1
|
* - snapshotDaouda Lo2002-07-051-2/+5
| | | | | | | | - new entries: o harddrake2 : new hardware detection && configuration tool o drakbugreport: bug reporting tool a la Kde (not working!) o drakTermServ : configuration tool for diskless stations.
* if we're root and there's a tv card managed by bttv, offer toThierry Vignaud2002-07-051-2/+6
| | | | | configure bttv trough harddrake::bttv
* remove device test: there're only two harddrake::bttv users,Thierry Vignaud2002-07-051-1/+0
| | | | | | install_steps_interactive.pm and drakxtv which both have already tested that a bttv managed tv card is there.
* - add more tv cardsThierry Vignaud2002-07-051-4/+12
| | | | | | | | | - enable users to select number of buffers for mmap() - better description for pll setting - add tooltips help for some entries