summaryrefslogtreecommitdiffstats
path: root/draklive
Commit message (Expand)AuthorAgeFilesLines
* reorder so that arch is set before calling get_builddir and get_system_root (...Olivier Blin2007-11-121-4/+4
* remove debug codeOlivier Blin2007-11-051-1/+0
* compute media dirs on the fly instead of hardcoding at start (to support CD-R...Olivier Blin2007-11-051-26/+47
* allow to remove files on live media from live->{media}{remove_files}Olivier Blin2007-11-021-0/+12
* do not hardcode rpm __db files removal in drakliveOlivier Blin2007-11-021-3/+0
* run postInstall after copying packagesOlivier Blin2007-11-021-3/+3
* make modules optional for custom squash_unionOlivier Blin2007-11-011-2/+2
* oops, fix bracesOlivier Blin2007-10-261-2/+2
* 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 to...Olivier Blin2007-10-251-1/+1
* 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 transpa...Olivier Blin2007-10-031-0/+2
* 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 probe-modu...Olivier Blin2007-10-031-1/+1
* 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 infamous...Olivier Blin2007-10-031-1/+1
* 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
* 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