summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/lomount.c
Commit message (Collapse)AuthorAgeFilesLines
* kill long dead argumentThierry Vignaud2013-03-231-2/+2
| | | | the "Additional Drivers floppy" is long dead
* (my_insmod) rename as (my_modprobe) as it really what it isThierry Vignaud2013-03-231-2/+2
|
* (lomount) do not try to load obsolete sqlzma & squashfs_lzma kernel modulesThierry Vignaud2012-02-261-2/+0
| | | | (less garbage in stage1's logs)
* kill dead emailsThierry Vignaud2012-01-271-1/+1
|
* mandrake is now mandrivaThierry Vignaud2009-03-061-2/+2
|
* squashfs needs sqlzmaOlivier Blin2008-12-171-0/+1
|
* try to load squashfs_lzma tooOlivier Blin2008-12-171-0/+1
|
* re-sync after the big svn lossPascal Rigaux2007-04-251-10/+7
|
* MandrakeSoft -> MandrakesoftPascal Rigaux2004-07-201-1/+1
|
* increase the number of loopbacks (needed for mandrakemove where the default ↵Pascal Rigaux2004-06-151-4/+4
| | | | (8) is much too low :)
* - no need for chloop device anymore, my kernel patch applies directly on the ↵Pascal Rigaux2004-04-081-11/+5
| | | | | | | default loop module :) - gzloop needs cryptoloop and zlib_inflate (why must i handle this by hand? is my gzloop ugly?...)
* until we haven't loaded the usb interface and the keyboard usb driver, we ↵Guillaume Cottenceau2004-01-221-3/+3
| | | | can't allow asking for additional drivers floppy, so need another parameter to my_insmod to indicate in which situation we are
* we need loop-aes for mountloop, so we use change_loop with a special device ↵Guillaume Cottenceau2003-12-011-7/+11
| | | | number
* in move kernel, we need change_loop.oGuillaume Cottenceau2003-11-271-0/+4
|
* allow more than one loop device for more than one lomountGuillaume Cottenceau2003-10-221-20/+40
|
* pixel doesn't suxGuillaume Cottenceau2003-10-211-1/+3
|
* pixel suxGuillaume Cottenceau2003-10-211-1/+1
|
* fix pixelGuillaume Cottenceau2003-10-211-1/+2
|
* fix pixelGuillaume Cottenceau2003-10-211-2/+2
|
* add beginning of gzloop handlingPascal Rigaux2003-10-211-1/+2
|
* mount all but ramdisk Read OnlyGuillaume Cottenceau2001-08-221-1/+1
|
* fix for hd-install when you provide a not valid ISO (cd #2 for example)Guillaume Cottenceau2001-03-181-17/+16
|
* - fix behaviour with bad ISO images (DISK installs)Guillaume Cottenceau2001-01-121-1/+0
| | | | | - better dialogs for DISK installs
* fix failing umount for DISK installs in some failing loopback situationsGuillaume Cottenceau2001-01-111-7/+14
|
* better log messagesGuillaume Cottenceau2001-01-111-5/+4
|
* continue anyway when insmod'ing of modules fail (for blank.img)Guillaume Cottenceau2001-01-111-4/+1
|
* - add DISK install from ISO image fileGuillaume Cottenceau2001-01-111-0/+170