summaryrefslogtreecommitdiffstats
path: root/perl-install/fs
Commit message (Collapse)AuthorAgeFilesLines
* - fix getting UUID on mdmadm (eg: md0) devicesPascal Rigaux2007-09-192-6/+4
| | | | | | | the fix is to stop doing UUID_from_magic and LABEL_from_magic, and correctly set device_UUID and device_LABEL in the type_subpart returned by type_subpart_from_magic()
* we really want to remove existing partitions first (via tell_kernel)Pascal Rigaux2007-09-181-1/+1
|
* create partition_table::readonly and use itPascal Rigaux2007-09-181-5/+3
|
* rename partition_table::raw::clear() into partition_table::initialize()Pascal Rigaux2007-09-181-1/+1
|
* rename ->zero_MBR into ->clear, and ->zero_MBR_and_dirty into ->clear_and_dirtyPascal Rigaux2007-09-182-2/+2
| | | | | (old name kept for compatibility)
* - also load dm-zero for dmraidPascal Rigaux2007-09-171-1/+1
|
* o fix typo breaking reading fstab with UUID= entriesPascal Rigaux2007-09-141-1/+1
|
* - use user_xattr by default on reiserfs (#15068)Pascal Rigaux2007-09-131-0/+1
|
* - library: have "defaults" mount option instead of empty string (for rescue)Pascal Rigaux2007-09-101-1/+1
|
* - do not configure "windows" bootloader entries for "hidden" partitionsPascal Rigaux2007-09-071-3/+3
|
* mkswap is now in util-linux-ngPascal Rigaux2007-09-061-1/+1
|
* better use $::o->{uuid_by_default} to allow easy setting in auto_installsPascal Rigaux2007-09-041-1/+1
|
* - add global variable settable via "use_uuid" on kernel cmdlinePascal Rigaux2007-09-041-1/+1
| | | | | (it sets global variable $::uuid_by_default)
* - support for UUID (including UUID=xxx in fstab)Pascal Rigaux2007-08-315-1/+14
| | | | | (not by default for now)
* - do not set relatime option for mounting nfsPascal Rigaux2007-08-311-2/+2
| | | | | (since relatime is not handled by mount for nfs)
* ensure we have only one of { noatime, relatime }Pascal Rigaux2007-08-281-0/+1
|
* drop Move support (unused for quite a long time and superceeded by GlobetrotterThierry Vignaud2007-08-272-2/+2
| | | | | which itself was obsoleted by Mdv One)
* - diskdrake:Pascal Rigaux2007-08-211-1/+2
| | | | | | | o fix displaying umount error message (#32273) (would need a little cleaning of stderr)
* - diskdrake:Pascal Rigaux2007-08-141-1/+3
| | | | | o in fstab, have "xxx" instead of "defaults,xxx"
* - fix handling relatime vs noatimePascal Rigaux2007-08-141-2/+3
| | | | | | (esp. relatime is not the opposite of atime, noatime is) - fix titypo: norelatime doesn't exist
* partially revert previous (titi) commit: we do want noatime on laptops, sincePascal Rigaux2007-08-141-3/+5
| | | | | it's not a performance issue, but really a way to not wake up the hd
* (set_default) default all machines to 'relatime' mount optionThierry Vignaud2007-08-141-4/+3
|
* (set_default) adjust commentThierry Vignaud2007-08-141-1/+1
|
* (set_default) default laptops to 'relatime' mount option rather than 'noatime'Thierry Vignaud2007-08-141-1/+1
|
* (help) kill support for 'nodiratime' mount option ; add support for 'relatime'Thierry Vignaud2007-08-141-1/+1
| | | | | (rationale: 'nodiratime' is implied by 'noatime' and 'relatime' is better)
* handle 'relatime' mount optionThierry Vignaud2007-08-141-1/+1
|
* (partitionWizardSolutions) add missing titleThierry Vignaud2007-08-091-1/+1
|
* - diskdrake:Pascal Rigaux2007-08-081-2/+8
| | | | | | | | o do not show partition types which have no associated filesystem for LVM LV (#32326) nb: we still would need to have pt_type per partition_table types
* - allow using diskdrake even if there is only a lvm PV on full disk availablePascal Rigaux2007-08-081-1/+1
|
* drop backward compatibility pt_type ids (were kept for compatibility inPascal Rigaux2007-08-061-7/+0
| | | | | auto_installs, but this has been deprecated for 3 years old)
* restore progress bar when formatting ext3Pascal Rigaux2007-08-061-3/+3
|
* - fix range max value >2TB when creating a partition (useful for LVs >2TB)Pascal Rigaux2007-08-062-16/+20
| | | | | | nb: >> 11 and << 11 doesn't work on floats which we use to handle >2TB partitions. perl floats are precise enough up until 512TB
* (help) add support for "nodiratime" mount optionThierry Vignaud2007-08-061-0/+3
|
* - diskdrake:Pascal Rigaux2007-08-031-3/+5
| | | | | | | o allow setting "flush" option (for vfat) - install: o configure removable writable media to use "flush" option instead of "sync" (#23042)
* drop supermount support (it has been dropped from our kernel)Pascal Rigaux2007-08-021-11/+6
|
* make it more explicit the difference between the 2 "NTFS volume set" entriesPascal Rigaux2007-08-011-2/+2
| | | | | (#27867)
* - diskdrake:Pascal Rigaux2007-05-211-1/+1
| | | | | o when formatting ntfs don't zero partition (#30928)
* use "mkfs.ext3" instead of "mkfs.ext2 -J"Pascal Rigaux2007-05-141-1/+1
| | | | | | | | (to have dir_index & resize_inode features) (cf Frederik Himpe 23 Apr 2007 mail on cooker: "Installer does not create ext3 partitions with dir_index and resize_inode?")
* re-sync after the big svn lossPascal Rigaux2007-04-2515-78/+1011
|
* ensure_binary_is_installed checks binary chrooted, whereas we run the binary ↵Pascal Rigaux2006-02-241-1/+1
| | | | non-chrooted (pb for Mandriva One)
* it seems -y is needed for mkfs.reiser4 to work without promptingPascal Rigaux2006-02-221-1/+1
|
* add user_xattr (useful for beagle, cf bugzilla #15068)Pascal Rigaux2005-12-021-0/+3
|
* simplify text for option "users" (was not accurate and much too verbose) ↵Pascal Rigaux2005-11-211-5/+1
| | | | (see also bugzilla #19848)
* handle "users" the way "user" is handledPascal Rigaux2005-11-151-7/+8
|
* when calling dmraid, replace -ccs and -ccr with -s -c -c and -r -c -cPascal Rigaux2005-11-101-11/+11
| | | | | (the former doesn't work anymore with dmraid 1.0.0 RC9) (cf #19654, thanks a lot to Thomas Backlund)
* do not call dmraid init() by default, call it explictly (it helps patching ↵Pascal Rigaux2005-11-081-2/+0
| | | | dmraid)
* log is mixed with valid data (bugzilla #19654)Pascal Rigaux2005-11-081-2/+18
|
* use vol_id to find device type (fs_type and pt_type)Pascal Rigaux2005-10-181-43/+31
|
* separate hpfs and ntfs entries (even if they both use the same type id in ↵Pascal Rigaux2005-10-181-1/+2
| | | | | | | partition table) (bugzilla #19322) (and also remove the special ppc case which is useless inside a /^i.86|x86_64/ condition)
* fix typoPascal Rigaux2005-09-161-4/+4
|