Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | many functions in fsedit don't modify anything, they are simply accessors. | Pascal Rigaux | 2004-08-03 | 1 | -5/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | create fs::get and move them into it - device2part(), up_mount_point() moved from fs to fs::get - part2hd(), file2part(), has_mntpoint(), mntpoint2part(), empty_all_hds() moved from fsedit to fs::get - fsedit::get_root() -> fs::get::root() - fsedit::get_root_() -> fs::get::root_() - fsedit::get_really_all_fstab() -> fs::get::really_all_fstab() - fsedit::get_all_fstab_and_holes() -> fs::get::fstab_and_holes() - fsedit::get_all_fstab() -> fs::get::fstab() - fsedit::get_all_holes() -> fs::get::holes() - fsedit::all_free_space -> fs::get::free_space() - fsedit::get_really_all_fstab() -> fs::get::really_all_fstab() - fsedit::get_fstab_and_holes() -> fs::get::hds_fstab_and_holes() - fsedit::get_holes() -> fs::get::hds_holes() - fsedit::get_fstab() -> fs::get::hds_fstab() - fsedit::free_space() -> fs::get::hds_free_space() - fsedit::get_visible_fstab() unused, removed | ||||
* | introduce ->ensure_binary_is_installed and use it | Pascal Rigaux | 2004-08-02 | 1 | -1/+1 |
| | |||||
* | (selectCountry) let's have a better looking GUI by preventing uneeded | Thierry Vignaud | 2004-07-30 | 1 | -2/+2 |
| | | | | | scrollbar on pull down menu | ||||
* | (selectCountry) use a combo box rather than a list for listing input methods | Thierry Vignaud | 2004-07-30 | 1 | -1/+1 |
| | |||||
* | cleanup | Pascal Rigaux | 2004-07-30 | 1 | -6/+2 |
| | |||||
* | enable one to choose its input method in advanced mode | Thierry Vignaud | 2004-07-30 | 1 | -1/+7 |
| | |||||
* | - add field {fs_type} partially replacing {pt_type} | Pascal Rigaux | 2004-07-27 | 1 | -3/+4 |
| | | | | | | | | | | | | | | | | | | | | {pt_type} is always a number, {fs_type} is always a string - introduce set_isFormatted() (to ensure {notFormatted} but also {fs_type_from_magic} and {bad_fs_type_magic} are updated) - don't use 0x483 for ext3 anymore (same for reiserfs...), the type_name gives both a pt_type and a fs_type - many accessors from partition_table removed (type2fs(), fs2pt_type()) - remove isThisFs() (not useful anymore since we can use directly {fs_type}) - remove isFat() (inline the function) - other isXXX() from partition_table are moved to fs::type - part2name() is now fs::type::part2type_name - name2pt_type() is now fs::type::type_name2subpart() - partition_table::important_types() is now fs::type::type_names() - fsedit::typeOfPart() is now fs::type::fs_type_from_magic() - no need to truncate type_name since they are shorter | ||||
* | add "ls -l /sys/bus/scsi/devices" in report.bug | Pascal Rigaux | 2004-07-09 | 1 | -0/+1 |
| | | | | | (it helps for debugging getSCSI on 2.6) | ||||
* | fix typo | Pascal Rigaux | 2004-07-08 | 1 | -1/+1 |
| | |||||
* | merge "language choice dialog" from MDK-10-update | Pascal Rigaux | 2004-07-08 | 1 | -5/+11 |
| | |||||
* | selectCountry doesn't really need a $o, a $in is enough | Pascal Rigaux | 2004-07-08 | 1 | -2/+2 |
| | |||||
* | when adding users during install, suggest the user names found in /home | Pascal Rigaux | 2004-07-08 | 1 | -4/+5 |
| | |||||
* | big renaming of field {type} to {pt_type}, | Pascal Rigaux | 2004-07-05 | 1 | -1/+1 |
| | | | | | | this will allow defining {fs_type} which will always be a string whereas {pt_type} will always be a number | ||||
* | add fluxbox in known window managers list | Olivier Blin | 2004-07-01 | 1 | -1/+1 |
| | |||||
* | don't set ICEAUTHORITY using $ENV{HOME} for kde (bugzilla #10144) | Pascal Rigaux | 2004-06-28 | 1 | -2/+8 |
| | |||||
* | adapt to new bootloader.pm | Pascal Rigaux | 2004-06-25 | 1 | -6/+6 |
| | |||||
* | remove global vga choice to please Pixel and Titi | Olivier Blin | 2004-06-23 | 1 | -1/+0 |
| | |||||
* | add a global vga option in any::setupBootloader__general (fix bug 8957) | Olivier Blin | 2004-06-23 | 1 | -0/+1 |
| | |||||
* | kernelVersion() is unused (only bootloader::mkbootdisk() used it, and it has ↵ | Pascal Rigaux | 2004-06-23 | 1 | -5/+0 |
| | | | | already been removed) | ||||
* | - use Xconfig::resolution_and_depth::bios_vga_modes() instead of ↵ | Pascal Rigaux | 2004-06-22 | 1 | -19/+11 |
| | | | | | | | %bootloader::vga_modes - remove broken sparc code | ||||
* | (setupBootloader) remove debugging messages | Thierry Vignaud | 2004-06-04 | 1 | -4/+0 |
| | |||||
* | (setupBootloader__entries) fix typo (Andrea Celli) | Thierry Vignaud | 2004-06-04 | 1 | -1/+5 |
| | |||||
* | - add descriptions for NFS and SMB (thanks to bugzilla #9940) | Pascal Rigaux | 2004-06-02 | 1 | -7/+13 |
| | | | | | - don't iterate on %l, better iterate on %types | ||||
* | handle the nfs/smb service disabled (enhancement given by Olivier Blin) | Pascal Rigaux | 2004-06-01 | 1 | -2/+2 |
| | |||||
* | really chkconfig --add and --del for "diskdrake --fileshare" (thanks to ↵ | Pascal Rigaux | 2004-05-27 | 1 | -0/+2 |
| | | | | Olivier Blin) | ||||
* | instead of removing package nfs-utils or samba-server (when "diskdrake ↵ | Pascal Rigaux | 2004-05-27 | 1 | -5/+7 |
| | | | | --fileshare" disables a export kind) (bugzilla #9804) | ||||
* | use lang::analyse_locale_name() and lang::analyse_locale_name() | Pascal Rigaux | 2004-05-11 | 1 | -2/+5 |
| | |||||
* | - new getSCSI_26() not using /proc/scsi/scsi | Pascal Rigaux | 2004-04-30 | 1 | -1/+1 |
| | | | | | | | | | (since we can't say first Direct-Access entry is sda anymore) - deprecate field {raw_type} - don't fill {device} with sgX for non-(cdrom|hd|floppy) (hopefully not used by anything, except maybe scanners?) - replace scdX with srX (which everybody use) | ||||
* | share translation with help.pm | Thierry Vignaud | 2004-03-30 | 1 | -1/+1 |
| | |||||
* | add nolapic support option (NOn Local APIC) | Nicolas Planel | 2004-03-23 | 1 | -1/+8 |
| | |||||
* | spell Mandrakelinux in one word | Thierry Vignaud | 2004-03-10 | 1 | -1/+1 |
| | |||||
* | (setupBootloader__general) fix wizard title now that drakboot --boot | Thierry Vignaud | 2004-03-02 | 1 | -1/+1 |
| | | | | | is a wizard like tool | ||||
* | drakboot --boot is now a wizard | Pascal Rigaux | 2004-03-02 | 1 | -3/+8 |
| | |||||
* | use "default.png" instead of (missing) "man.png" which resulted to ↵ | Pascal Rigaux | 2004-03-01 | 1 | -1/+1 |
| | | | | defaulting to parrot (ic-bird.png) | ||||
* | (setupBootloader__entries) fix entry editing layout | Thierry Vignaud | 2004-02-23 | 1 | -2/+2 |
| | |||||
* | selectlanguage: utf8 flag status is updated when user selects more/less ↵ | Guillaume Cottenceau | 2004-02-18 | 1 | -1/+9 |
| | | | | languages; when user touches it, update is disabled, allowing andrej to have an en_GB + ru_RU install without utf8 | ||||
* | no need to fake scsi for ide anymore (hopefully!) | Pascal Rigaux | 2004-02-10 | 1 | -1/+1 |
| | |||||
* | (fileshare_config): quite different way of handling it, asking first if user | Pascal Rigaux | 2004-02-06 | 1 | -25/+24 |
| | | | | | | wants sharing or not, then asking which protocol (when users wants sharing). Removing or installing the server package handling the protocols (smb or nfs). | ||||
* | handle better bootloader per entries video mode | Pascal Rigaux | 2004-02-06 | 1 | -1/+3 |
| | |||||
* | special way to remove mem=<memsize> | Pascal Rigaux | 2004-02-06 | 1 | -1/+1 |
| | |||||
* | remove defaulting global vga mode to normal | Pascal Rigaux | 2004-02-06 | 1 | -1/+0 |
| | |||||
* | fix old typo: complete callback was not called | Pascal Rigaux | 2004-02-06 | 1 | -9/+11 |
| | |||||
* | drop bootloader main options "Compact" and "Video mode" | Pascal Rigaux | 2004-02-06 | 1 | -2/+0 |
| | |||||
* | fix ugly typo (occuring when removing "clean /tmp", ie not often, especially | Pascal Rigaux | 2004-02-05 | 1 | -1/+1 |
| | | | | | since drakboot didn't write fstab) | ||||
* | this part of code is already executed only in $::isInstall | Guillaume Cottenceau | 2004-02-05 | 1 | -2/+2 |
| | |||||
* | fix drakboot layout: use checkboxes own labels rather than packing extra | Thierry Vignaud | 2004-02-02 | 1 | -6/+6 |
| | | | | | labels | ||||
* | fix typo | Pascal Rigaux | 2004-01-26 | 1 | -1/+1 |
| | |||||
* | perl_checker fix | Pascal Rigaux | 2004-01-21 | 1 | -1/+1 |
| | |||||
* | in setupBootloader__entries(): | Pascal Rigaux | 2004-01-20 | 1 | -9/+2 |
| | | | | | | - move vga and initrd from $::expert to advanced - drop setting read-write, table, unsafe | ||||
* | move bootloader title from drakboot | Thierry Vignaud | 2004-01-14 | 1 | -0/+1 |
| |