Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (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). | ||||
* | (mount): fix fsck.ext2'ing | Pascal Rigaux | 2001-07-03 | 1 | -2/+2 |
| | |||||
* | (mount): add fsck.ext2 before ext2-mounting | Pascal Rigaux | 2001-07-03 | 1 | -0/+2 |
| | |||||
* | fix HFS partition mount/format issue, offer /mnt/macos, modem detection | Stew Benedict | 2001-06-13 | 1 | -0/+2 |
| | |||||
* | (mount): notail in any case | Pascal Rigaux | 2001-06-05 | 1 | -1/+2 |
| | |||||
* | s|mkxfs|mkfs.xfs|; | Chmouel Boudjnah | 2001-05-14 | 1 | -1/+1 |
| | |||||
* | basic xfs handling | Pascal Rigaux | 2001-05-14 | 1 | -0/+10 |
| | |||||
* | restored not neccessary to load reiserfs for formating. | Francois Pons | 2001-04-16 | 1 | -1/+0 |
| | |||||
* | loading reiserfs module before formatting. | Francois Pons | 2001-04-16 | 1 | -0/+1 |
| | |||||
* | removed notail option for reiserfs. | Francois Pons | 2001-04-09 | 1 | -3/+3 |
| | |||||
* | (write): remove debugging info :-( | Pascal Rigaux | 2001-04-08 | 1 | -3/+0 |
| | |||||
* | create install_any::write_fstab and use it | Pascal Rigaux | 2001-04-06 | 1 | -6/+14 |
| | |||||
* | (format_reiserfs): quietly format reiserfs | Pascal Rigaux | 2001-04-05 | 1 | -1/+1 |
| | |||||
* | (real_format_part): give "-v 1" to mkreiserfs if kernel is 2.2 | Pascal Rigaux | 2001-04-03 | 1 | -1/+1 |
| | |||||
* | (write_fstab): change again for 'none' checking the mount point | Pascal Rigaux | 2001-03-08 | 1 | -1/+1 |
| |