Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | explain | Thierry Vignaud | 2012-05-23 | 1 | -0/+1 |
| | |||||
* | perl_checker cleanups | Thierry Vignaud | 2012-05-23 | 1 | -1/+2 |
| | | | | | sync with MDK::Common explain from where output() come | ||||
* | fix "not enough parameters" and actually display error messages | Thierry Vignaud | 2012-05-23 | 1 | -1/+1 |
| | | | | bug for 11+ years... | ||||
* | supplement blacklist | Thierry Vignaud | 2012-05-23 | 1 | -0/+1 |
| | |||||
* | perl_checker fix | Thierry Vignaud | 2012-05-23 | 1 | -0/+1 |
| | |||||
* | (install_module) merge install_module_raw() in it | Thierry Vignaud | 2012-05-23 | 1 | -6/+1 |
| | |||||
* | (install_module_raw) 'descr' arg is now mandatory since simpe calls just ↵ | Thierry Vignaud | 2012-05-23 | 1 | -2/+2 |
| | | | | vanished | ||||
* | we've switch from "USB HIDBP Keyboard (simple Boot)" support to full HID a ↵ | Thierry Vignaud | 2012-05-23 | 1 | -5/+0 |
| | | | | | | | long time ago installer don't try to load it anymore since commit r244260 from pixel on Wed Aug 20 2 2008: "usbkbd is dead, using usbhid instead" | ||||
* | kill last remanents of kernel-2.4.x | Thierry Vignaud | 2012-05-23 | 1 | -1/+0 |
| | |||||
* | explain | Thierry Vignaud | 2012-05-23 | 1 | -0/+2 |
| | |||||
* | (install_module_raw) simplify | Thierry Vignaud | 2012-05-23 | 1 | -1/+1 |
| | |||||
* | perl_checker cleanups | Thierry Vignaud | 2012-05-23 | 2 | -2/+2 |
| | |||||
* | drop devices.pl (devices nodes are now created by udev) | Thierry Vignaud | 2012-05-23 | 1 | -55/+0 |
| | |||||
* | do not reinvent lvm::init() and thus share future improvements | Thierry Vignaud | 2012-05-23 | 1 | -2/+4 |
| | |||||
* | reduce scope of some variables | Thierry Vignaud | 2012-05-23 | 1 | -2/+3 |
| | |||||
* | (cat_) sync with MDK::Common (but keep older error message) | Thierry Vignaud | 2012-05-23 | 1 | -1/+2 |
| | | | | (perl_checker cleanups) | ||||
* | (cat_) we never pass a second arg | Thierry Vignaud | 2012-05-23 | 1 | -2/+1 |
| | |||||
* | (modprobe) simplify | Thierry Vignaud | 2012-05-23 | 1 | -4/+2 |
| | |||||
* | 1.38 | Thierry Vignaud | 2012-05-11 | 2 | -1/+3 |
| | |||||
* | include missing modules when SMB appears in fstab (mga#5850) | Thierry Vignaud | 2012-05-11 | 2 | -0/+5 |
| | |||||
* | explain | Thierry Vignaud | 2012-05-02 | 1 | -0/+1 |
| | |||||
* | 1.37 | Thierry Vignaud | 2012-04-18 | 2 | -1/+3 |
| | |||||
* | fix detecting RAID (mga#5048) | Thierry Vignaud | 2012-04-18 | 2 | -1/+2 |
| | |||||
* | include more udev rules for RAID (mga#5048) | Thierry Vignaud | 2012-04-18 | 2 | -0/+9 |
| | | | | also include libdmraid-events-isw.so for dmraid (mga#4750) | ||||
* | add missing spacing | Thierry Vignaud | 2012-04-18 | 1 | -0/+1 |
| | |||||
* | sort udev rules | Thierry Vignaud | 2012-04-18 | 1 | -1/+1 |
| | |||||
* | Release 1.36 | Pascal Terjan | 2012-04-08 | 2 | -1/+2 |
| | |||||
* | fix modprobe to support being called by kernel (mga#5274) | Pascal Terjan | 2012-04-08 | 2 | -0/+6 |
| | |||||
* | 1.35 | Thierry Vignaud | 2012-04-05 | 2 | -1/+3 |
| | |||||
* | (tar) add a 'dist' alias | Thierry Vignaud | 2012-04-05 | 1 | -0/+2 |
| | |||||
* | - default to "screen" instead of "linux" terminfo (mga#4894) | Thierry Vignaud | 2012-04-05 | 3 | -0/+5 |
| | | | | - include "screen" terminfo (mga#4894) | ||||
* | 32bit grub needs 32 bit loader (mga#5191), which install-xml-file-list | Thierry Vignaud | 2012-04-05 | 2 | -0/+7 |
| | | | | doesn't pull b/c it only looks at lib*.so, not ld* | ||||
* | add chrooted rescue system in PATH | Thierry Vignaud | 2012-04-05 | 2 | -1/+3 |
| | |||||
* | no need to export PATH twice | Thierry Vignaud | 2012-04-05 | 1 | -1/+1 |
| | |||||
* | escape / in generated passwords & add trailing ; in command lists in startssh | Maarten Vanraes | 2012-02-26 | 3 | -5/+10 |
| | |||||
* | 1.33 | Thierry Vignaud | 2012-02-26 | 2 | -1/+3 |
| | |||||
* | do not symlink /dev (mga#1023) | Thierry Vignaud | 2012-02-26 | 2 | -1/+2 |
| | |||||
* | really fix mounting /dev/pts & /dev/shm (mga#1023) | Thierry Vignaud | 2012-02-25 | 4 | -8/+4 |
| | |||||
* | version bump & NEWS | Maarten Vanraes | 2012-02-25 | 2 | -1/+6 |
| | |||||
* | add some tests and error handling in startssh | Maarten Vanraes | 2012-02-25 | 1 | -9/+16 |
| | |||||
* | don't overwrite /dev after udev handles it | Maarten Vanraes | 2012-02-25 | 1 | -3/+2 |
| | |||||
* | really revert bogus change | Thierry Vignaud | 2012-02-25 | 1 | -1/+1 |
| | |||||
* | revert bogus change | Thierry Vignaud | 2012-02-25 | 1 | -1/+1 |
| | |||||
* | actually bump version | Thierry Vignaud | 2012-02-25 | 1 | -1/+1 |
| | |||||
* | fix mounting /dev/pts & /dev/shm (mga#1023) | Thierry Vignaud | 2012-02-25 | 3 | -7/+4 |
| | | | | | and do it in the right place | ||||
* | fix date | Thierry Vignaud | 2012-02-25 | 2 | -2/+2 |
| | |||||
* | - fix wrong dates in the NEWS file | Maarten Vanraes | 2012-02-25 | 4 | -6/+18 |
| | | | | | | | - add logging to dropbear - make sure /dev/pts is mounted (mga#1023) - make root user homedir /root - add agetty (mga#2052) | ||||
* | kill dead emails | Thierry Vignaud | 2012-01-27 | 3 | -3/+3 |
| | |||||
* | 1.30 | Thierry Vignaud | 2012-01-26 | 2 | -1/+3 |
| | |||||
* | enable autologin on all consoles | Thierry Vignaud | 2012-01-26 | 2 | -5/+6 |
| |