summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* make volatile_squash_union a custom mount, to make modules optionalOlivier Blin2007-10-261-10/+13
|
* do not uppercase label anymore for vfat partitions, nash with vol_id seems ↵Olivier Blin2007-10-251-1/+1
| | | | to handle it fine
* pass storage type when probing modulesOlivier Blin2007-10-251-1/+1
|
* enable gfxboot only if $live->{system}{gfxboot} is setOlivier Blin2007-10-251-2/+3
|
* create more loop devicesOlivier Blin2007-10-231-1/+1
|
* umount usb device if loopback copy failsOlivier Blin2007-10-181-0/+2
|
* unlink list file if loopbacks copy fails as wellOlivier Blin2007-10-181-1/+1
|
* reorganize/reindent for next commitOlivier Blin2007-10-181-12/+16
|
* make warn messages less verboseOlivier Blin2007-10-181-8/+8
|
* do not allow to create USB master, it is not correctly implemented yetOlivier Blin2007-10-161-1/+1
|
* fix removal of __db files (do it in chroot)Olivier Blin2007-10-121-1/+1
|
* drop useless ide-generic hack, probe-modules will load it as fallback onlyOlivier Blin2007-10-031-5/+0
|
* drop usb-storage hack, this should be done by probe-modulesOlivier Blin2007-10-031-4/+0
|
* eventually add and use probe-modules helper from stage1Olivier Blin2007-10-031-0/+3
|
* add missing semi-colon /o\Olivier Blin2007-10-031-1/+1
|
* add fallback-modules.aliasOlivier Blin2007-10-031-1/+1
|
* add ldetect-lst tables and pci.ids for probe-modulesOlivier Blin2007-10-031-0/+4
|
* add module alias files for probe-modulesOlivier Blin2007-10-031-1/+4
|
* add modules.description for probe-modulesOlivier Blin2007-10-031-1/+1
|
* add modules.dep for probe-modulesOlivier Blin2007-10-031-0/+4
|
* pre-create /tmp for probe-modulesOlivier Blin2007-10-031-1/+1
|
* add .ko.gz symlinks to .ko files (to be used by probe-modules, gzopen ↵Olivier Blin2007-10-031-0/+2
| | | | transparently opens uncompressed files)
* initrd's insmod need real module filenameOlivier Blin2007-10-031-1/+1
|
* load dependencies of extra modules onlyOlivier Blin2007-10-031-1/+3
|
* do not explicitely load storage module in linuxrc (will be done by ↵Olivier Blin2007-10-031-1/+1
| | | | probe-modules helper)
* keep a separate storage_modules variableOlivier Blin2007-10-031-7/+7
|
* move disk/raw and disk/cdrom modules in a new media_modules settingOlivier Blin2007-10-031-2/+5
|
* do not add disk/raw category for cdrom mediaOlivier Blin2007-10-031-1/+1
|
* use underscores in iso8859 modulesOlivier Blin2007-10-031-1/+1
|
* handle module names with underscoresOlivier Blin2007-10-031-1/+2
|
* add trailing newline in missing modules die message (not to call the ↵Olivier Blin2007-10-031-1/+1
| | | | infamous drakbug)
* use new module dependencies functions from list_modules (such as modname2path)Olivier Blin2007-10-031-22/+9
|
* install modules in /modules instead of /lib in initrdOlivier Blin2007-10-031-5/+4
|
* move insmod after /proc and /sys are mounted (cosmetics for next commits)Olivier Blin2007-10-031-1/+1
|
* do not mess / tree if no live modules are usedOlivier Blin2007-10-031-1/+1
|
* add a FIXME: CDROM image for USB systems use wrong boot directoryOlivier Blin2007-10-031-0/+1
|
* workaround rpm bug that leaves a corrupted rpm DB in chrootOlivier Blin2007-10-031-0/+3
|
* initial creationThierry Vignaud2007-10-011-0/+437
|
* add std changelog rulesThierry Vignaud2007-10-011-0/+10
|
* do not run service_harddrake stop anymore, it does not exist in 2008.0Olivier Blin2007-09-291-4/+0
|
* fix typoOlivier Blin2007-09-251-1/+1
|
* add newlines in die messages, not to trigger the infamous drakbugOlivier Blin2007-09-251-29/+29
|
* print usage if no option is specifiedOlivier Blin2007-09-251-1/+1
|
* fix division by zero /o\Olivier Blin2007-09-251-1/+1
|
* copy additional modules after plain modules, so that they can overwrite themOlivier Blin2007-09-191-1/+1
|
* fix additional modules copyOlivier Blin2007-09-191-1/+1
|
* please perl_checkerOlivier Blin2007-09-031-1/+1
|
* don't check symlinks when looking for kernels (fix matching ↵Olivier Blin2007-09-031-1/+1
| | | | vmlinuz-tmb-desktop586)
* simplifyOlivier Blin2007-09-031-1/+1
|
* allow to copy per-fs files in mkinitrdOlivier Blin2007-08-281-1/+9
|