Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove global vga choice to please Pixel and Titi | Olivier Blin | 2004-06-23 | 1 | -1/+0 |
| | |||||
* | please perl_checko the Clean Keeper | Olivier Blin | 2004-06-23 | 1 | -0/+1 |
| | |||||
* | Support for supplementary CDs during installation (from the 10.0 | Rafael Garcia-Suarez | 2004-06-23 | 2 | -21/+137 |
| | | | | | update branch.) | ||||
* | remove spurious spaces | Olivier Blin | 2004-06-23 | 1 | -2/+2 |
| | |||||
* | be mouse wheel aware (fix bug 9926) | Olivier Blin | 2004-06-23 | 1 | -0/+3 |
| | |||||
* | ask for bootloader choice when framebuffer isn't configured (fix bug 9925) | Olivier Blin | 2004-06-23 | 1 | -3/+8 |
| | |||||
* | remove unused variable | Olivier Blin | 2004-06-23 | 1 | -3/+1 |
| | |||||
* | add a global vga option in any::setupBootloader__general (fix bug 8957) | Olivier Blin | 2004-06-23 | 1 | -0/+1 |
| | |||||
* | use upcase letters whenever needed | Thierry Vignaud | 2004-06-23 | 1 | -3/+3 |
| | |||||
* | kernelVersion() is unused (only bootloader::mkbootdisk() used it, and it has ↵ | Pascal Rigaux | 2004-06-23 | 1 | -5/+0 |
| | | | | already been removed) | ||||
* | - unblacklist tg3 since QA has confirmed it works smoothly | Thierry Vignaud | 2004-06-23 | 1 | -1/+1 |
| | | | | | - blacklist buggy madwifi_pci | ||||
* | better code for installing config files listed in keyfiles (and use cp_f) | Pascal Rigaux | 2004-06-23 | 1 | -7/+4 |
| | |||||
* | revert the workaround on stat() now that it works on large files | Olivier Blin | 2004-06-23 | 1 | -6/+5 |
| | |||||
* | define _FILE_OFFSET_BITS=64 so that stat() is large files aware | Olivier Blin | 2004-06-23 | 1 | -1/+1 |
| | |||||
* | add shorewall files (esp. for drakfirewall) | Pascal Rigaux | 2004-06-23 | 1 | -0/+1 |
| | |||||
* | good_default_monitor() should work *nearly* everywhere, so use it for the ↵ | Pascal Rigaux | 2004-06-23 | 1 | -1/+5 |
| | | | | | | | auto_install fallback (this is used by mandrakemove) | ||||
* | perl_checker compliance | Pascal Rigaux | 2004-06-22 | 1 | -1/+1 |
| | |||||
* | - 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 | ||||
* | - export @bios_vga_modes (needed for bootloader vga=) | Pascal Rigaux | 2004-06-22 | 1 | -1/+3 |
| | | | | | - to_string should return '' instead of () | ||||
* | remove duplicate (use existing function to_string()) | Pascal Rigaux | 2004-06-22 | 1 | -1/+1 |
| | |||||
* | fix indentation | Olivier Blin | 2004-06-22 | 1 | -5/+5 |
| | |||||
* | sync with detect-resolution | Pascal Rigaux | 2004-06-22 | 1 | -0/+3 |
| | |||||
* | rephrase zeroconf dialog (cybercfo) | Olivier Blin | 2004-06-22 | 1 | -1/+4 |
| | |||||
* | oops, fix the "Continue without USB key" case | Pascal Rigaux | 2004-06-22 | 1 | -4/+3 |
| | |||||
* | blacklist sis900 and tg3 modules for network hotplugging | Olivier Blin | 2004-06-22 | 1 | -1/+1 |
| | |||||
* | do not update bootsplash in autologin wizard | Olivier Blin | 2004-06-22 | 1 | -2/+5 |
| | |||||
* | remove spurious comma and spaces | Olivier Blin | 2004-06-22 | 1 | -1/+1 |
| | |||||
* | - mount usb key first with "sync" option to have a good detection of rw or ro | Pascal Rigaux | 2004-06-22 | 1 | -52/+58 |
| | | | | | | | | - then remount it without "sync" - simplify: use $key_part instead of checking /proc/mounts - ensure key_mount() doesn't leave $key_part if unmounted (the pb didn't occured, but maybe it could have...) | ||||
* | fix build broken by net_applet | Thierry Vignaud | 2004-06-22 | 1 | -0/+1 |
| | |||||
* | move net_applet in right package (aka drakxtools-gtk) | Thierry Vignaud | 2004-06-22 | 1 | -1/+1 |
| | |||||
* | remove usb key from desktop (already available in "Home") | Pascal Rigaux | 2004-06-22 | 1 | -0/+1 |
| | |||||
* | add check_enough_space() and use it | Pascal Rigaux | 2004-06-22 | 1 | -3/+7 |
| | |||||
* | - fix typo | Pascal Rigaux | 2004-06-22 | 1 | -107/+6 |
| | | | | | - remove silo code (sparc) | ||||
* | perl_checker fixes | Thierry Vignaud | 2004-06-22 | 1 | -13/+13 |
| | |||||
* | (getIP) fix build | Thierry Vignaud | 2004-06-22 | 1 | -1/+1 |
| | |||||
* | ensure resolv.conf exist otherwise kppp cries | Pascal Rigaux | 2004-06-22 | 1 | -0/+1 |
| | |||||
* | - use magicdev for secondary cdrom | Pascal Rigaux | 2004-06-22 | 2 | -3/+4 |
| | | | | | - have a proper mtab for magicdev+kded to work | ||||
* | 10-47mdk | Thierry Vignaud | 2004-06-22 | 1 | -1/+12 |
| | |||||
* | we do want magicdev now | Pascal Rigaux | 2004-06-22 | 1 | -1/+1 |
| | |||||
* | update fields description (baud <baud123@tuxfamily.org>) | Thierry Vignaud | 2004-06-22 | 1 | -0/+9 |
| | |||||
* | update doc urls (baud <baud123@tuxfamily.org>) | Thierry Vignaud | 2004-06-22 | 1 | -2/+1 |
| | |||||
* | add new ISP entries (baud <baud123@tuxfamily.org>) | Thierry Vignaud | 2004-06-22 | 1 | -0/+130 |
| | |||||
* | fix Telia entry (baud <baud123@tuxfamily.org>) | Thierry Vignaud | 2004-06-22 | 1 | -1/+1 |
| | |||||
* | fix Free dns (baud <baud123@tuxfamily.org>) | Thierry Vignaud | 2004-06-22 | 1 | -2/+2 |
| | |||||
* | merge duplicate Free entries | Thierry Vignaud | 2004-06-22 | 1 | -2/+1 |
| | |||||
* | enhance tel9com name (baud <baud123@tuxfamily.org>) | Thierry Vignaud | 2004-06-22 | 1 | -1/+1 |
| | |||||
* | kill duplicate spanish entry (baud <baud123@tuxfamily.org>) | Thierry Vignaud | 2004-06-22 | 1 | -8/+0 |
| | |||||
* | enhance a few entries (baud <baud123@tuxfamily.org>) | Thierry Vignaud | 2004-06-22 | 1 | -1/+6 |
| | |||||
* | fix spanish isp name | Thierry Vignaud | 2004-06-22 | 1 | -1/+1 |
| | |||||
* | ->set_title doesn't like title undef, give it '' instead | Pascal Rigaux | 2004-06-22 | 1 | -2/+2 |
| | | | | | (to remove ugly warnings at install) |