summaryrefslogtreecommitdiffstats
path: root/mkinitcpio
AgeCommit message (Expand)AuthorFilesLines
2012-03-04mkinitcpio: dedupe MODPATHS array before installation0.8.4Dave Reisner1-1/+2
2012-03-04add -A option to specify extra hooksDave Reisner1-2/+5
2012-03-04mkinitcpio: allow -S to be specified multiple timesDave Reisner1-1/+3
2012-03-04add support for HOOKDIR/INSTDIR as arraysDave Reisner1-34/+48
2012-02-17mkinitcpio: unzip modules before image compressionTom Gundersen1-0/+3
2012-02-14mkinitcpio: install all modules to a single dirDave Reisner1-6/+2
2012-02-14mkinitcpio: catch more buildtime errorsDave Reisner1-3/+6
2012-01-28mkinitcpio: obsolete install as a buildhook functionDave Reisner1-7/+1
2012-01-11Keep modules.devname needed for on-demand module loadingGerardo Exequiel Pozzi1-2/+2
2012-01-05mkinitcpio: include modules.{builtin,order} for depmod callDave Reisner1-1/+6
2012-01-05mkinitcpio: remove hardcoded pathsDave Reisner1-1/+1
2011-12-26mkinitcpio: avoid color when stdout isn't a ttyDave Reisner1-1/+1
2011-12-17ensure MODULEDIR is declared with a trailing slashDave Reisner1-1/+1
2011-12-05mkinitcpio: add VERSION stamp to imageDave Reisner1-1/+6
2011-11-29mkinitcpio: parse vars from config file lastDave Reisner1-2/+10
2011-11-29mkinitcpio: warn when no modules are added to the imageDave Reisner1-0/+2
2011-10-25mkinitcpio: dereference symlinks when resolving kernverDave Reisner1-1/+1
2011-10-16mkinitcpio: ensure get_kernver always returns a kverDave Reisner1-12/+17
2011-10-16mkinitcpio: avoid stomping on TMPDIR from the environmentDave Reisner1-10/+13
2011-10-09mkinitcpio: avoid using mountpointDave Reisner1-2/+4
2011-10-01mkinitcpio: avoid creating savelist in main loopDave Reisner1-3/+3
2011-10-01remove duplicate "error" in error messageDave Reisner1-1/+1
2011-10-01use correct variable to reference compression methodDave Reisner1-1/+1
2011-10-01mkinitcpio: insist that /dev and /proc be mountedDave Reisner1-0/+4
2011-09-27mkinitcpio: keep going even when a hook isn't foundDave Reisner1-1/+2
2011-09-27mkinitcpio: explicitly create $BUILDROOTDave Reisner1-0/+3
2011-09-27mkinitcpio: fix whitespace errors in error messagesDave Reisner1-2/+2
2011-09-27mkinitcpio: simplify setting of SKIPHOOKSDave Reisner1-6/+1
2011-09-27ensure local scoping of variablesDave Reisner1-2/+2
2011-07-09mkinitcpio: reference -h on failed option parsingDave Reisner1-2/+2
2011-07-09mkinitcpio: add --quiet to bsdcpio without -vDave Reisner1-1/+3
2011-07-04mkinitcpio: include version in help msgDave Reisner1-0/+1
2011-07-04fix module installation issues with BASEDIRDave Reisner1-1/+4
2011-07-04unify error messaging, both in grammar and outputDave Reisner1-9/+10
2011-07-04mkinitcpio: refactor BASEDIR resolutionDave Reisner1-11/+12
2011-07-03Merge branch 'working' of https://github.com/falconindy/mkinitcpio into workingThomas Bächler1-5/+2
2011-07-02cleanup rarely and unused variable declarationsDave Reisner1-5/+2
2011-07-02Fix -k /path when -b is usedGerardo Exequiel Pozzi1-1/+1
2011-07-02install modules all at onceDave Reisner1-1/+4
2011-07-02always exit from cleanupDave Reisner1-16/+8
2011-07-01mkinitcpio: use msg instead of echo for hook helpDave Reisner1-1/+1
2011-07-01avoid touching the linker directlyDave Reisner1-17/+1
2011-06-27mkinitcpio: fix resolution issues with RTLDDave Reisner1-3/+2
2011-06-27install/base: use private API call to add configDave Reisner1-1/+1
2011-06-26Use error function instead of echoSebastien Luttringer1-2/+2
2011-06-26Print pretty message if no help is defined in hookSebastien Luttringer1-0/+4
2011-06-26Fix printing of bash usage when asking for a bad hookSebastien Luttringer1-2/+6
2011-06-25properly support $BASEDIRDave Reisner1-1/+19
2011-06-25mkinitcpio: allow absolute paths to preset filesDave Reisner1-2/+6
2011-06-25mkinitcpio: catch errors in parse_hookDave Reisner1-0/+14