Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (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 |
| | |||||
* | fix mtab reading and pseudo-device use | Pascal Rigaux | 2001-09-03 | 1 | -6/+12 |
| | |||||
* | (set_default_options): "ro" for cdroms, "user" for vfat only if removable | Pascal Rigaux | 2001-08-30 | 1 | -2/+10 |
| | | | | | media | ||||
* | try to better handle symlinks device and devfs devices | Pascal Rigaux | 2001-08-29 | 1 | -19/+32 |
| | |||||
* | (mount): accept mounting iso9660 filesystem as it should be | Pascal Rigaux | 2001-08-25 | 1 | -1/+3 |
| | |||||
* | (write_fstab): enable mounting more than one swap :) | Pascal Rigaux | 2001-08-25 | 1 | -1/+1 |
| | |||||
* | take care of using ram disk to remap mntpoint of hd installation partition. | Francois Pons | 2001-08-24 | 1 | -2/+6 |
| | |||||
* | (mount): allow to mount 'proc' and 'usbdevfs' | Pascal Rigaux | 2001-08-24 | 1 | -1/+1 |
| | |||||
* | fixed partition never seen as mounted, added special case for real_mntpoint to | Francois Pons | 2001-08-24 | 1 | -2/+15 |
| | | | | | remount magic partition on the right place. | ||||
* | keep the freq&passno of /etc/fstab | Pascal Rigaux | 2001-08-23 | 1 | -6/+8 |
| | |||||
* | (read_fstab): don't expand symlink if the link goes in a directory | Pascal Rigaux | 2001-08-21 | 1 | -2/+5 |
| | |||||
* | umask=0 only if security level < 3 | Pascal Rigaux | 2001-08-21 | 1 | -2/+2 |
| | |||||
* | basic nfs handling in drakx | Pascal Rigaux | 2001-08-20 | 1 | -6/+3 |
| | |||||
* | fix bug 4257 | Pascal Rigaux | 2001-08-20 | 1 | -5/+8 |
| | |||||
* | rename isCdNotEjectable in usingRamdisk, ensure no files are removed unless ↵ | Pascal Rigaux | 2001-08-19 | 1 | -2/+2 |
| | | | | we're in ramdisk | ||||
* | various typos fix | Pascal Rigaux | 2001-08-19 | 1 | -6/+9 |
| | |||||
* | major fs.pm rework + adaptation to it | Pascal Rigaux | 2001-08-19 | 1 | -172/+249 |
| | |||||
* | cleanup | Pascal Rigaux | 2001-08-19 | 1 | -36/+5 |
| | |||||
* | basic smb handling | Pascal Rigaux | 2001-08-19 | 1 | -4/+7 |
| | |||||
* | basic nfs/smb handling in diskdrake | Pascal Rigaux | 2001-08-18 | 1 | -5/+18 |
| | |||||
* | fixes and function prototype removing | Pascal Rigaux | 2001-08-18 | 1 | -10/+26 |
| | |||||
* | (write_fstab): add notail for reiserfs partitions in any case | Pascal Rigaux | 2001-08-18 | 1 | -2/+1 |
| | |||||
* | cleanup mounting options parsing | Pascal Rigaux | 2001-08-18 | 1 | -4/+56 |
| | |||||
* | add mount options choice (with IA-like stripping of unused options) | Pascal Rigaux | 2001-08-17 | 1 | -0/+46 |
| | |||||
* | a hell lot of cleanup/rewrite: | Pascal Rigaux | 2001-08-17 | 1 | -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 support | Pascal Rigaux | 2001-08-04 | 1 | -11/+10 |
| | |||||
* | replace isJfs/isXfs/... with isThisFs("jfs" | Pascal Rigaux | 2001-08-03 | 1 | -5/+5 |
| | |||||
* | add jfs support | Pascal Rigaux | 2001-08-02 | 1 | -0/+10 |
| | |||||
* | move to MDK::Common, bool->to_bool | Pascal Rigaux | 2001-07-24 | 1 | -2/+3 |
| | |||||
* | fixed wrong examination of fsck return code (exit code 1 says fsck succeeded in | Francois Pons | 2001-07-12 | 1 | -1/+3 |
| | | | | | fixing partition and now is ok). |