Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | hum, the switch to cifs suggested in #42483 was only partially done, comment | Pascal Rigaux | 2009-01-09 | 1 | -6/+3 |
| | | | | | | | | | | #11 of the #42483 completes the fix. this fixes: - diskdrake: o --smb: cifs must be used instead of smbfs (#42483) | ||||
* | (write_fstab) fix crashing on writing fstab when using SMB (#46084) | Thierry Vignaud | 2008-12-15 | 1 | -0/+1 |
| | |||||
* | - diskdrake | Pascal Rigaux | 2008-11-06 | 1 | -6/+20 |
| | | | | | o --dav: handle davfs2 credentials in /etc/davfs2/secrets (#44190) | ||||
* | create fstab.old when writing fstab | Pascal Rigaux | 2008-09-26 | 1 | -0/+1 |
| | |||||
* | - diskdrake: | Pascal Rigaux | 2008-09-18 | 1 | -1/+2 |
| | | | | | o handle partitions encrypted with cryptsetup | ||||
* | - no more /media/cdrom in fstab by default | Pascal Rigaux | 2008-03-03 | 1 | -1/+1 |
| | | | | | (not needed anymore by urpmi) | ||||
* | - diskdrake: | Pascal Rigaux | 2008-02-21 | 1 | -1/+1 |
| | | | | | | | | o fix switching from LABEL=xxx to /dev/yyy in fstab (#37914) merge_fstabs() was doing add2hash, replacing it with add2hash_ so that faked_device => 1 from fstab is not kept | ||||
* | ensure "defaults" mount option is set in fstab | Pascal Rigaux | 2007-09-17 | 1 | -1/+1 |
| | | | | | | (i could not reproduce the issue, but it's been reported on cooker, and it may somehow occur if fs::mount_options::pack() is not used) | ||||
* | - library: have "defaults" mount option instead of empty string (for rescue) | Pascal Rigaux | 2007-09-10 | 1 | -1/+1 |
| | |||||
* | - diskdrake | Pascal Rigaux | 2007-09-04 | 1 | -1/+5 |
| | | | | | o add a comment (a la ubuntu) in fstab when using UUID= | ||||
* | - support for UUID (including UUID=xxx in fstab) | Pascal Rigaux | 2007-08-31 | 1 | -1/+5 |
| | | | | | (not by default for now) | ||||
* | drop supermount support (it has been dropped from our kernel) | Pascal Rigaux | 2007-08-02 | 1 | -14/+7 |
| | |||||
* | re-sync after the big svn loss | Pascal Rigaux | 2007-04-25 | 1 | -18/+13 |
| | |||||
* | try to cleanup fs.pm | Pascal Rigaux | 2005-06-28 | 1 | -321/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | (to have simpler dependencies between modules, esp. have some modules only required by diskdrake): - move some functions from fs to fs::mount (most keep their name, except mount_part and mount_usbfs) - move formatMount_part and formatMount_all from fs to fs::format - move some functions from fs to fs::wild_device (part2wild_device_name -> fs::wild_device::from_part) (subpart_from_wild_device_name -> fs::wild_device::to_subpart) (analyze_wild_device_name -> fs::wild_device::analyse) - formatMount_part(), formatMount_all(), fs::mount::part() don't take a prefix anymore the current situation was quite muddy we now rely on fs::get::mntpoint_prefixed() which will maybe depend on a field in $part for now, we mount every part in chroot, it seems to be what's wanted - fs::format::part() now expect $all_hds instead of $raids - fs::type::carryRootLoopback is now fs::get::carry_root_loopback() - in fs::loopback, most functions don't want a prefix anymore | ||||
* | - change prototype of fs::get_major_minor() | Pascal Rigaux | 2005-06-20 | 1 | -5/+8 |
| | | | | | | - use it in fs::proc_partitions::compare() (not useful at the moment, but it may help in the future) | ||||
* | fsedit::is_same_hd is now fs:get::is_same_hd | Pascal Rigaux | 2005-06-13 | 1 | -2/+2 |
| | |||||
* | fs::auto_fs() is now fs::type::guessed_by_mount() (still not a really nice ↵ | Pascal Rigaux | 2005-06-13 | 1 | -4/+0 |
| | | | | name...) | ||||
* | don't need use MDK::Common... when we have "use common" (which is the ↵ | Pascal Rigaux | 2005-06-10 | 1 | -2/+0 |
| | | | | standard for libDrakX modules) | ||||
* | move loopback.pm to fs/loopback.pm | Pascal Rigaux | 2005-06-10 | 1 | -8/+8 |
| | | | | | (since it's tightly tight to many fs* things) | ||||
* | (mount_part) stop removing lost+found (#16173) (pixel's changelog was ↵ | Thierry Vignaud | 2005-06-08 | 1 | -1/+0 |
| | | | | "no_comment") | ||||
* | (mount) use 'soft' & 'intr' options for nfs mounts | Thierry Vignaud | 2005-06-07 | 1 | -1/+1 |
| | |||||
* | handle nfs mount (since we now use the /bin/mount instead of the syscall, we ↵ | Pascal Rigaux | 2005-06-07 | 1 | -2/+4 |
| | | | | get it for free) | ||||
* | merge_fstabs doesn't mess around with options anymore in "loose" mode | Pascal Rigaux | 2005-06-01 | 1 | -1/+0 |
| | |||||
* | ensure reading existing fstab in suggest_mount_points doesn't get its options | Pascal Rigaux | 2005-06-01 | 1 | -4/+7 |
| | |||||
* | nicer log | Pascal Rigaux | 2005-06-01 | 1 | -1/+1 |
| | |||||
* | use command mount instead of using directly the syscall (allows some cleanup) | Pascal Rigaux | 2005-06-01 | 1 | -56/+60 |
| | |||||
* | (mount) let's support ntfs and reorder fs list btw (#3653) | Thierry Vignaud | 2005-02-09 | 1 | -2/+2 |
| | |||||
* | new kernel doesn't like usbdevfs any more, it wants usbfs | Pascal Rigaux | 2005-02-08 | 1 | -1/+8 |
| | |||||
* | - create fs::type::directories_needed_to_boot() and use it | Pascal Rigaux | 2005-01-28 | 1 | -1/+1 |
| | | | | | | - for removable drives used for / /usr and the like, ensure we check it at boot time (bugzilla #13283) | ||||
* | fs::formatMount_all() parameter wait_message is no more optional (though you ↵ | Pascal Rigaux | 2005-01-06 | 1 | -2/+2 |
| | | | | can give undef) | ||||
* | part2wild_device_name('', $part) is better than ↵ | Pascal Rigaux | 2005-01-05 | 1 | -1/+1 |
| | | | | devices::make($part->{device}) (esp. for nfs "devices") | ||||
* | handle spaces in username | Pascal Rigaux | 2005-01-05 | 1 | -4/+2 |
| | |||||
* | - fs::mount() wants a real device or a faked one, but doesn't accept things ↵ | Pascal Rigaux | 2004-12-21 | 1 | -5/+6 |
| | | | | | | | | like fd0 anymore (give it /dev/fd0) - a little more robust analyze_wild_device_name() during install - handle bad things in subpart_from_wild_device_name() | ||||
* | better english (writing style rather than spoken one) | Thierry Vignaud | 2004-12-13 | 1 | -5/+5 |
| | |||||
* | remove unused var | Pascal Rigaux | 2004-11-25 | 1 | -2/+0 |
| | |||||
* | we don't use /tmp for devices anymore | Pascal Rigaux | 2004-11-25 | 1 | -2/+2 |
| | | | | | (this comes from long ago when redhat code was using a ro /dev and creating other devices in /tmp) | ||||
* | - create analyze_wild_device_name() out of subpart_from_wild_device_name() | Pascal Rigaux | 2004-11-25 | 1 | -40/+66 |
| | | | | | | | | | | - rename part2device() into part2wild_device_name(), change its prototype and use analyze_wild_device_name() - new field {faked_device} - for LABEL=..., {device} is not empty anymore and {faked_device} is set, merge_fstabs() will take care of having the real {device} and {faked_device} unset - for devfs_device, {device} is set to the devfs device, merge_fstabs() will take care of having the non devfs device in {device} | ||||
* | more intelligent sort of fstab to handle loopback files or bind directory ↵ | Pascal Rigaux | 2004-11-25 | 1 | -3/+22 |
| | | | | (bug anthil #1198) | ||||
* | fix {device_alias} containing /dev/xxx instead of xxx. The bug was | Pascal Rigaux | 2004-11-23 | 1 | -6/+6 |
| | | | | | | "none /mnt/cdrom supermount dev=/dev//dev/cdrom,fs=iso9660..." (bugzilla #12224) | ||||
* | since we don't use ramdisk but clp, some code is dead | Pascal Rigaux | 2004-11-18 | 1 | -1/+1 |
| | | | | | (remove usingRamdisk(), check_prog(), remove_unused()...) | ||||
* | remove some unneeded ";", add some for normalization (as told by perl_checker) | Pascal Rigaux | 2004-11-18 | 1 | -3/+3 |
| | |||||
* | fix typo | Pascal Rigaux | 2004-09-27 | 1 | -1/+1 |
| | |||||
* | silently ignore encrypted filesystems with no encrypt_key | Pascal Rigaux | 2004-09-22 | 1 | -0/+3 |
| | |||||
* | don't add /dev/pts line in fstab anymore (it's done in initrd and udev) | Pascal Rigaux | 2004-09-22 | 1 | -1/+0 |
| | |||||
* | perl_checker compliance | Pascal Rigaux | 2004-09-20 | 1 | -1/+1 |
| | |||||
* | - add field {part_number} for partitions | Pascal Rigaux | 2004-09-20 | 1 | -2/+8 |
| | | | | | | | | | | | (handle it in subpart_from_wild_device_name(), partition_table::read()) - create migrate_device_names() to handle the change of device names when changing kernel&modules (eg: hde->hda or hda->sda) - change prototype of install_any::use_root_part() (prefix is dropped, optional $in is added) - create fs::type::can_be_this_fs_type() and use it - create devices::part_number() and devices::part_prefix() and use them | ||||
* | - don't use fs::get_info_from_fstab() in install_any::use_root_part() to be ↵ | Pascal Rigaux | 2004-09-20 | 1 | -3/+2 |
| | | | | | | | | | able to handle renamed devices - fs::get_info_from_fstab() doesn't take a prefix anymore - small perl_checker fix in install_any.pm | ||||
* | - ignore first line of /proc/swaps | Pascal Rigaux | 2004-09-07 | 1 | -3/+8 |
| | | | | | | | - partially handle /udev/xxx device names in fstab - ignore rootfs "device" - don't warn for loopback files | ||||
* | enhance based on perl_checker suggestion, but not using it :) | Pascal Rigaux | 2004-08-12 | 1 | -3/+2 |
| | |||||
* | allow 192.168.1.1:/export | Pascal Rigaux | 2004-08-09 | 1 | -1/+1 |
| |