summaryrefslogtreecommitdiffstats
path: root/perl-install/fs.pm
Commit message (Expand)AuthorAgeFilesLines
* removing quota choices for reiserfsPascal Rigaux2002-03-071-1/+1
* fixed hd install to allow using specific directory.Francois Pons2002-03-051-3/+12
* use the "soft" option by default for /mnt/nfs and for "diskdrake --nfs"Pascal Rigaux2002-02-281-1/+1
* - zips() now return devices ending with "4", raw_zips() is the old zips()Pascal Rigaux2002-02-261-1/+1
* use ide-scsi for ide zipsPascal Rigaux2002-02-251-2/+3
* nicer error message when mount failsPascal Rigaux2002-02-231-3/+3
* (mount_options_unpack): add usrquota and grpquota for ext2/ext3/reiserfs/xfsPascal Rigaux2002-02-181-0/+2
* - remove media_type cdrom-burner, use {capacity} insteadPascal Rigaux2002-02-181-2/+2
* (fstab_to_string): unsetting mount points in standalone will now workPascal Rigaux2002-02-131-0/+9
* - handle WORM type in /proc/scsi/scsiPascal Rigaux2002-02-131-2/+2
* (mount): precise the type when mounting in standalone (for smb, nfs would not...Pascal Rigaux2002-02-071-1/+1
* new function fstab_to_stringPascal Rigaux2002-01-271-2/+7
* do not create /swapPascal Rigaux2002-01-171-1/+1
* encrypted filesystem handling:Pascal Rigaux2002-01-151-18/+31
* format home directories with "-m 0" for ext2&ext3, so that the root reserved ...Pascal Rigaux2001-12-301-0/+2
* clean_tmp now means using tmpfsPascal Rigaux2001-12-171-0/+1
* fix type "smb" vs "smbfs", and handle options in fs::mountPascal Rigaux2001-12-051-6/+9
* 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