Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | restrict localedrake to installed lang | Pascal Rigaux | 2002-03-01 | 1 | -1/+4 |
| | |||||
* | ask which hard drive is the booting one when there is mixed kind of drives | Pascal Rigaux | 2002-03-01 | 1 | -4/+22 |
| | | | | | (scsi+ide, ide2+ide) and the bootloader is not installed on MBR | ||||
* | call dcop as user | Pascal Rigaux | 2002-03-01 | 1 | -1/+1 |
| | |||||
* | - zips() now return devices ending with "4", raw_zips() is the old zips() | Pascal Rigaux | 2002-02-26 | 1 | -1/+29 |
| | | | | | | - rdvd handling - add .conf for /etc/devfs/conf.d/ files | ||||
* | (devfssymlinkf): use /etc/devfs/conf.d/name.conf instead of putting the ↵ | Pascal Rigaux | 2002-02-26 | 1 | -1/+6 |
| | | | | symlink in lib/dev-state | ||||
* | fixed English typo | Pablo Saratxaga | 2002-02-26 | 1 | -1/+1 |
| | |||||
* | corrected modules parameters functions | damien | 2002-02-25 | 1 | -3/+4 |
| | |||||
* | don't call formatAlaTeX 5 times, simpler to call it once where it's needed | Pascal Rigaux | 2002-02-24 | 1 | -10/+10 |
| | |||||
* | better rephrasing | Guillaume Cottenceau | 2002-02-22 | 1 | -2/+2 |
| | |||||
* | change name and description of security levels | Guillaume Cottenceau | 2002-02-22 | 1 | -8/+6 |
| | |||||
* | use the setupBootloader help instead of setupBootloaderGeneral | Pascal Rigaux | 2002-02-22 | 1 | -1/+1 |
| | |||||
* | restrict the langs displayed to non utf8 during install | Pascal Rigaux | 2002-02-22 | 1 | -1/+1 |
| | |||||
* | factorize and update the reading of previous security level | Pascal Rigaux | 2002-02-20 | 1 | -0/+9 |
| | |||||
* | english fix | Guillaume Cottenceau | 2002-02-19 | 1 | -1/+1 |
| | |||||
* | report_bug: find syslog in /var/log if it's not in /tmp, add | Guillaume Cottenceau | 2002-02-19 | 1 | -2/+2 |
| | | | | | $prefix in front of /var/* when missing | ||||
* | since we give "lilo.conf" in drakbug_report, let's also | Guillaume Cottenceau | 2002-02-19 | 1 | -0/+1 |
| | | | | | give "menu.lst" | ||||
* | (fileshare_config): rework the custom message and launch userdrake | Pascal Rigaux | 2002-02-18 | 1 | -4/+11 |
| | | | | | (report_bug): add lilo.conf | ||||
* | (autologin): do not allow empty user name since no autologin can already be ↵ | Pascal Rigaux | 2002-02-17 | 1 | -1/+1 |
| | | | | achieved by choosing "No" | ||||
* | use 'combo' instead of 'type' for bootloader choice and security choice | Pascal Rigaux | 2002-02-15 | 1 | -3/+3 |
| | | | | | (requested by fredb&dadou) | ||||
* | (setupBootloader): switch from "list" to "combo" | Pascal Rigaux | 2002-02-13 | 1 | -1/+1 |
| | |||||
* | allow to edit the initrd field (thx to randy.k.wilson) | Pascal Rigaux | 2002-02-11 | 1 | -1/+1 |
| | |||||
* | fixed syntax error... | Francois Pons | 2002-02-11 | 1 | -1/+1 |
| | |||||
* | in case there is both ata66 (hde) and ata33 hard drives, go to expert | Pascal Rigaux | 2002-02-10 | 1 | -1/+3 |
| | | | | | | questions directly (it would need a semi_auto asking on which drive the bios boots...) | ||||
* | force a few more "list"s instead of "combo" boxes | Pascal Rigaux | 2002-02-03 | 1 | -2/+2 |
| | |||||
* | since "format" is now handled for combo boxes, combo boxes are used in much ↵ | Pascal Rigaux | 2002-02-03 | 1 | -2/+2 |
| | | | | too many places. Fix this by forcing type "list" for some cases, and using type "list" when a ask_from has only one entry | ||||
* | (ask_window_manager_to_logout, running_window_manager): created from ↵ | Pascal Rigaux | 2002-01-30 | 1 | -3/+28 |
| | | | | | | | Xconfigurator and cleaned (selectLanguage): if $langs is empty, don't ask for "other languages" | ||||
* | move /root/* files (ddebug.log, install.log, report.bug, | Guillaume Cottenceau | 2002-01-29 | 1 | -5/+6 |
| | | | | | | auto_inst.cfg.pl, replay_install.img) to /root/drakx/, and also save stage1.log there | ||||
* | use the new format for combo's to clean code handling {vga} field | Pascal Rigaux | 2002-01-29 | 1 | -5/+3 |
| | |||||
* | rephrase a little bit highest level | Guillaume Cottenceau | 2002-01-29 | 1 | -1/+1 |
| | | | | | to not refer to "level 4" anymore | ||||
* | use formatAlaTeX for describing security levels | Guillaume Cottenceau | 2002-01-29 | 1 | -11/+11 |
| | |||||
* | handle the case where samba and/or nfs-utils are not installed | Pascal Rigaux | 2002-01-29 | 1 | -2/+25 |
| | |||||
* | simpler&nicer solution for writing kppprc in utf8 | Pascal Rigaux | 2002-01-28 | 1 | -10/+9 |
| | |||||
* | have kppprc strings in utf8 | Pascal Rigaux | 2002-01-28 | 1 | -13/+16 |
| | |||||
* | ensure grub is installed if grub is chosen | Pascal Rigaux | 2002-01-24 | 1 | -0/+10 |
| | |||||
* | - remove the default entry when that entry is removed | Pascal Rigaux | 2002-01-22 | 1 | -3/+4 |
| | | | | | - use allow_empty_list for displaying the entries | ||||
* | - fix default not being formatted like labels for lilo | Pascal Rigaux | 2002-01-22 | 1 | -1/+2 |
| | | | | | | - check the label is not already used *case-sensitively* - check a kernel_or_dev is given | ||||
* | quiet perl's warning | Pascal Rigaux | 2002-01-21 | 1 | -1/+1 |
| | |||||
* | cleanup, update, enhance security level choice | Pascal Rigaux | 2002-01-21 | 1 | -0/+51 |
| | |||||
* | when creating users, add handling of xgrp/rpm/adm/wheel groups in high security | Pascal Rigaux | 2002-01-21 | 1 | -2/+14 |
| | |||||
* | fix advice about "usermod -G" | Pascal Rigaux | 2002-01-21 | 1 | -1/+1 |
| | |||||
* | fix cancel on scsi module loading | Pascal Rigaux | 2002-01-16 | 1 | -2/+6 |
| | |||||
* | have ddcxinfos take the best result of every run | Pascal Rigaux | 2002-01-15 | 1 | -5/+10 |
| | |||||
* | fix english messages | Pascal Rigaux | 2002-01-03 | 1 | -1/+1 |
| | |||||
* | save the output of ddcxinfos before modprobe'ing i810fb, and use that output ↵ | Pascal Rigaux | 2002-01-03 | 1 | -1/+11 |
| | | | | for Xconfig (when i810fb is modprobe'd, ddc probe doesn't work anymore) | ||||
* | (setup_thiskind_backend): when at_least_one==1, try load_thiskind forcing | Pascal Rigaux | 2001-12-28 | 1 | -3/+3 |
| | | | | | pci_class probe when no modules is found. | ||||
* | fix typos | Pascal Rigaux | 2001-12-18 | 1 | -3/+3 |
| | |||||
* | clean_tmp now means using tmpfs | Pascal Rigaux | 2001-12-17 | 1 | -1/+10 |
| | |||||
* | - fix bootloader::add_append | Pascal Rigaux | 2001-12-10 | 1 | -0/+8 |
| | | | | | - add handling of serial console | ||||
* | save stage1.log and have it in report.bug | Guillaume Cottenceau | 2001-12-04 | 1 | -0/+1 |
| | |||||
* | make sure lilo is installed on automatic mode. | Francois Pons | 2001-12-04 | 1 | -3/+3 |
| |