| Commit message (Expand) | Author | Age | Files | Lines |
* | - add field {fs_type} partially replacing {pt_type} | Pascal Rigaux | 2004-07-27 | 1 | -48/+47 |
* | replace pt_type2name($part->{pt_type}) with part2name($part) | Pascal Rigaux | 2004-07-23 | 1 | -1/+1 |
* | - move format related functions out of fs.pm to new module fs/format.pm | Pascal Rigaux | 2004-07-23 | 1 | -103/+15 |
* | set {is_removable} directly in fsedit::hds() | Pascal Rigaux | 2004-07-22 | 1 | -1/+0 |
* | big renaming of field {type} to {pt_type}, | Pascal Rigaux | 2004-07-05 | 1 | -30/+30 |
* | create rationalize_options() and use it (bugzilla #3525) | Pascal Rigaux | 2004-07-05 | 1 | -2/+15 |
* | don't set {major} and {minor} to 0 when the device doesn't exist | Pascal Rigaux | 2004-07-05 | 1 | -1/+3 |
* | use fsedit::is_same_hd in drakupdate_fstab and revert previous change in fs::... | Olivier Blin | 2004-06-29 | 1 | -2/+2 |
* | do not add default device in device hash, it will be filled with result from ... | Olivier Blin | 2004-06-29 | 1 | -1/+1 |
* | always update $part{device} in fs::subpart_from_wild_device_name because /dev... | Olivier Blin | 2004-06-29 | 1 | -2/+2 |
* | - enhance subpart_from_wild_device_name() to handle "sda" the same as "/dev/s... | Pascal Rigaux | 2004-06-25 | 1 | -21/+35 |
* | - new function subpart_from_wild_device_name() | Pascal Rigaux | 2004-06-15 | 1 | -20/+38 |
* | - stop mounting ext3 partitions using type ext2 during install | Pascal Rigaux | 2004-06-02 | 1 | -5/+1 |
* | new function isTrueLocalFS() to make a distinction between ext3/reiserfs/... ... | Pascal Rigaux | 2004-05-27 | 1 | -1/+1 |
* | new function isTrueLocalFS() to make a distinction between ext3/reiserfs/... ... | Pascal Rigaux | 2004-05-27 | 1 | -1/+1 |
* | really handle LABEL=XXX in fstab (as used by redhat) (no xfs labels yet) | Pascal Rigaux | 2004-05-13 | 1 | -9/+11 |
* | don't prefer_devfs_name when reading /proc/mounts (which uses devfs names) | Pascal Rigaux | 2004-05-06 | 1 | -4/+4 |
* | fix drakupdate_fstab adding twice an entry in fstab, one with the old name, o... | Pascal Rigaux | 2004-05-01 | 1 | -1/+6 |
* | allow mounting type devpts | Pascal Rigaux | 2004-04-05 | 1 | -1/+1 |
* | perl now handle cleanly utf8 string in exceptions, no need to die \N("...") | Pascal Rigaux | 2004-04-05 | 1 | -10/+10 |
* | - do not pass options is_removable to set_default_options() since it is not a... | Pascal Rigaux | 2004-03-23 | 1 | -7/+8 |
* | no entry in fstab for zips (now cleanly done by hotplug) | Pascal Rigaux | 2004-03-05 | 1 | -0/+1 |
* | move set_loop() from formatMount_part to real_format_part to fix Format with ... | Pascal Rigaux | 2004-03-03 | 1 | -3/+4 |
* | one now need cryptoloop and aes when using encryption (kernel 2.6) | Pascal Rigaux | 2004-03-03 | 1 | -4/+1 |
* | sysfs now exists! | Pascal Rigaux | 2004-03-03 | 1 | -1/+1 |
* | add umask=0022 capability, and use it for security level 3 | Pascal Rigaux | 2004-02-20 | 1 | -4/+18 |
* | *** empty log message *** | Pascal Rigaux | 2004-01-30 | 1 | -1/+1 |
* | replace iocharset= with nls= for ntfs (as instructed by Thomas Backlund, thanks) | Pascal Rigaux | 2004-01-29 | 1 | -1/+1 |
* | checking {notFormatted} must never be done alone, one must check {isFormatted... | Pascal Rigaux | 2004-01-23 | 1 | -1/+1 |
* | fix mount point /tmp/image for the cdrom in generated /etc/fstab | Pascal Rigaux | 2004-01-20 | 1 | -3/+5 |
* | kernel 2.2 is deprecated | Pascal Rigaux | 2004-01-19 | 1 | -1/+1 |
* | don't write fstab entries which are notFormatted | Pascal Rigaux | 2004-01-14 | 1 | -1/+1 |
* | remove a few other SIG{__DIE__} | Pascal Rigaux | 2004-01-09 | 1 | -1/+0 |
* | get_raw_hds adds removables to {raw_hds}, it doesn't overwrite it | Pascal Rigaux | 2003-11-27 | 1 | -1/+1 |
* | - use the "mount" command directly in move | Pascal Rigaux | 2003-11-12 | 1 | -11/+14 |
* | allow mounting devfs as well (move) | Guillaume Cottenceau | 2003-10-09 | 1 | -1/+1 |
* | fix error message | Pascal Rigaux | 2003-09-22 | 1 | -1/+1 |
* | ensure that a number is not written as the type in fstab | Pascal Rigaux | 2003-09-17 | 1 | -1/+1 |
* | add description for option "umask=0" (bug #4310) | Pascal Rigaux | 2003-09-02 | 1 | -0/+2 |
* | don't check ext3 filesystems nor mount them as ext2 during upgrade (bug #5067) | Pascal Rigaux | 2003-08-31 | 1 | -1/+1 |
* | use fs=ext2:vfat or fs=udf:iso9600 for supermount (it needs supermount-ng) | Pascal Rigaux | 2003-08-26 | 1 | -6/+9 |
* | when umount fails, try killing fam and trying again | Pascal Rigaux | 2003-08-21 | 1 | -5/+4 |
* | Handle EFI partitions. umount syscall does not exist on AMD64, use umount2 | Gwenolé Beauchesne | 2003-08-19 | 1 | -2/+7 |
* | remember to update mount options description on util-linux update | Thierry Vignaud | 2003-06-24 | 1 | -0/+1 |
* | stricter regexp when looking /dev/xxx otherwise it is used also for nfs names | Pascal Rigaux | 2003-06-06 | 1 | -2/+2 |
* | make perl_checker a happy bot | Pascal Rigaux | 2003-06-05 | 1 | -1/+1 |
* | don't use description of fstab options from manpage mount(8), inline them in ... | Pascal Rigaux | 2003-06-05 | 1 | -28/+35 |
* | perl_checker adaptations + fixes | Pascal Rigaux | 2003-04-24 | 1 | -1/+1 |
* | another perl_checker optional parameter compliance | Pascal Rigaux | 2003-04-17 | 1 | -5/+5 |
* | new perl_checker compliance | Pascal Rigaux | 2003-04-17 | 1 | -38/+40 |