Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | please perl_checker differently | Pascal Rigaux | 2005-03-08 | 1 | -2/+4 |
| | |||||
* | perl_checker - bad /me | Stew Benedict | 2005-03-08 | 1 | -2/+2 |
| | |||||
* | mousedrake, detectloader support for XBox | Stew Benedict | 2005-03-08 | 1 | -0/+19 |
| | |||||
* | do not check yaboot "magic" on ppc (it seems the magic we have is somewhat ↵ | Pascal Rigaux | 2005-03-04 | 1 | -0/+3 |
| | | | | wrong), assuming we have yaboot installed (it is the only handled bootloader anyway) | ||||
* | handle boot-as and master-boot (bugzilla #13846) | Pascal Rigaux | 2005-03-02 | 1 | -2/+3 |
| | |||||
* | fix comment | Pascal Rigaux | 2005-03-02 | 1 | -1/+1 |
| | |||||
* | fix buggy get_append_memsize() (bugzilla #13874) | Pascal Rigaux | 2005-03-01 | 1 | -1/+2 |
| | |||||
* | fix typo | Pascal Rigaux | 2005-02-28 | 1 | -1/+1 |
| | |||||
* | have install.sh 755 (as suggested by Vincent Meyer) | Pascal Rigaux | 2005-02-28 | 1 | -1/+1 |
| | |||||
* | don't let table=c: break (special for Frank Griffin) | Pascal Rigaux | 2005-02-15 | 1 | -1/+3 |
| | |||||
* | fix ugly typo (especially causing acpi to not be set in drakboot --boot) | Pascal Rigaux | 2005-02-09 | 1 | -1/+1 |
| | |||||
* | fix syntax error | Pascal Rigaux | 2005-01-16 | 1 | -1/+1 |
| | |||||
* | mapdrive should not bother same_entries() | Pascal Rigaux | 2005-01-16 | 1 | -3/+1 |
| | |||||
* | in read_grub(), setting {table} cause write_grub to create a {mapdrive} even ↵ | Pascal Rigaux | 2005-01-15 | 1 | -4/+4 |
| | | | | when we didn't have one (bugzilla #12307) | ||||
* | write in lilo.conf the global root= (bugzilla #12312) | Pascal Rigaux | 2005-01-12 | 1 | -1/+1 |
| | |||||
* | ia64 uses the lilo method (even if it has some important differences) | Pascal Rigaux | 2004-12-17 | 1 | -0/+1 |
| | |||||
* | better english (writing style rather than spoken one) | Thierry Vignaud | 2004-12-13 | 1 | -10/+10 |
| | |||||
* | perl_checker compliance | Pascal Rigaux | 2004-11-29 | 1 | -1/+1 |
| | |||||
* | - drop oem & recovery code (which was broken) | Pascal Rigaux | 2004-11-29 | 1 | -27/+0 |
| | | | | | - will be replaced with a root password + user accounts + network configuration a la drakfirsttime | ||||
* | don't use typeOfMBR to check the method on floppy which may not be inserted | Pascal Rigaux | 2004-11-23 | 1 | -1/+4 |
| | | | | | (part of bugzilla #12213) | ||||
* | remove some unneeded ";", add some for normalization (as told by perl_checker) | Pascal Rigaux | 2004-11-18 | 1 | -1/+1 |
| | |||||
* | rename get_of_dev() -> dev2yaboot() | Pascal Rigaux | 2004-11-16 | 1 | -4/+4 |
| | |||||
* | don't write boot OF in /tmp/of_boot_dev, better use dev2yaboot() instead | Pascal Rigaux | 2004-11-16 | 1 | -4/+0 |
| | |||||
* | - create yaboot2file() and use it | Pascal Rigaux | 2004-11-16 | 1 | -76/+88 |
| | | | | | | | | - update read_lilo() for yaboot - update write_yaboot() - remove {useboot} - set {boot} to /dev/sda1 in suggest() instead of handling it in write_yaboot() | ||||
* | - handle setting memsize mem= kernel parameter in a special function | Pascal Rigaux | 2004-10-27 | 1 | -16/+22 |
| | | | | | | - rely on pack_append() to remove dups (using $uniq_dict_appends) in set_append_with_key() (drawback: it doesn't keep the order anymore) | ||||
* | split {get,set}_append() into {get,set}_append_with_key() and ↵ | Pascal Rigaux | 2004-10-27 | 1 | -40/+47 |
| | | | | {get,set}_append_simple() | ||||
* | many kernel parameters alike "console=tty0 console=ttyS0,57600" can take | Pascal Rigaux | 2004-10-27 | 1 | -1/+6 |
| | | | | | | different values, so we now take the safe side and only remove dups for parameters we know the last parameter is used (bugzilla #12055) | ||||
* | detectloader must handle specially raid-extra-boot=mbr-only (bugzilla #12089) | Pascal Rigaux | 2004-10-26 | 1 | -6/+21 |
| | |||||
* | run grub chrooted | Gwenolé Beauchesne | 2004-10-26 | 1 | -3/+1 |
| | |||||
* | in grub menu.lst, keep previous "serial ..." and "terminal ..." lines ↵ | Pascal Rigaux | 2004-10-11 | 1 | -2/+6 |
| | | | | (bugzilla #12054) | ||||
* | on a recent kernel, we remove any existing devfs= kernel option to enable udev | Pascal Rigaux | 2004-10-08 | 1 | -1/+10 |
| | |||||
* | fix regexp decompose_vmlinuz_name (broke with kernel vmlinuz-2.6.8.1-12.1mdk) | Pascal Rigaux | 2004-10-06 | 1 | -1/+1 |
| | |||||
* | no need to require pkgs (and it makes bootloader-config some break when ↵ | Pascal Rigaux | 2004-09-15 | 1 | -1/+0 |
| | | | | removing entries) | ||||
* | handle raid-extra-boot (bugzilla #11350) | Pascal Rigaux | 2004-09-09 | 1 | -1/+1 |
| | |||||
* | remove unused variable | Pascal Rigaux | 2004-09-09 | 1 | -1/+1 |
| | |||||
* | - handle lilo "static-bios-codes" option | Pascal Rigaux | 2004-09-09 | 1 | -2/+3 |
| | | | | | | - call lilo with a forced stdin (so that it doesn't read from tty) - enable calling lilo with a special stdin value | ||||
* | help emacs mode | Pascal Rigaux | 2004-09-09 | 1 | -1/+1 |
| | |||||
* | fix regexp to work with "linux-2.6.8.1-10mdk" | Pascal Rigaux | 2004-09-09 | 1 | -1/+1 |
| | |||||
* | instead of expanding symlinks in any case, only do it when renaming "linux" | Pascal Rigaux | 2004-09-09 | 1 | -19/+26 |
| | | | | | | | into the kernel version based label (eg: "2681-10") that way "linux" like entries won't be modified, the way the "linux" is already handled | ||||
* | create get_kernels_and_labels_before_kernel_remove() used by bootloader-config | Pascal Rigaux | 2004-09-07 | 1 | -2/+11 |
| | |||||
* | add __regexp suffix to matching_desc() and matching_driver() | Thierry Vignaud | 2004-08-27 | 1 | -1/+1 |
| | |||||
* | - fix short label with extension. eg: have "linux-smp" instead of "linuxsmp" | Pascal Rigaux | 2004-08-17 | 1 | -1/+1 |
| | | | | | - this fixes choosing the default specialised kernel | ||||
* | help debugging detectloader | Pascal Rigaux | 2004-08-16 | 1 | -0/+1 |
| | |||||
* | add and use bootloader::set_append_netprofile() and ↵ | Olivier Blin | 2004-08-13 | 1 | -0/+13 |
| | | | | bootloader::get_append_netprofile() | ||||
* | - bootloader::remove_append_dict() is not useful, bootloader::set_append() ↵ | Pascal Rigaux | 2004-08-13 | 1 | -7/+0 |
| | | | | | | | | can do the same - don't modify anything before "Ok" is clicked - set_append with $netprofile eq '' will remove parameter PROFILE=xxx, which is what we want | ||||
* | remove old linuxconf profile code | Olivier Blin | 2004-08-13 | 1 | -19/+0 |
| | |||||
* | add remove_append_dict | Olivier Blin | 2004-08-13 | 1 | -0/+7 |
| | |||||
* | (mkinitrd) log failled command | Thierry Vignaud | 2004-08-11 | 1 | -1/+1 |
| | |||||
* | mount /proc, /sys and /proc/usb/usb in $prefix ASAP instead of doing it at ↵ | Pascal Rigaux | 2004-08-10 | 1 | -1/+0 |
| | | | | various places | ||||
* | - switch to mdadm (instead of raidtools) | Pascal Rigaux | 2004-08-08 | 1 | -1/+1 |
| | | | | | | | | | - create mdadm.conf instead of raidtab - internal {raids} is no more indexed by X for mdX, and so don't have holes anymore - internal {chunk-size} is now a number in KiB - internal {raid} is the raid device name, not the number - various cleanup for raid detection |