Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | variable declaration fixes (spotted by neofutur) | Olivier Blin | 2004-06-29 | 3 | -3/+3 |
| | |||||
* | - cleanup handle_etcfiles() | Pascal Rigaux | 2004-06-29 | 2 | -11/+13 |
| | | | | | | - /etc/security/fileshare.conf is on key to allow fileshare - remove unused files | ||||
* | allow clamav to work and freshen it's database | Pascal Rigaux | 2004-06-29 | 1 | -0/+3 |
| | | | | | (although not saved on key) | ||||
* | fix typo | Pascal Rigaux | 2004-06-29 | 1 | -1/+1 |
| | |||||
* | fix umounting | Thierry Vignaud | 2004-06-29 | 1 | -0/+1 |
| | |||||
* | - add bootloader-config (used by bootloader-utils and bootsplash scripts) | Pascal Rigaux | 2004-06-29 | 1 | -4/+23 |
| | | | | | | | | | | | | | | | | | | | | | | - drakboot (pixel): o major backend rewrite b/c of code sharing with new installkernel o when adding a new kernel, have a nicer new name for conflicting entry o when modifying kernel parameters in all entries, skip the "failsafe" entry (#10143) o when modifying a symlink, ensure we also use the long name for the old symlink in the existing entries - drakconnect (Olivier Blin): o never disable "DHCP host name" entry box, it shouldn't be linked with "Assign host name from DHCP address" checkbox (#2759, #9981) o unblacklist sis900 since its link beat detection works with latest kernels - draksound: remove unneeded "above" lines in modules::write_conf (Olivier Blin) (#8288) - ugtk2 layer: catch missing wizard pixmap, otherwise we end up with unshown windows and error messages can't pop up (pixel) - don't require mkbootdisk | ||||
* | add missing share/net_monitor.desktop | Pascal Rigaux | 2004-06-29 | 1 | -1/+1 |
| | |||||
* | also set PHOTO (so we get gphoto) | Pascal Rigaux | 2004-06-29 | 1 | -1/+1 |
| | |||||
* | add bootloader-config (tested for adding and removing in simple cases) | Pascal Rigaux | 2004-06-29 | 2 | -1/+121 |
| | |||||
* | - mkinitrd() calls make-boot-splash after building the initrd | Pascal Rigaux | 2004-06-29 | 1 | -47/+121 |
| | | | | | | | | | | | | | (since /sbin/mkinitrd doesn't do it anymore) - change mkinitrd() parameters - change add_kernel() parameters and add option b_no_initrd (it is available in installkernel though i suspect it is unused) - after reading config file, get {perImageAppend} and {default_vga} (it was only done for lilo and {perImageAppend}) - keep the current kernel for linux-nonfb too (it was only done for failsafe) - add create_link_source(), action(), when_config_changed_{lilo,grub,yaboot} - create write_yaboot() | ||||
* | add "Getopt::Long" (used by bootloader-config) | Pascal Rigaux | 2004-06-29 | 1 | -0/+1 |
| | |||||
* | unselect uim since mdk10 package of uim IM break first time wizard | Thierry Vignaud | 2004-06-29 | 1 | -4/+10 |
| | | | | | when selecting english | ||||
* | perl_checker cleanups | Thierry Vignaud | 2004-06-29 | 1 | -3/+3 |
| | |||||
* | add rescue support | Thierry Vignaud | 2004-06-29 | 1 | -10/+40 |
| | |||||
* | make perl_checker a little more happy | Pascal Rigaux | 2004-06-28 | 1 | -1/+1 |
| | |||||
* | after install, when modifying kernel parameters in all entries, skip the ↵ | Pascal Rigaux | 2004-06-28 | 1 | -1/+3 |
| | | | | | | | "failsafe" entry (bugzilla #10143) | ||||
* | catch missing wizard pixmap, otherwise we end up with WizardWindow being non | Pascal Rigaux | 2004-06-28 | 1 | -1/+2 |
| | | | | | shown and error messages can't pop up | ||||
* | disallow switching to expert mode using Alt-e | Pascal Rigaux | 2004-06-28 | 1 | -3/+0 |
| | |||||
* | fix titi's regexp for matching centrino | Pascal Rigaux | 2004-06-28 | 1 | -1/+1 |
| | |||||
* | don't set ICEAUTHORITY using $ENV{HOME} for kde (bugzilla #10144) | Pascal Rigaux | 2004-06-28 | 1 | -2/+8 |
| | |||||
* | drop useless linkage since X11 stuff was split out of c module | Thierry Vignaud | 2004-06-27 | 1 | -1/+0 |
| | |||||
* | *** empty log message *** | Pascal Rigaux | 2004-06-25 | 1 | -1/+83 |
| | |||||
* | fix typo | Olivier Blin | 2004-06-25 | 1 | -1/+1 |
| | |||||
* | do not use ramdisk in nfs install | Olivier Blin | 2004-06-25 | 1 | -1/+2 |
| | |||||
* | use internal_error() instead of die'ing with no arguments | Pascal Rigaux | 2004-06-25 | 1 | -1/+1 |
| | |||||
* | fix blino stage1 change (i think he likes breaking things ;p) | Pascal Rigaux | 2004-06-25 | 2 | -2/+2 |
| | |||||
* | have symlinks /etc/rc[0-6].d | Pascal Rigaux | 2004-06-25 | 1 | -0/+4 |
| | |||||
* | add missing include for basename() | Olivier Blin | 2004-06-25 | 1 | -0/+1 |
| | |||||
* | remove deprecated rhimage symlink | Pascal Rigaux | 2004-06-25 | 1 | -1/+0 |
| | |||||
* | use relative symlink to image location in disk/nfs install, to have a ↵ | Olivier Blin | 2004-06-25 | 1 | -1/+1 |
| | | | | working stage2 | ||||
* | bootloader::add_kernel() do a good job at replacing symlinks with the real | Pascal Rigaux | 2004-06-25 | 1 | -17/+0 |
| | | | | | kernel/initrd file name, so don't need to do it here | ||||
* | when adding a new kernel, have a nicer new name for conflicting entry | Pascal Rigaux | 2004-06-25 | 1 | -3/+8 |
| | |||||
* | when modifying a symlink, ensure we also use the long name for the old ↵ | Pascal Rigaux | 2004-06-25 | 1 | -15/+38 |
| | | | | symlink in the existing entries | ||||
* | Make perl_checker silent | Rafael Garcia-Suarez | 2004-06-25 | 1 | -6/+6 |
| | |||||
* | fix 2 typos | Pascal Rigaux | 2004-06-25 | 1 | -1/+1 |
| | |||||
* | never disable "DHCP host name" entry box, it shouldn't be linked with ↵ | Olivier Blin | 2004-06-25 | 1 | -1/+1 |
| | | | | ""Assign host name from DHCP address" checkbox (#2759, #9981) | ||||
* | unblacklist sis900 since its link beat detection works with latest kernels | Olivier Blin | 2004-06-25 | 1 | -1/+1 |
| | |||||
* | *** empty log message *** | Pascal Rigaux | 2004-06-25 | 1 | -1/+514 |
| | |||||
* | drop obsolete function | Pascal Rigaux | 2004-06-25 | 1 | -8/+0 |
| | |||||
* | drop obsolete lnx4win_file() | Pascal Rigaux | 2004-06-25 | 1 | -5/+0 |
| | |||||
* | simplify using new bootloader.pm | Pascal Rigaux | 2004-06-25 | 1 | -3/+3 |
| | |||||
* | adapt to new bootloader.pm | Pascal Rigaux | 2004-06-25 | 4 | -12/+12 |
| | |||||
* | - adapt to new bootloader.pm | Pascal Rigaux | 2004-06-25 | 1 | -6/+3 |
| | | | | | - simplify | ||||
* | major cleanup and rewrite | Pascal Rigaux | 2004-06-25 | 1 | -359/+419 |
| | | | | | | | | | | | | | | | | | | | | - some functions have been renamed - some functions have changed prototype - no more bootloader::vga_modes, we use Xconfig::resolution_and_depth::bios_vga_modes() - no more detectloader, it is now detect_main_method(), but notice that bootloader::read() + bootloader::write() abstract all this! - update_for_renumbered_partitions() is surely broken :) - sort_hds_according_to_bios() and mixed_kind_of_disks() uses new function hd2bios_kind() - new data structure "kernel_str" - lilo doesn't need so much help as it used to be, so don't put as much "disk=/dev/sda bios=0x80" as before some goals: - don't rely on device names (this allows not to care too much about devfs vs udev vs ...) - kernels can be named something else than /boot/vmlinuz*, please use the various functions to construct the initrd file name, the symlink name... | ||||
* | - enhance subpart_from_wild_device_name() to handle "sda" the same as ↵ | Pascal Rigaux | 2004-06-25 | 1 | -21/+35 |
| | | | | | | | | | "/dev/sda" (when /dev/sda exists) - new function device2part() which uses subpart_from_wild_device_name and the given fstab to convert the device name to the corresponding structure (this allows not relying too much on the device name) | ||||
* | unset automatic in ftp/http install when ramdisk can't be loaded | Olivier Blin | 2004-06-25 | 1 | -1/+4 |
| | |||||
* | use new http_proxy variables instead of the old answers (not anymore available) | Olivier Blin | 2004-06-25 | 1 | -2/+2 |
| | |||||
* | - scim-uim requires scim, no need to have both | Pascal Rigaux | 2004-06-25 | 1 | -2/+2 |
| | | | | | - scim-chinese requires scim, no need to have both | ||||
* | rollback service priority | Thierry Vignaud | 2004-06-24 | 1 | -1/+1 |
| | |||||
* | perl_checker compliance | Olivier Blin | 2004-06-24 | 1 | -1/+1 |
| |