Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | vol_id failures ("unknown volume type") are too verbose | Pascal Rigaux | 2008-01-29 | 1 | -1/+1 |
| | |||||
* | - detect raid partitions based on either type 0xfd or vol_id detecting | Pascal Rigaux | 2008-01-28 | 1 | -3/+4 |
| | | | | | | | linux_raid_member (#35684) for this, introduce field {type_name} | ||||
* | - do not propose ext4dev filesystem during install (#37157) | Pascal Rigaux | 2008-01-25 | 1 | -1/+1 |
| | |||||
* | - create /dev/cdrom symlink for installer (#36703) | Pascal Rigaux | 2008-01-18 | 1 | -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 Rigaux | 2007-12-03 | 1 | -0/+3 |
| | | | | | (ie PV on non partitioned drive) | ||||
* | add install cmdline option "force_atime" | Pascal Rigaux | 2007-11-21 | 1 | -1/+1 |
| | | | | | (to use when installing distros <= 2007.1 where relatime is unknown) | ||||
* | remove debug code from previous commit | Pascal Rigaux | 2007-11-19 | 1 | -1/+1 |
| | |||||
* | (umount) fix garbaged error messages when umounting fs | Thierry Vignaud | 2007-11-13 | 1 | -1/+1 |
| | |||||
* | have a more readable comment | Pascal Rigaux | 2007-11-09 | 1 | -1/+1 |
| | |||||
* | add support for ext4 | Thierry Vignaud | 2007-11-06 | 4 | -10/+17 |
| | |||||
* | (part_raw) simplify | Thierry Vignaud | 2007-11-05 | 1 | -1/+1 |
| | |||||
* | - bootloader-config must not need network::network from libdrakx-net | Pascal Rigaux | 2007-10-24 | 1 | -1/+1 |
| | |||||
* | - partitioning wizard: ensure existing_part and resize_fat are proposed before | Pascal Rigaux | 2007-10-19 | 1 | -3/+3 |
| | | | | | wipe_drive | ||||
* | - use /dev/cdrom in fstab, but do not write corresponding udev rule | Pascal Rigaux | 2007-10-04 | 1 | -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 rule | Pascal Rigaux | 2007-10-03 | 1 | -0/+29 |
| | | | | | (the rules were generated at boot time but here we ensure consistent naming) | ||||
* | - diskdrake: | Pascal Rigaux | 2007-10-01 | 1 | -3/+4 |
| | | | | | o bugfix 10.4.162: allow "LVM" on RAID (#34359) | ||||
* | - ignore /proc/partitions when "solaris" extended partition is present (#33866) | Pascal Rigaux | 2007-09-24 | 1 | -1/+5 |
| | |||||
* | cleanup | Pascal Rigaux | 2007-09-24 | 1 | -1/+1 |
| | |||||
* | create partition_table_initialize() and partition_table_clear_and_initialize() | Pascal Rigaux | 2007-09-19 | 1 | -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) devices | Pascal Rigaux | 2007-09-19 | 2 | -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 Rigaux | 2007-09-18 | 1 | -1/+1 |
| | |||||
* | create partition_table::readonly and use it | Pascal Rigaux | 2007-09-18 | 1 | -5/+3 |
| | |||||
* | rename partition_table::raw::clear() into partition_table::initialize() | Pascal Rigaux | 2007-09-18 | 1 | -1/+1 |
| | |||||
* | rename ->zero_MBR into ->clear, and ->zero_MBR_and_dirty into ->clear_and_dirty | Pascal Rigaux | 2007-09-18 | 2 | -2/+2 |
| | | | | | (old name kept for compatibility) | ||||
* | - also load dm-zero for dmraid | Pascal Rigaux | 2007-09-17 | 1 | -1/+1 |
| | |||||
* | o fix typo breaking reading fstab with UUID= entries | Pascal Rigaux | 2007-09-14 | 1 | -1/+1 |
| | |||||
* | - use user_xattr by default on reiserfs (#15068) | Pascal Rigaux | 2007-09-13 | 1 | -0/+1 |
| | |||||
* | - library: have "defaults" mount option instead of empty string (for rescue) | Pascal Rigaux | 2007-09-10 | 1 | -1/+1 |
| | |||||
* | - do not configure "windows" bootloader entries for "hidden" partitions | Pascal Rigaux | 2007-09-07 | 1 | -3/+3 |
| | |||||
* | mkswap is now in util-linux-ng | Pascal Rigaux | 2007-09-06 | 1 | -1/+1 |
| | |||||
* | better use $::o->{uuid_by_default} to allow easy setting in auto_installs | Pascal Rigaux | 2007-09-04 | 1 | -1/+1 |
| | |||||
* | - add global variable settable via "use_uuid" on kernel cmdline | Pascal Rigaux | 2007-09-04 | 1 | -1/+1 |
| | | | | | (it sets global variable $::uuid_by_default) | ||||
* | - support for UUID (including UUID=xxx in fstab) | Pascal Rigaux | 2007-08-31 | 5 | -1/+14 |
| | | | | | (not by default for now) | ||||
* | - do not set relatime option for mounting nfs | Pascal Rigaux | 2007-08-31 | 1 | -2/+2 |
| | | | | | (since relatime is not handled by mount for nfs) | ||||
* | ensure we have only one of { noatime, relatime } | Pascal Rigaux | 2007-08-28 | 1 | -0/+1 |
| | |||||
* | drop Move support (unused for quite a long time and superceeded by Globetrotter | Thierry Vignaud | 2007-08-27 | 2 | -2/+2 |
| | | | | | which itself was obsoleted by Mdv One) | ||||
* | - diskdrake: | Pascal Rigaux | 2007-08-21 | 1 | -1/+2 |
| | | | | | | | o fix displaying umount error message (#32273) (would need a little cleaning of stderr) | ||||
* | - diskdrake: | Pascal Rigaux | 2007-08-14 | 1 | -1/+3 |
| | | | | | o in fstab, have "xxx" instead of "defaults,xxx" | ||||
* | - fix handling relatime vs noatime | Pascal Rigaux | 2007-08-14 | 1 | -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, since | Pascal Rigaux | 2007-08-14 | 1 | -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 option | Thierry Vignaud | 2007-08-14 | 1 | -4/+3 |
| | |||||
* | (set_default) adjust comment | Thierry Vignaud | 2007-08-14 | 1 | -1/+1 |
| | |||||
* | (set_default) default laptops to 'relatime' mount option rather than 'noatime' | Thierry Vignaud | 2007-08-14 | 1 | -1/+1 |
| | |||||
* | (help) kill support for 'nodiratime' mount option ; add support for 'relatime' | Thierry Vignaud | 2007-08-14 | 1 | -1/+1 |
| | | | | | (rationale: 'nodiratime' is implied by 'noatime' and 'relatime' is better) | ||||
* | handle 'relatime' mount option | Thierry Vignaud | 2007-08-14 | 1 | -1/+1 |
| | |||||
* | (partitionWizardSolutions) add missing title | Thierry Vignaud | 2007-08-09 | 1 | -1/+1 |
| | |||||
* | - diskdrake: | Pascal Rigaux | 2007-08-08 | 1 | -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 available | Pascal Rigaux | 2007-08-08 | 1 | -1/+1 |
| | |||||
* | drop backward compatibility pt_type ids (were kept for compatibility in | Pascal Rigaux | 2007-08-06 | 1 | -7/+0 |
| | | | | | auto_installs, but this has been deprecated for 3 years old) | ||||
* | restore progress bar when formatting ext3 | Pascal Rigaux | 2007-08-06 | 1 | -3/+3 |
| |