summaryrefslogtreecommitdiffstats
path: root/mkinitcpio
AgeCommit message (Expand)AuthorFilesLines
2012-05-02ensure that cmdline added hooks are run properly in early initDave Reisner1-3/+13
2012-04-22mkinitcpio: check return of cd before listing hooksDave Reisner1-2/+2
2012-04-22mkinitcpio: dont exit from usageDave Reisner1-2/+2
2012-04-22mkinitcpio: adopt parseopts for option parsingDave Reisner1-58/+94
2012-04-16mkinitcpio: refuse to run without hooks definedDave Reisner1-0/+4
2012-04-16mkinitcpio: refer to /usr/lib/modules uniformlyDave Reisner1-5/+5
2012-04-02create /lib as a symlink to /usr/lib0.8.6Dave Reisner1-1/+1
2012-04-02mkinitcpio: hardcode a sane PATHDave Reisner1-3/+3
2012-04-02add minor tweaks to make testing a bit easierDave Reisner1-2/+2
2012-03-06mkinitcpio: force UID/GID 0 for files written to imageDave Reisner1-1/+1
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