summaryrefslogtreecommitdiffstats
path: root/perl-install/fs
Commit message (Collapse)AuthorAgeFilesLines
* (mountpoint_credentials_save) make it parseable by perl_checker, thusThierry Vignaud2009-08-191-1/+1
| | | | | fixing the build
* - diskdrake : Fix a crash with regexp when a /etc/davfs2/secrets line is ↵Aurélien Lefebvre2009-08-171-1/+1
| | | | finished with one or more blank characters without comments
* - diskdrake : when user does not specify user/pass with davfs2, fallback to ↵Aurélien Lefebvre2009-08-171-1/+3
| | | | nobody/nobody
* - diskdrake : store credentials in davfs2 secret file before mountingAurélien Lefebvre2009-08-172-0/+19
|
* - diskdrake : never pass username/password as options with davfs2Aurélien Lefebvre2009-08-171-0/+3
|
* Do not crash when /etc/davfs2/secrets contains empty lines (#52305)Pascal Terjan2009-07-311-17/+30
|
* do not display nmblookup usage when there is no samba serverPascal Terjan2009-07-271-0/+1
|
* No need for full path of blkid, and update NEWSPascal Terjan2009-06-121-1/+1
|
* SILENT: fix commit r257807Andrey Borzenkov2009-06-111-1/+1
|
* vol_id does not exist any more, use blkidAndrey Borzenkov2009-06-101-5/+5
|
* Use Hal list of recovery partitions (#51532)Pascal Terjan2009-06-092-2/+10
|
* don't set umask=0 by default on windows partitions in 'secure' levelPascal Terjan2009-04-231-2/+2
|
* (part_raw) display a progress bar while formating an ext4 partitionThierry Vignaud2009-04-211-1/+1
|
* do not run udevadm in install modePascal Terjan2009-04-211-1/+1
|
* fix crypto module names when arch is not i586 (#46814)Pascal Terjan2009-04-021-1/+1
|
* - diskdrake:Pascal Terjan2009-03-201-2/+3
| | | | | o allow LVM in non expert mode o allow Encrypted partition inside LVM
* - Remove useless linesPascal Terjan2009-03-191-2/+0
|
* diskdrake:Pascal Terjan2009-03-181-2/+4
| | | | | | o write partition table if needed before setting label o fix setting label on not yet formatted partition
* On second thought, moved nfs fixed port detection code to drakx-net.Eugeni Dodonov2009-03-171-31/+0
|
* Added find_server_options function to determine fixed NFS ports.Eugeni Dodonov2009-03-171-0/+31
|
* really don't set extents option for ext4Pascal Terjan2009-02-171-3/+0
|
* don't set useless extents option for ext4 mountsPascal Terjan2009-02-101-1/+0
|
* fix preserving UUID when formatting ext* and swap, and handle more FS (#39913)Pascal Terjan2009-02-101-1/+13
|
* don't rewrite label when it did not change (#47186)Pascal Terjan2009-01-221-1/+3
|
* - diskdrake:Pascal Rigaux2009-01-151-2/+2
| | | | | | | o --smb: fix netbios name resolution (#42483, thanks to Derek Jennings) (domain= should not be set in credentials for mount.cifs)
* revert previous commit (it's all wrong)Pascal Rigaux2009-01-151-2/+2
|
* - diskdrake:Pascal Rigaux2009-01-151-2/+2
| | | | | o --smb: fix netbios name resolution (#42483, thanks to Derek Jennings)
* Add support for editing partition labels without formattingPascal Terjan2009-01-091-18/+83
|
* since cifs, /etc/samba/auth.xxx format has changed slightly: spaces are notPascal Rigaux2009-01-081-1/+1
| | | | | allowed around "=" (at least that's what comment #6 of bug #42483 says)
* - diskdrake:Pascal Rigaux2009-01-083-5/+5
| | | | | o --smb: cifs must be used instead of smbfs (#42483)
* lookup for Samba master browsers tooOlivier Blin2009-01-071-1/+1
|
* - ext4dev is now stable and called ext4 in 2.6.28+Pascal Terjan2009-01-054-14/+14
|
* - diskdrake:Pascal Rigaux2008-12-161-1/+2
| | | | | | | o --nfs: handle domainname not set (reported somewhere, but can't find where...)
* - diskdrake:Pascal Rigaux2008-12-161-1/+1
| | | | | | | o --nfs: handle "host:/" (#44320) i wonder if \w is really needed here...
* - diskdrakePascal Rigaux2008-11-061-1/+1
| | | | | o --dav: handle https
* - diskdrakePascal Rigaux2008-11-061-0/+68
| | | | | o --dav: handle davfs2 credentials in /etc/davfs2/secrets (#44190)
* add some loggingPascal Rigaux2008-10-091-0/+1
|
* - bootloader-config (and other tools): handle /dev/mapper/xxx1 instead ofPascal Rigaux2008-10-011-0/+20
| | | | | /dev/mapper/xxxp1 (#44182)
* fix analyzing symlink "/dev/foo/bar -> boo"Pascal Rigaux2008-10-011-1/+1
|
* - diskdrakePascal Rigaux2008-09-191-0/+157
| | | | | | | o handle partitions encrypted with cryptsetup - bug fix: add mandatory new modules for dm-crypt
* - diskdrake:Pascal Rigaux2008-09-182-5/+9
| | | | | o handle partitions encrypted with cryptsetup
* - create cannotBeMountable() out of isNonMountable()Pascal Rigaux2008-09-181-1/+5
| | | | | - use it
* create after_formatting() out of part_raw()Pascal Rigaux2008-09-181-0/+6
| | | | | (for future use)
* - bootloader-config:Pascal Rigaux2008-09-171-1/+1
| | | | | | | o --action migrate-to-uuids: do not migrate software raid to UUID (#43928) also fix a small typo in bootloader-config
* - do not use UUID for software raid, only for hdx and sdxPascal Rigaux2008-09-091-1/+7
|
* - diskdrakePascal Rigaux2008-09-091-1/+1
| | | | | | | o keep current UUID when formatting ext2/ext3 (was already done for swap), so that fstab on other distros continue to work (requires e2fsprogs-1.41.1-2mnb2)
* (main) do not show up big titles in standalone mode (read: draklive-install)Thierry Vignaud2008-08-271-1/+1
|
* (main) render title in blueThierry Vignaud2008-08-271-3/+6
|
* stop setting banner icon now we do not display them anymoreThierry Vignaud2008-07-293-8/+3
|
* - partitioning wizard:Pascal Rigaux2008-06-021-2/+3
| | | | | | o do not propose to resize "hidden" fat partitions o do not say "the Windows partition" when there can be more than one