summaryrefslogtreecommitdiffstats
path: root/perl-install/fs.pm
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create branchtopic/PCMCIA_CS_DISTROMystery Man2001-11-201-757/+0
* revert back to /initrdGuillaume Cottenceau2001-10-291-4/+4
* replace /initrd with /lib/initrdPascal Rigaux2001-10-241-4/+4
* (mount_part): fix for iso loopback mountedPascal Rigaux2001-09-241-5/+7
* fix small error merging existing fstabPascal Rigaux2001-09-241-3/+3
* add "iocharset=" for cdromPascal Rigaux2001-09-241-1/+1
* - cleanup noatime option settingPascal Rigaux2001-09-221-2/+9
* (add2all_hds): allow both "smbfs" and "smb" as fs typePascal Rigaux2001-09-201-1/+1
* - '--' to separate options for supermount + small workaround (ro and exec bef...Pascal Rigaux2001-09-171-9/+8
* (mount): do not hand update /etc/mtab for nfs mounts, already done by mount(8)Pascal Rigaux2001-09-171-0/+1
* (set_default_options): disable iocharset= and codepage= for supermountPascal Rigaux2001-09-171-0/+6
* use new mkdir_p, rm_rf and cp_af from MDK::CommonPascal Rigaux2001-09-161-2/+1
* fix options appearing twice in fstabPascal Rigaux2001-09-151-1/+2
* (write_fstab): fix supermount moving from options to fstypePascal Rigaux2001-09-151-1/+1
* (set_default_options): remove iocharset=... for nfs (why was it there?)Pascal Rigaux2001-09-091-1/+0
* make loopback installs work againPascal Rigaux2001-09-081-3/+3
* disable_forced_fsck called for ext3 formattingPascal Rigaux2001-09-071-0/+6
* (merge_fstabs): correction allowing manual_fstab to not give the typePascal Rigaux2001-09-061-1/+1
* fix bad creation of /mnt/hd for an hd installation without ramdisk.Francois Pons2001-09-051-4/+4
* support setting /tmp/hdimage in /etc/fstab even if memory is low (not using r...Francois Pons2001-09-051-2/+3
* fix typoPascal Rigaux2001-09-041-1/+1
* mount ext3 as ext2 during install for speed upPascal Rigaux2001-09-041-2/+8
* fix for lvm (non-)creation of devicesPascal Rigaux2001-09-031-2/+6
* (set_default_options): createdPascal Rigaux2001-09-031-58/+64
* 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
* 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
* 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 w...Pascal Rigaux2001-08-191-2/+2
* 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
* add ext3 supportPascal Rigaux2001-08-041-11/+10
* replace isJfs/isXfs/... with isThisFs("jfs"Pascal Rigaux2001-08-031-5/+5