Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | handle case when main clp contains also boot clp files | Guillaume Cottenceau | 2003-10-23 | 1 | -2/+3 | |
| | ||||||
* | a bit more logging info in case of failure | Guillaume Cottenceau | 2003-10-23 | 1 | -1/+1 | |
| | ||||||
* | various fixes: | Pascal Rigaux | 2003-10-23 | 1 | -5/+3 | |
| | | | | | | | - add some usually automatic flags 'BURNER', 'UTF8', 'DOCS', 'TV', '3D' - use symlinkf instead of "ln -sf" (symlinkf is much better, it removes destination first) - not need to run pango-querymodules anymore | |||||
* | don't use exit(), use _exit() | Pascal Rigaux | 2003-10-23 | 1 | -1/+1 | |
| | ||||||
* | copy boot live tree into memory to much speed up startup time in cdrom mode | Guillaume Cottenceau | 2003-10-22 | 1 | -3/+39 | |
| | ||||||
* | file_size | Guillaume Cottenceau | 2003-10-22 | 2 | -7/+14 | |
| | ||||||
* | correctly install runstage2 as runstage2.pl | Guillaume Cottenceau | 2003-10-22 | 1 | -1/+2 | |
| | ||||||
* | add /sbin/init (this is mdk-stage1/init-move, not stock linux | Guillaume Cottenceau | 2003-10-22 | 1 | -0/+1 | |
| | | | | | init - should be in /tmp/live_tree/sbin/init avec "make install") | |||||
* | handle "boot" clp and "main" clp. passing argument "live" can force to not ↵ | Guillaume Cottenceau | 2003-10-22 | 9 | -22/+57 | |
| | | | | use the clp in favor of live tree. | |||||
* | report errno when init can't exec binary | Guillaume Cottenceau | 2003-10-22 | 1 | -1/+1 | |
| | ||||||
* | allow more than one loop device for more than one lomount | Guillaume Cottenceau | 2003-10-22 | 5 | -37/+56 | |
| | ||||||
* | add make_live_tree_boot | Pascal Rigaux | 2003-10-22 | 3 | -1/+568 | |
| | ||||||
* | handle usb isdn adapters | Thierry Vignaud | 2003-10-22 | 1 | -2/+4 | |
| | ||||||
* | add entries for usb isdn adapters | Thierry Vignaud | 2003-10-22 | 1 | -0/+10 | |
| | ||||||
* | fix steping back on choosing isdn card step | Thierry Vignaud | 2003-10-22 | 1 | -1/+1 | |
| | ||||||
* | fix isdn detection | Thierry Vignaud | 2003-10-22 | 1 | -1/+1 | |
| | ||||||
* | pixel rulz | Guillaume Cottenceau | 2003-10-22 | 1 | -1/+1 | |
| | ||||||
* | *** empty log message *** | Guillaume Cottenceau | 2003-10-21 | 1 | -1/+1 | |
| | ||||||
* | *** empty log message *** | Guillaume Cottenceau | 2003-10-21 | 1 | -0/+5 | |
| | ||||||
* | use pixel's gzloop module rather than cloop | Guillaume Cottenceau | 2003-10-21 | 3 | -6/+10 | |
| | ||||||
* | pixel doesn't sux | Guillaume Cottenceau | 2003-10-21 | 1 | -1/+3 | |
| | ||||||
* | pixel sux | Guillaume Cottenceau | 2003-10-21 | 1 | -1/+1 | |
| | ||||||
* | fix pixel | Guillaume Cottenceau | 2003-10-21 | 1 | -1/+2 | |
| | ||||||
* | fix pixel | Guillaume Cottenceau | 2003-10-21 | 2 | -3/+3 | |
| | ||||||
* | add beginning of gzloop handling | Pascal Rigaux | 2003-10-21 | 2 | -2/+3 | |
| | ||||||
* | misc perl_checker cleanups | Thierry Vignaud | 2003-10-20 | 3 | -25/+23 | |
| | ||||||
* | kill warning complaint from gcc aka resync with official newt headers | Thierry Vignaud | 2003-10-20 | 1 | -1/+1 | |
| | ||||||
* | kill warning complaint from gcc aka resync with official rpm headers | Thierry Vignaud | 2003-10-20 | 1 | -1/+1 | |
| | ||||||
* | misc perl_checker cleanups | Thierry Vignaud | 2003-10-20 | 3 | -8/+8 | |
| | ||||||
* | drakperm incorrectly enable one to click "ok" after having altered a | Thierry Vignaud | 2003-10-20 | 1 | -0/+1 | |
| | | | | | | | | | system rule whereas system rules are not saved since they're enforced by msec. this may confuse the end user ("why my changes weren't applied?") so let disable the "ok" button if the current entry is uneditable. | |||||
* | fix crash on editable items | Thierry Vignaud | 2003-10-20 | 1 | -10/+13 | |
| | ||||||
* | Add lpfcdd support (Emulex adapters) | Nicolas Planel | 2003-10-20 | 1 | -1/+1 | |
| | ||||||
* | perform test once and move it out of the save loop | Thierry Vignaud | 2003-10-20 | 1 | -3/+3 | |
| | ||||||
* | un-jonathan-ize() | Thierry Vignaud | 2003-10-20 | 1 | -10/+4 | |
| | ||||||
* | consolidate, simplify, remove duplicate | Thierry Vignaud | 2003-10-20 | 1 | -36/+24 | |
| | ||||||
* | print more understandable error message on parse error | Thierry Vignaud | 2003-10-20 | 1 | -1/+1 | |
| | ||||||
* | fix #6159: fix detection when a local name server is faking the | Thierry Vignaud | 2003-10-20 | 1 | -7/+7 | |
| | | | | | | connection because of its cache by checking at least a packet is ack-ed | |||||
* | do not break working code! (titi sucks) | Pascal Rigaux | 2003-10-20 | 1 | -1/+0 | |
| | ||||||
* | remove some unneeded code | Guillaume Cottenceau | 2003-10-19 | 1 | -137/+27 | |
| | ||||||
* | use nfsmount code from util-linux-2.11z so that we're using nfsmount v3 with ↵ | Guillaume Cottenceau | 2003-10-18 | 3 | -275/+887 | |
| | | | | 2.4 kernel (not mandatory, but thought it was the origin of the cloop-over-nfs problem - which is not) | |||||
* | nfs, cloop | Guillaume Cottenceau | 2003-10-18 | 1 | -6/+2 | |
| | ||||||
* | support cloop over NFS too. stay flexible enough so that server= parameter ↵ | Guillaume Cottenceau | 2003-10-18 | 4 | -5/+28 | |
| | | | | can either designate the root of the live tree or the root for the cloop live tree, program will detect automatically both. | |||||
* | try to see when it fails :/ | Guillaume Cottenceau | 2003-10-18 | 1 | -1/+1 | |
| | ||||||
* | minor cleanup | Thierry Vignaud | 2003-10-17 | 1 | -1/+1 | |
| | ||||||
* | perl_checker cleanups | Thierry Vignaud | 2003-10-17 | 3 | -39/+39 | |
| | ||||||
* | - perl_checker cleanups | Thierry Vignaud | 2003-10-17 | 1 | -25/+24 | |
| | | | | | | | | | - this enable to catch two bugs: o test_connected function was wrong and did not pass its parameter to network code code o profile managment in net_monitor wasn't updated to latest damien api changes in network::netconnect and thus was broken :-( | |||||
* | roolback hp fix: | Thierry Vignaud | 2003-10-17 | 1 | -1/+1 | |
| | | | | | | | | after further investigation at Houston, the bcm440 bug was not related to MII_NOT_SUPPORTED (ethtool/mii support is fine in this driver). instead, it is related to half/full duplex detection. | |||||
* | workaround anthill bug #18 (do not overwrite sound aliases when no hardware ↵ | Thierry Vignaud | 2003-10-17 | 1 | -2/+5 | |
| | | | | change) | |||||
* | - simplify | Thierry Vignaud | 2003-10-17 | 2 | -24/+15 | |
| | | | | | | | | - remove spurious module imports & requires - remove never used arg (this enable to simplify caller) - fix detection logic: do not mix old detected stuff with new one if one step back in drakconnect after plugging some network devices in | |||||
* | network::netconnect is unused | Thierry Vignaud | 2003-10-17 | 1 | -1/+0 | |
| |