summaryrefslogtreecommitdiffstats
path: root/perl-install/fs.pm
Commit message (Collapse)AuthorAgeFilesLines
...
* fix mtab reading and pseudo-device usePascal Rigaux2001-09-031-6/+12
|
* (set_default_options): "ro" for cdroms, "user" for vfat only if removablePascal Rigaux2001-08-301-2/+10
| | | | | media
* try to better handle symlinks device and devfs devicesPascal Rigaux2001-08-291-19/+32
|
* (mount): accept mounting iso9660 filesystem as it should bePascal Rigaux2001-08-251-1/+3
|
* (write_fstab): enable mounting more than one swap :)Pascal Rigaux2001-08-251-1/+1
|
* take care of using ram disk to remap mntpoint of hd installation partition.Francois Pons2001-08-241-2/+6
|
* (mount): allow to mount 'proc' and 'usbdevfs'Pascal Rigaux2001-08-241-1/+1
|
* fixed partition never seen as mounted, added special case for real_mntpoint toFrancois Pons2001-08-241-2/+15
| | | | | remount magic partition on the right place.
* keep the freq&passno of /etc/fstabPascal Rigaux2001-08-231-6/+8
|
* (read_fstab): don't expand symlink if the link goes in a directoryPascal Rigaux2001-08-211-2/+5
|
* umask=0 only if security level < 3Pascal Rigaux2001-08-211-2/+2
|
* basic nfs handling in drakxPascal Rigaux2001-08-201-6/+3
|
* fix bug 4257Pascal Rigaux2001-08-201-5/+8
|
* rename isCdNotEjectable in usingRamdisk, ensure no files are removed unless ↵Pascal Rigaux2001-08-191-2/+2
| | | | we're in ramdisk
* various typos fixPascal Rigaux2001-08-191-6/+9
|
* major fs.pm rework + adaptation to itPascal Rigaux2001-08-191-172/+249
|
* cleanupPascal Rigaux2001-08-191-36/+5
|
* basic smb handlingPascal Rigaux2001-08-191-4/+7
|
* basic nfs/smb handling in diskdrakePascal Rigaux2001-08-181-5/+18
|
* fixes and function prototype removingPascal Rigaux2001-08-181-10/+26
|
* (write_fstab): add notail for reiserfs partitions in any casePascal Rigaux2001-08-181-2/+1
|
* cleanup mounting options parsingPascal Rigaux2001-08-181-4/+56
|
* add mount options choice (with IA-like stripping of unused options)Pascal Rigaux2001-08-171-0/+46
|
* a hell lot of cleanup/rewrite:Pascal Rigaux2001-08-171-20/+31
| | | | | | | | | | | * diskdrake_interactive created, diskdrake is now interactive aware * added some documentation about the structure used for partitioning * all_hds now contain the various hds, lvm, raid * cleanup the isLVM, isRAID and alike functions * field {type} in detect_devices is now {media_type} * detect_devices::floppies is now floppies_dev * removed old function prototypes
* add ext3 supportPascal Rigaux2001-08-041-11/+10
|
* replace isJfs/isXfs/... with isThisFs("jfs"Pascal Rigaux2001-08-031-5/+5
|
* add jfs supportPascal Rigaux2001-08-021-0/+10
|
* move to MDK::Common, bool->to_boolPascal Rigaux2001-07-241-2/+3
|
* fixed wrong examination of fsck return code (exit code 1 says fsck succeeded inFrancois Pons2001-07-121-1/+3
| | | | | fixing partition and now is ok).
* (mount): fix fsck.ext2'ingPascal Rigaux2001-07-031-2/+2
|
* (mount): add fsck.ext2 before ext2-mountingPascal Rigaux2001-07-031-0/+2
|
* fix HFS partition mount/format issue, offer /mnt/macos, modem detectionStew Benedict2001-06-131-0/+2
|
* (mount): notail in any casePascal Rigaux2001-06-051-1/+2
|
* s|mkxfs|mkfs.xfs|;Chmouel Boudjnah2001-05-141-1/+1
|
* basic xfs handlingPascal Rigaux2001-05-141-0/+10
|
* restored not neccessary to load reiserfs for formating.Francois Pons2001-04-161-1/+0
|
* loading reiserfs module before formatting.Francois Pons2001-04-161-0/+1
|
* removed notail option for reiserfs.Francois Pons2001-04-091-3/+3
|
* (write): remove debugging info :-(Pascal Rigaux2001-04-081-3/+0
|
* create install_any::write_fstab and use itPascal Rigaux2001-04-061-6/+14
|
* (format_reiserfs): quietly format reiserfsPascal Rigaux2001-04-051-1/+1
|
* (real_format_part): give "-v 1" to mkreiserfs if kernel is 2.2Pascal Rigaux2001-04-031-1/+1
|
* (write_fstab): change again for 'none' checking the mount pointPascal Rigaux2001-03-081-1/+1
|
* (write_fstab): special case for device ``none'' (which can be mountedPascal Rigaux2001-03-081-1/+1
| | | | | twice or more :)
* set_in_hash is now put_in_hashPascal Rigaux2001-03-061-1/+1
|
* typodamien2001-03-061-1/+1
|
* use set_in_hashdamien2001-03-061-1/+1
|
* *** empty log message ***Stew Benedict2001-03-041-1/+1
|
* *** empty log message ***Stew Benedict2001-03-031-0/+2
|
* add handling for cciss (compaq smart array alike)Pascal Rigaux2001-03-011-1/+1
|