Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | for greater symmetry with smb, drop isNfs in favour of isThisFs('nfs', ...) | Pascal Rigaux | 2002-07-07 | 1 | -3/+3 |
| | |||||
* | supermount now handles fs=auto, using it :) | Pascal Rigaux | 2002-07-06 | 1 | -6/+0 |
| | |||||
* | when merge_fstabs, handle in a different way mtab and fstab (or manualFstab) | Pascal Rigaux | 2002-07-06 | 1 | -10/+8 |
| | | | | | => this allows to force the type&options in manualFstab | ||||
* | (prepare_write_fstab): for supermount, have "none" as the device (cleaner, and | Pascal Rigaux | 2002-07-05 | 1 | -1/+1 |
| | | | | | more coherent with the "supermount" script (tx to FredC)) | ||||
* | (merge_info_from_fstab): try to keep options from merged fstab IF the entry ↵ | Pascal Rigaux | 2002-07-05 | 1 | -1/+10 |
| | | | | is for the same mountpoint AND the same device | ||||
* | handle comments in fstab | Pascal Rigaux | 2002-07-05 | 1 | -5/+25 |
| | |||||
* | - add authentification in diskdrake --smb (esp. for windows NT) | Pascal Rigaux | 2002-06-28 | 1 | -6/+45 |
| | | | | | | | | | | - use "credentials=" to put the passwords (ideas and investigations from Stew Benedict, integrated by Pixel, but need testing) Known bug: if you want to change the password when there are 2 entries in fstab using the same username=/password=, writing the credentials is done in random order, => you've got one chance in 2 that the password is changed :-( | ||||
* | handle spaces in mount points and devices (using \040) | Pascal Rigaux | 2002-06-28 | 1 | -0/+6 |
| | |||||
* | mounting of ntfs after install really mount the partition (thanks to Buchan ↵ | Pascal Rigaux | 2002-06-19 | 1 | -1/+1 |
| | | | | Milne) | ||||
* | use -ff for mkreiserfs, do not use -q for mkreiserfs | Pascal Rigaux | 2002-06-05 | 1 | -1/+1 |
| | |||||
* | removing quota choices for reiserfs | Pascal Rigaux | 2002-03-07 | 1 | -1/+1 |
| | |||||
* | fixed hd install to allow using specific directory. | Francois Pons | 2002-03-05 | 1 | -3/+12 |
| | |||||
* | use the "soft" option by default for /mnt/nfs and for "diskdrake --nfs" | Pascal Rigaux | 2002-02-28 | 1 | -1/+1 |
| | |||||
* | - zips() now return devices ending with "4", raw_zips() is the old zips() | Pascal Rigaux | 2002-02-26 | 1 | -1/+1 |
| | | | | | | - rdvd handling - add .conf for /etc/devfs/conf.d/ files | ||||
* | use ide-scsi for ide zips | Pascal Rigaux | 2002-02-25 | 1 | -2/+3 |
| | |||||
* | nicer error message when mount fails | Pascal Rigaux | 2002-02-23 | 1 | -3/+3 |
| | |||||
* | (mount_options_unpack): add usrquota and grpquota for ext2/ext3/reiserfs/xfs | Pascal Rigaux | 2002-02-18 | 1 | -0/+2 |
| | |||||
* | - remove media_type cdrom-burner, use {capacity} instead | Pascal Rigaux | 2002-02-18 | 1 | -2/+2 |
| | | | | | - use /proc/sys/dev/cdrom/info to fill in the {capacity} | ||||
* | (fstab_to_string): unsetting mount points in standalone will now work | Pascal Rigaux | 2002-02-13 | 1 | -0/+9 |
| | |||||
* | - handle WORM type in /proc/scsi/scsi | Pascal Rigaux | 2002-02-13 | 1 | -2/+2 |
| | | | | | | | - added media_type cdrom-burner - adapting to new media_type - nicer fd&hd testing | ||||
* | (mount): precise the type when mounting in standalone (for smb, nfs would ↵ | Pascal Rigaux | 2002-02-07 | 1 | -1/+1 |
| | | | | not need it) | ||||
* | new function fstab_to_string | Pascal Rigaux | 2002-01-27 | 1 | -2/+7 |
| | |||||
* | do not create /swap | Pascal Rigaux | 2002-01-17 | 1 | -1/+1 |
| | |||||
* | encrypted filesystem handling: | Pascal Rigaux | 2002-01-15 | 1 | -18/+31 |
| | | | | | | - using losetup - add "Options" for partitions in diskdrake (expert mode) | ||||
* | format home directories with "-m 0" for ext2&ext3, so that the root reserved ↵ | Pascal Rigaux | 2001-12-30 | 1 | -0/+2 |
| | | | | part is 0% (and not 5%) | ||||
* | clean_tmp now means using tmpfs | Pascal Rigaux | 2001-12-17 | 1 | -0/+1 |
| | |||||
* | fix type "smb" vs "smbfs", and handle options in fs::mount | Pascal Rigaux | 2001-12-05 | 1 | -6/+9 |
| | |||||
* | revert back to /initrd | Guillaume Cottenceau | 2001-10-29 | 1 | -4/+4 |
| | |||||
* | replace /initrd with /lib/initrd | Pascal Rigaux | 2001-10-24 | 1 | -4/+4 |
| | |||||
* | (mount_part): fix for iso loopback mounted | Pascal Rigaux | 2001-09-24 | 1 | -5/+7 |
| | |||||
* | fix small error merging existing fstab | Pascal Rigaux | 2001-09-24 | 1 | -3/+3 |
| | |||||
* | add "iocharset=" for cdrom | Pascal Rigaux | 2001-09-24 | 1 | -1/+1 |
| | |||||
* | - cleanup noatime option setting | Pascal Rigaux | 2001-09-22 | 1 | -2/+9 |
| | | | | | - cleanup exec option setting (must noexec => 0 instead of exec => 1) | ||||
* | (add2all_hds): allow both "smbfs" and "smb" as fs type | Pascal Rigaux | 2001-09-20 | 1 | -1/+1 |
| | |||||
* | - '--' to separate options for supermount + small workaround (ro and exec ↵ | Pascal Rigaux | 2001-09-17 | 1 | -9/+8 |
| | | | | | | | before --) - fix nfs in manualFstab (for auto_installs, reported by David Eastcott) | ||||
* | (mount): do not hand update /etc/mtab for nfs mounts, already done by mount(8) | Pascal Rigaux | 2001-09-17 | 1 | -0/+1 |
| | |||||
* | (set_default_options): disable iocharset= and codepage= for supermount | Pascal Rigaux | 2001-09-17 | 1 | -0/+6 |
| | |||||
* | use new mkdir_p, rm_rf and cp_af from MDK::Common | Pascal Rigaux | 2001-09-16 | 1 | -2/+1 |
| | |||||
* | fix options appearing twice in fstab | Pascal Rigaux | 2001-09-15 | 1 | -1/+2 |
| | |||||
* | (write_fstab): fix supermount moving from options to fstype | Pascal Rigaux | 2001-09-15 | 1 | -1/+1 |
| | |||||
* | (set_default_options): remove iocharset=... for nfs (why was it there?) | Pascal Rigaux | 2001-09-09 | 1 | -1/+0 |
| | |||||
* | make loopback installs work again | Pascal Rigaux | 2001-09-08 | 1 | -3/+3 |
| | |||||
* | disable_forced_fsck called for ext3 formatting | Pascal Rigaux | 2001-09-07 | 1 | -0/+6 |
| | |||||
* | (merge_fstabs): correction allowing manual_fstab to not give the type | Pascal Rigaux | 2001-09-06 | 1 | -1/+1 |
| | |||||
* | fix bad creation of /mnt/hd for an hd installation without ramdisk. | Francois Pons | 2001-09-05 | 1 | -4/+4 |
| | |||||
* | support setting /tmp/hdimage in /etc/fstab even if memory is low (not using ↵ | Francois Pons | 2001-09-05 | 1 | -2/+3 |
| | | | | ramdisk). | ||||
* | fix typo | Pascal Rigaux | 2001-09-04 | 1 | -1/+1 |
| | |||||
* | mount ext3 as ext2 during install for speed up | Pascal Rigaux | 2001-09-04 | 1 | -2/+8 |
| | |||||
* | fix for lvm (non-)creation of devices | Pascal Rigaux | 2001-09-03 | 1 | -2/+6 |
| | |||||
* | (set_default_options): created | Pascal Rigaux | 2001-09-03 | 1 | -58/+64 |
| |