summaryrefslogtreecommitdiffstats
path: root/perl-install/fs
Commit message (Collapse)AuthorAgeFilesLines
* allow mounting ntfs-3g partitions (also fixes detection of Windows ↵Olivier Blin2008-05-301-1/+1
| | | | partitions during live installation)
* - diskdrake:Pascal Rigaux2008-04-011-1/+1
| | | | | o allow relatime on ntfs-3g (#39666)
* - ensure umount on loopback-mounted-file doesn't leak /dev/loopPascal Rigaux2008-03-281-0/+7
| | | | | (otherwise it breaks install from isos on disk) (#36992)
* - partitioning wizard lirary: Pascal Rigaux2008-03-251-1/+1
| | | | | | | o allow "Use free space" if there is an extended partition even if all primary partitions are used (#38804) (*old* bug!)
* - use umask=0 by default on vfat (#39315)Pascal Rigaux2008-03-251-1/+1
|
* - diskdrake --nfsPascal Rigaux2008-03-251-0/+1
| | | | | o ensure "nfs-common" is started (#34103)
* use services.pm (to please blino)Pascal Rigaux2008-03-251-1/+2
|
* - when reformatting swap, keep existing UUID (#38877)Pascal Rigaux2008-03-201-0/+2
|
* - partitioning wizard: do not show error message in wizard mode when cancel ↵Olivier Blin2008-03-201-1/+7
| | | | is clicked (clean wizard window instead)
* allow to skip "mounted" implementation (for draklive-install)Olivier Blin2008-03-201-2/+2
|
* move functions to get available space from installer to drakxtools (to be ↵Olivier Blin2008-03-201-0/+35
| | | | used in draklive-install)
* use UUID by default (for diskdrake and draklive-install)Olivier Blin2008-03-191-1/+1
|
* - mount ntfs-3g as ntfs during installPascal Rigaux2008-03-141-0/+2
| | | | | (fixes adding "windows" entry in bootloader)
* - really fix partition device name for some dmraid (missing "p", cf #38363)Pascal Rigaux2008-03-071-1/+1
| | | | | (this is needed to complete commit r238726 | pixel | 2008-03-06)
* - fix resizing/formatting ntfs, and create "Windows" entry in bootloaderPascal Rigaux2008-03-051-0/+1
| | | | | (broken because of ntfs-3g switch in previous release)
* - use and install ntfs-3g by default for ntfs partitions (#37823)Pascal Rigaux2008-03-031-3/+4
|
* create fs::any::prepare_minimal_root() out of ↵Olivier Blin2008-02-281-0/+16
| | | | install::install2::formatPartitions() (to be used in draklive-install
* move create_minimal_files() from install::any to fs::anyOlivier Blin2008-02-281-0/+12
|
* remove spurious spacesOlivier Blin2008-02-281-1/+1
|
* - do not assign a mount point to partitions of type "Compaq diagnostics"Pascal Rigaux2008-02-271-1/+1
|
* (mount) handle 'auto' typeThierry Vignaud2008-02-261-1/+1
|
* - adapt to cooker:Pascal Rigaux2008-02-221-1/+1
| | | | | o jfsprogs is now jfsutils
* vol_id failures ("unknown volume type") are too verbosePascal Rigaux2008-01-291-1/+1
|
* - detect raid partitions based on either type 0xfd or vol_id detectingPascal Rigaux2008-01-281-3/+4
| | | | | | | linux_raid_member (#35684) for this, introduce field {type_name}
* - do not propose ext4dev filesystem during install (#37157)Pascal Rigaux2008-01-251-1/+1
|
* - create /dev/cdrom symlink for installer (#36703)Pascal Rigaux2008-01-181-0/+1
| | | | | | do create the symlink to have it during install (otherwise fs::wild_device::from_part will give a non accessible device)
* - don't check /proc/partitions for a partition_table::lvm Pascal Rigaux2007-12-031-0/+3
| | | | | (ie PV on non partitioned drive)
* add install cmdline option "force_atime" Pascal Rigaux2007-11-211-1/+1
| | | | | (to use when installing distros <= 2007.1 where relatime is unknown)
* remove debug code from previous commitPascal Rigaux2007-11-191-1/+1
|
* (umount) fix garbaged error messages when umounting fsThierry Vignaud2007-11-131-1/+1
|
* have a more readable commentPascal Rigaux2007-11-091-1/+1
|
* add support for ext4Thierry Vignaud2007-11-064-10/+17
|
* (part_raw) simplifyThierry Vignaud2007-11-051-1/+1
|
* - bootloader-config must not need network::network from libdrakx-netPascal Rigaux2007-10-241-1/+1
|
* - partitioning wizard: ensure existing_part and resize_fat are proposed beforePascal Rigaux2007-10-191-3/+3
| | | | | wipe_drive
* - use /dev/cdrom in fstab, but do not write corresponding udev rulePascal Rigaux2007-10-041-20/+3
| | | | | | | | | | (the rules will be generated at boot time otherwise it won't catch the hdX/srX switch) (ID_PATH is something like "pci-0000:00:1f.1-ide-1:0", so it can't catch the ide/scsi device name switch that occurs at first boot on a box with cdrom on pata and harddisk on sata)
* - use /dev/cdrom in fstab, and write corresponding udev rulePascal Rigaux2007-10-031-0/+29
| | | | | (the rules were generated at boot time but here we ensure consistent naming)
* - diskdrake:Pascal Rigaux2007-10-011-3/+4
| | | | | o bugfix 10.4.162: allow "LVM" on RAID (#34359)
* - ignore /proc/partitions when "solaris" extended partition is present (#33866)Pascal Rigaux2007-09-241-1/+5
|
* cleanupPascal Rigaux2007-09-241-1/+1
|
* create partition_table_initialize() and partition_table_clear_and_initialize()Pascal Rigaux2007-09-191-1/+1
| | | | | | which are wrappers around partition_table::initialize() but which also create a singleton VG automatically (so that it's easier for the user)
* - 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
|