| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | (summary) fix some banner icons (#33802) | Thierry Vignaud | 2007-09-20 | 2 | -2/+4 |
* | split on 2 lines since it's too long (#33780) | Pascal Rigaux | 2007-09-20 | 1 | -2/+4 |
* | up | José Melo | 2007-09-20 | 1 | -8/+7 |
* | Updated Slovenian translation | Jure Repinc | 2007-09-20 | 1 | -28/+16 |
* | 10.4.205 | Olivier Blin | 2007-09-19 | 2 | -1/+3 |
* | update translation for Italian | Andrea Celli | 2007-09-19 | 1 | -38/+21 |
* | stop offering to run drakxtv ; rationale: | Thierry Vignaud | 2007-09-19 | 2 | -1/+3 |
* | add ldetect-lst-modules.alias file in stage2 | Olivier Blin | 2007-09-19 | 2 | -1/+5 |
* | add dkms-modules.alias file in stage2 | Olivier Blin | 2007-09-19 | 2 | -1/+2 |
* | fix passing module options when module name contains a '-' character | Olivier Blin | 2007-09-19 | 2 | -2/+4 |
* | (config) do not configure unknow drivers (installer wasn't filtering | Thierry Vignaud | 2007-09-19 | 1 | -0/+1 |
* | (summary) stop configuring TV cards in summary since kernel do a better job now | Thierry Vignaud | 2007-09-19 | 2 | -12/+2 |
* | fix a path | Thierry Vignaud | 2007-09-19 | 1 | -1/+1 |
* | 10.4.204 | Pascal Rigaux | 2007-09-19 | 2 | -1/+3 |
* | in my tests with drakx-in-chroot, i end up change_phys_medium being called by | Pascal Rigaux | 2007-09-19 | 1 | -2/+2 |
* | adapt load_and_configure() example to current prototype | Olivier Blin | 2007-09-19 | 1 | -1/+1 |
* | 10.4.203 | Thierry Vignaud | 2007-09-19 | 2 | -1/+3 |
* | - individual package selection: make the package "Info" non editable | Pascal Rigaux | 2007-09-19 | 2 | -1/+2 |
* | - diskdrake : | Pascal Rigaux | 2007-09-19 | 5 | -1/+12 |
* | rename function (to avoid conflicting name in next commit) | Pascal Rigaux | 2007-09-19 | 1 | -2/+2 |
* | create partition_table_initialize() and partition_table_clear_and_initialize() | Pascal Rigaux | 2007-09-19 | 5 | -7/+38 |
* | should have been committed with the rest... | Pascal Rigaux | 2007-09-19 | 1 | -0/+2 |
* | - create lvm::add_to_VG() out of diskdrake::interactive::Add2LVM() | Pascal Rigaux | 2007-09-19 | 2 | -9/+16 |
* | - diskdrake: | Pascal Rigaux | 2007-09-19 | 2 | -5/+10 |
* | don't detect eagle-usb anymore | Olivier Blin | 2007-09-19 | 1 | -1/+1 |
* | restore banner on pop up messages (#33753) | Pascal Rigaux | 2007-09-19 | 3 | -3/+8 |
* | o handle /boot/xxx files on linux raid1 | Pascal Rigaux | 2007-09-19 | 3 | -0/+8 |
* | - getInputDevices(): keep "Bus=..." for drakx-kbd-mouse-x11 | Pascal Rigaux | 2007-09-19 | 2 | -0/+2 |
* | Fixing two pt_BR translations | Felipe Arruda | 2007-09-19 | 1 | -2/+2 |
* | allow to specify keep_unrequested_dependencies in auto_inst | Olivier Blin | 2007-09-19 | 2 | -3/+5 |
* | - fix getting UUID on mdmadm (eg: md0) devices | Pascal Rigaux | 2007-09-19 | 4 | -14/+8 |
* | do not use $::o in install::pkgs (to be consistent with next commit and to pl... | Olivier Blin | 2007-09-19 | 2 | -3/+3 |
* | Updated et translation | Funda Wang | 2007-09-19 | 1 | -12/+7 |
* | update translation for Hebrew | Dotan Kamber | 2007-09-18 | 1 | -304/+285 |
* | it's better to inheritate from partition_table::readonly, that way we can do | Pascal Rigaux | 2007-09-18 | 1 | -4/+9 |
* | we really want to remove existing partitions first (via tell_kernel) | Pascal Rigaux | 2007-09-18 | 1 | -1/+1 |
* | create partition_table::readonly and use it | Pascal Rigaux | 2007-09-18 | 3 | -14/+30 |
* | oops, this one goes with previous commit | Pascal Rigaux | 2007-09-18 | 1 | -7/+0 |
* | rename partition_table::raw::clear() into partition_table::initialize() | Pascal Rigaux | 2007-09-18 | 4 | -19/+27 |
* | rename ->zero_MBR into ->clear, and ->zero_MBR_and_dirty into ->clear_and_dirty | Pascal Rigaux | 2007-09-18 | 5 | -14/+18 |
* | create clear_existing() | Pascal Rigaux | 2007-09-18 | 1 | -2/+7 |
* | handle "LVM on full disk" like other partition tables | Pascal Rigaux | 2007-09-18 | 3 | -6/+14 |
* | fix previous commit | Pascal Rigaux | 2007-09-18 | 1 | -0/+1 |
* | drop unused variables | Pascal Rigaux | 2007-09-18 | 1 | -1/+0 |
* | create partition_table::raw::read_primary out of partition_table::read_primary() | Pascal Rigaux | 2007-09-18 | 2 | -10/+17 |
* | move more things from read() to read_primary() | Pascal Rigaux | 2007-09-18 | 1 | -7/+8 |
* | simplify: read_one was used for primary and extended. replacing most of read_... | Pascal Rigaux | 2007-09-18 | 1 | -12/+9 |
* | create pt_info_to_primary() out of partition_table::read_one() | Pascal Rigaux | 2007-09-18 | 2 | -8/+15 |
* | rename ->read to ->read_one | Pascal Rigaux | 2007-09-18 | 7 | -8/+8 |
* | transform ->clear_raw into the more generic ->initialize | Pascal Rigaux | 2007-09-18 | 8 | -19/+29 |