summaryrefslogtreecommitdiffstats
path: root/perl-install/fsedit.pm
Commit message (Collapse)AuthorAgeFilesLines
* do not allow encrypted /varPascal Rigaux2002-03-061-1/+1
|
* have "with /usr" translatedPascal Rigaux2002-02-201-1/+1
|
* yet again better error reportingPascal Rigaux2002-01-221-0/+1
|
* defaults to ext3 instead of ext2Pascal Rigaux2002-01-221-9/+9
|
* better error message when auto allocate doesn't do anythingPascal Rigaux2002-01-171-2/+10
|
* check the mountpoint is valid for encrypting (disallow "/" and "/usr")Pascal Rigaux2002-01-171-1/+3
|
* encrypted filesystem handling:Pascal Rigaux2002-01-151-0/+1
| | | | | | - using losetup - add "Options" for partitions in diskdrake (expert mode)
* (suggestions_mntpoint): if there's no server suggestion, use the simplePascal Rigaux2001-11-211-2/+2
| | | | | one, so that 'simple' is the only one required when someone modifies %fsedit::suggestions
* revert back to /initrdGuillaume Cottenceau2001-10-291-1/+1
|
* replace /initrd with /lib/initrdPascal Rigaux2001-10-241-1/+1
|
* (hds): in case of GPT, allow ext2 to be replaced by any kind of partitions ↵Pascal Rigaux2001-10-241-1/+1
| | | | (esp. EFI)
* - add checksum verif on partition entriesPascal Rigaux2001-10-181-0/+3
| | | | | - detect the type of partition since the partition table types seem quite poor
* yet another ataraid support patchPascal Rigaux2001-10-031-1/+1
|
* add magic SWAPSPACE2Pascal Rigaux2001-09-231-0/+1
|
* (hds): do a get_major_minor where neededPascal Rigaux2001-09-201-0/+2
|
* - '--' to separate options for supermount + small workaround (ro and exec ↵Pascal Rigaux2001-09-171-1/+1
| | | | | | | before --) - fix nfs in manualFstab (for auto_installs, reported by David Eastcott)
* enhance lvm handling (mostly standalone)Pascal Rigaux2001-09-161-7/+8
|
* - cleanup & enhance raid mdstat reading (now works with or without devfs ↵Pascal Rigaux2001-09-161-37/+52
| | | | | | | mounted) - chunk size is buggy?
* make loopback installs work againPascal Rigaux2001-09-081-1/+1
|
* add journalised in legend, fix the usePascal Rigaux2001-09-061-1/+1
|
* - don't expand symlinks in grub's menu.lstPascal Rigaux2001-09-041-4/+13
| | | | | - better use of /proc/partitions verification
* fix mtab reading and pseudo-device usePascal Rigaux2001-09-031-3/+4
|
* try to better handle symlinks device and devfs devicesPascal Rigaux2001-08-291-1/+10
|
* try a stronger matching technique for parsing /proc/mdstat with devfsPascal Rigaux2001-08-201-1/+1
|
* various typos fixPascal Rigaux2001-08-191-2/+2
|
* major fs.pm rework + adaptation to itPascal Rigaux2001-08-191-1/+7
|
* basic nfs/smb handling in diskdrakePascal Rigaux2001-08-181-1/+1
|
* update the raid size as it should bePascal Rigaux2001-08-181-0/+1
|
* a hell lot of cleanup/rewrite:Pascal Rigaux2001-08-171-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 Rigaux2001-08-081-1/+1
| | | | the root filesystem"
* (@suggestions_mntpoints): remove /root (tx2gc)Pascal Rigaux2001-08-061-1/+1
|
* add ext3 supportPascal Rigaux2001-08-041-1/+10
|
* (check_mntpoint): /root should remain within the root filesystemPascal Rigaux2001-08-031-1/+1
|
* JFS supportPascal Rigaux2001-08-021-0/+1
|
* handle auto_allocate_raids for auto_installsPascal Rigaux2001-08-011-1/+24
|
* move to MDK::Common, bool->to_boolPascal Rigaux2001-07-241-1/+1
|
* (file2part): createdPascal Rigaux2001-07-051-0/+21
|
* add /boot/efi in suggestions for ia64Pascal Rigaux2001-07-041-0/+6
|
* fix HFS partition mount/format issue, offer /mnt/macos, modem detectionStew Benedict2001-06-131-1/+1
|
* include patch to autodetect raid arrays (still needs a kernel that ↵Guillaume Cottenceau2001-06-111-2/+37
| | | | implements the ioctl..)
* basic xfs handlingPascal Rigaux2001-05-141-0/+1
|
* (get_fstab): restore loopback::loopbacks because hds contains only truePascal Rigaux2001-04-031-1/+1
| | | | | hard drives (not pseudo one like raid, loopback and lvm)
* (change_type): When changing a partition type from ext2fs to Linux RAIDPascal Rigaux2001-03-231-0/+1
| | | | | (or LVM), the mount point should be removed.
* fix loopback appearing twice in format partitionGuillaume Cottenceau2001-03-191-1/+1
|
* (hds): search for existing lvm in @hds *and* @lvmsPascal Rigaux2001-03-121-1/+1
|
* fix typoPascal Rigaux2001-03-071-1/+1
|
* (check_mntpoint): don't allow LVM on / or /bootPascal Rigaux2001-03-061-0/+1
|
* (@suggestions_mntpoints): add /bootPascal Rigaux2001-03-061-1/+1
|
* (hds): pixelizationPascal Rigaux2001-03-061-1/+1
|
* small fixes for LVMPascal Rigaux2001-03-031-17/+16
|