Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - '--' to separate options for supermount + small workaround (ro and exec ↵ | Pascal Rigaux | 2001-09-17 | 1 | -1/+1 |
| | | | | | | | before --) - fix nfs in manualFstab (for auto_installs, reported by David Eastcott) | ||||
* | enhance lvm handling (mostly standalone) | Pascal Rigaux | 2001-09-16 | 1 | -7/+8 |
| | |||||
* | - cleanup & enhance raid mdstat reading (now works with or without devfs ↵ | Pascal Rigaux | 2001-09-16 | 1 | -37/+52 |
| | | | | | | | mounted) - chunk size is buggy? | ||||
* | make loopback installs work again | Pascal Rigaux | 2001-09-08 | 1 | -1/+1 |
| | |||||
* | add journalised in legend, fix the use | Pascal Rigaux | 2001-09-06 | 1 | -1/+1 |
| | |||||
* | - don't expand symlinks in grub's menu.lst | Pascal Rigaux | 2001-09-04 | 1 | -4/+13 |
| | | | | | - better use of /proc/partitions verification | ||||
* | fix mtab reading and pseudo-device use | Pascal Rigaux | 2001-09-03 | 1 | -3/+4 |
| | |||||
* | try to better handle symlinks device and devfs devices | Pascal Rigaux | 2001-08-29 | 1 | -1/+10 |
| | |||||
* | try a stronger matching technique for parsing /proc/mdstat with devfs | Pascal Rigaux | 2001-08-20 | 1 | -1/+1 |
| | |||||
* | various typos fix | Pascal Rigaux | 2001-08-19 | 1 | -2/+2 |
| | |||||
* | major fs.pm rework + adaptation to it | Pascal Rigaux | 2001-08-19 | 1 | -1/+7 |
| | |||||
* | basic nfs/smb handling in diskdrake | Pascal Rigaux | 2001-08-18 | 1 | -1/+1 |
| | |||||
* | update the raid size as it should be | Pascal Rigaux | 2001-08-18 | 1 | -0/+1 |
| | |||||
* | a hell lot of cleanup/rewrite: | Pascal Rigaux | 2001-08-17 | 1 | -97/+195 |
| | | | | | | | | | | | * 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 | ||||
* | (check_mntpoint): remove /root from directories that "should remain within ↵ | Pascal Rigaux | 2001-08-08 | 1 | -1/+1 |
| | | | | the root filesystem" | ||||
* | (@suggestions_mntpoints): remove /root (tx2gc) | Pascal Rigaux | 2001-08-06 | 1 | -1/+1 |
| | |||||
* | add ext3 support | Pascal Rigaux | 2001-08-04 | 1 | -1/+10 |
| | |||||
* | (check_mntpoint): /root should remain within the root filesystem | Pascal Rigaux | 2001-08-03 | 1 | -1/+1 |
| | |||||
* | JFS support | Pascal Rigaux | 2001-08-02 | 1 | -0/+1 |
| | |||||
* | handle auto_allocate_raids for auto_installs | Pascal Rigaux | 2001-08-01 | 1 | -1/+24 |
| | |||||
* | move to MDK::Common, bool->to_bool | Pascal Rigaux | 2001-07-24 | 1 | -1/+1 |
| | |||||
* | (file2part): created | Pascal Rigaux | 2001-07-05 | 1 | -0/+21 |
| | |||||
* | add /boot/efi in suggestions for ia64 | Pascal Rigaux | 2001-07-04 | 1 | -0/+6 |
| | |||||
* | fix HFS partition mount/format issue, offer /mnt/macos, modem detection | Stew Benedict | 2001-06-13 | 1 | -1/+1 |
| | |||||
* | include patch to autodetect raid arrays (still needs a kernel that ↵ | Guillaume Cottenceau | 2001-06-11 | 1 | -2/+37 |
| | | | | implements the ioctl..) | ||||
* | basic xfs handling | Pascal Rigaux | 2001-05-14 | 1 | -0/+1 |
| | |||||
* | (get_fstab): restore loopback::loopbacks because hds contains only true | Pascal Rigaux | 2001-04-03 | 1 | -1/+1 |
| | | | | | hard drives (not pseudo one like raid, loopback and lvm) | ||||
* | (change_type): When changing a partition type from ext2fs to Linux RAID | Pascal Rigaux | 2001-03-23 | 1 | -0/+1 |
| | | | | | (or LVM), the mount point should be removed. | ||||
* | fix loopback appearing twice in format partition | Guillaume Cottenceau | 2001-03-19 | 1 | -1/+1 |
| | |||||
* | (hds): search for existing lvm in @hds *and* @lvms | Pascal Rigaux | 2001-03-12 | 1 | -1/+1 |
| | |||||
* | fix typo | Pascal Rigaux | 2001-03-07 | 1 | -1/+1 |
| | |||||
* | (check_mntpoint): don't allow LVM on / or /boot | Pascal Rigaux | 2001-03-06 | 1 | -0/+1 |
| | |||||
* | (@suggestions_mntpoints): add /boot | Pascal Rigaux | 2001-03-06 | 1 | -1/+1 |
| | |||||
* | (hds): pixelization | Pascal Rigaux | 2001-03-06 | 1 | -1/+1 |
| | |||||
* | small fixes for LVM | Pascal Rigaux | 2001-03-03 | 1 | -17/+16 |
| | |||||
* | (hds): detect LVMs and return them | Pascal Rigaux | 2001-03-03 | 1 | -3/+27 |
| | | | | | | (add): handling of LVMs (@partitions_signatures): add new magic of reiserfs | ||||
* | s/isRAID/isNonMountable/ | Pascal Rigaux | 2001-03-01 | 1 | -1/+1 |
| | |||||
* | add handling for cciss (compaq smart array alike) | Pascal Rigaux | 2001-03-01 | 1 | -1/+1 |
| | |||||
* | cleanup Data::Dumper use | Pascal Rigaux | 2001-02-21 | 1 | -1/+1 |
| | |||||
* | (suggestions_mntpoint): fix | Pascal Rigaux | 2001-02-15 | 1 | -1/+1 |
| | |||||
* | (suggestions_mntpoint): fix typo | Pascal Rigaux | 2001-02-15 | 1 | -1/+1 |
| | |||||
* | auto_allocate partitions choice modified. diskdrake in expert asks what kind | Mystery Man 553 | 2001-02-12 | 1 | -17/+26 |
| | | | | | of auto_allocation is wanted, others choose 'simple' in %fsedit::suggestions | ||||
* | add /var/ftp and /var/www in the list of propose mount-points | Pascal Rigaux | 2000-11-20 | 1 | -1/+1 |
| | |||||
* | removed foreach (<... which are eating memory | Francois Pons | 2000-11-14 | 1 | -2/+3 |
| | |||||
* | no_comment | Pascal Rigaux | 2000-09-27 | 1 | -2/+2 |
| | |||||
* | no_comment | Pascal Rigaux | 2000-09-26 | 1 | -1/+0 |
| | |||||
* | no_comment | Pascal Rigaux | 2000-09-19 | 1 | -1/+2 |
| | |||||
* | no_comment | Pascal Rigaux | 2000-09-18 | 1 | -1/+2 |
| | |||||
* | no_comment | Pascal Rigaux | 2000-09-14 | 1 | -1/+1 |
| | |||||
* | no_comment | Pascal Rigaux | 2000-09-13 | 1 | -9/+2 |
| |