| Commit message (Expand) | Author | Age | Files | Lines |
* | don't set {meta_class} from file VERSION when it is already given on cmdline | Pascal Rigaux | 2004-09-22 | 1 | -1/+1 |
* | log the {meta_class} | Pascal Rigaux | 2004-09-10 | 1 | -0/+1 |
* | always load mouse modules at beginning of install (should fix X test | Olivier Blin | 2004-09-06 | 1 | -5/+2 |
* | stage1 terminfo is not available anymore, use our own terminfo | Pascal Rigaux | 2004-09-03 | 1 | -0/+1 |
* | read modules configuration file from stage1 as modules_conf file, but | Olivier Blin | 2004-08-27 | 1 | -1/+2 |
* | $::corporate is dead | Pascal Rigaux | 2004-08-17 | 1 | -3/+0 |
* | get release_notes at beginning of install_steps_interactive::acceptLicense(),... | Pascal Rigaux | 2004-08-17 | 1 | -1/+1 |
* | replace freeDriver with freedriver (stage2 para are lower cased) | Pascal Rigaux | 2004-08-16 | 1 | -1/+1 |
* | modules::load doesn't accept options anymore, use modules::load_with_options(... | Pascal Rigaux | 2004-08-16 | 1 | -3/+2 |
* | - don't use compssUsers anymore, use compssUsers.pl | Pascal Rigaux | 2004-08-13 | 1 | -1/+1 |
* | mount /proc, /sys and /proc/usb/usb in $prefix ASAP instead of doing it at va... | Pascal Rigaux | 2004-08-10 | 1 | -0/+4 |
* | correctly call errorInStep() | Pascal Rigaux | 2004-08-09 | 1 | -4/+3 |
* | - switch to mdadm (instead of raidtools) | Pascal Rigaux | 2004-08-08 | 1 | -1/+1 |
* | many functions in fsedit don't modify anything, they are simply accessors. | Pascal Rigaux | 2004-08-03 | 1 | -3/+2 |
* | - add field {fs_type} partially replacing {pt_type} | Pascal Rigaux | 2004-07-27 | 1 | -1/+1 |
* | adapt to new directories layout: | Pascal Rigaux | 2004-07-26 | 1 | -4/+4 |
* | - %modules::conf is no more a global, so many functions need passing $modules... | Pascal Rigaux | 2004-07-21 | 1 | -10/+11 |
* | fix mounting /sys (why did i switch to using syscall_ 'mount' directly? and w... | Pascal Rigaux | 2004-07-09 | 1 | -2/+1 |
* | - create X_options_from_o() and use it | Pascal Rigaux | 2004-07-08 | 1 | -0/+1 |
* | modules::mergein_conf() doesn't need to be given /etc/modules.conf | Pascal Rigaux | 2004-07-07 | 1 | -1/+1 |
* | stage1 used to write files /tmp/network, /tmp/ifcfg-eth0, /etc/modules.conf | Pascal Rigaux | 2004-07-01 | 1 | -1/+3 |
* | remove deprecated rhimage symlink | Pascal Rigaux | 2004-06-25 | 1 | -1/+0 |
* | rename --test in --testing for install2 (more coherent with standalone tools) | Pascal Rigaux | 2004-06-22 | 1 | -1/+1 |
* | merge globetrotter support from MDK-10-branch | Thierry Vignaud | 2004-06-18 | 1 | -0/+1 |
* | switch to xorg | Pascal Rigaux | 2004-06-08 | 1 | -1/+1 |
* | "expert" flag in stage2 is bad and deprecated, removing it! | Pascal Rigaux | 2004-05-26 | 1 | -1/+0 |
* | in manualFstab coming from auto_install.cfg, allow device /dev/XXX instead of... | Pascal Rigaux | 2004-05-13 | 1 | -0/+5 |
* | instead of keeping stage1 (mostly as temporary space but with a fixed size, a... | Pascal Rigaux | 2004-05-13 | 1 | -1/+8 |
* | perl_checker compliance | Pascal Rigaux | 2004-05-11 | 1 | -1/+1 |
* | blank.img has been removed, so remove special code handling it | Pascal Rigaux | 2004-05-03 | 1 | -2/+1 |
* | mount /sys before move::init() since move::init() needs it | Pascal Rigaux | 2004-04-08 | 1 | -1/+3 |
* | perl now handle cleanly utf8 string in exceptions, no need to die \N("...") | Pascal Rigaux | 2004-04-05 | 1 | -3/+2 |
* | tentatively fix lilo with lvm on / | Pascal Rigaux | 2004-03-11 | 1 | -0/+5 |
* | mount /sys in case it is useful (and it is for get_usb_storage_info_26()) | Pascal Rigaux | 2004-03-03 | 1 | -0/+1 |
* | add distro_type variable to select correct updates mirror type | Florent Villard | 2004-02-27 | 1 | -0/+2 |
* | HACK: set LD_ASSUME_KERNEL so that rpm doesn't try to use tls (which we don't | Pascal Rigaux | 2004-02-18 | 1 | -0/+1 |
* | in boolean context, "any" is better than "find" | Pascal Rigaux | 2004-02-13 | 1 | -1/+1 |
* | - have usb-storage as a scsi_hostadapter by default | Pascal Rigaux | 2004-02-13 | 1 | -0/+10 |
* | i810fb on 2.6 needs intel-agp module, doesn't like hwcur and xcon parameters | Guillaume Cottenceau | 2004-02-12 | 1 | -1/+2 |
* | replace unless with if | Pascal Rigaux | 2004-02-12 | 1 | -2/+2 |
* | perl_checker fix | Pascal Rigaux | 2004-02-03 | 1 | -1/+1 |
* | fix reading stage1 network configuration | Pascal Rigaux | 2004-02-02 | 1 | -1/+1 |
* | fix fix | Thierry Vignaud | 2004-01-14 | 1 | -1/+1 |
* | fix logic test order in order to prevent useless error message in --testing mode | Thierry Vignaud | 2004-01-14 | 1 | -1/+1 |
* | used the ip from stage1 instead of using IPADDR which is not given for dhcp | Pascal Rigaux | 2004-01-12 | 1 | -2/+3 |
* | no need to log the error twice, errorInStep will take care of it | Pascal Rigaux | 2004-01-08 | 1 | -1/+0 |
* | display the error | Pascal Rigaux | 2004-01-08 | 1 | -0/+1 |
* | logging when __DIE__ing is dangerous: | Pascal Rigaux | 2004-01-07 | 1 | -1/+0 |
* | obsolete livedrake, live_install, live_update | Pascal Rigaux | 2004-01-06 | 1 | -5/+3 |
* | get rid of g_auto_install (unused & not working) | Pascal Rigaux | 2004-01-06 | 1 | -10/+4 |