Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-06-19 | mkinitcpio: bashification, part 1/2 | Dave Reisner | 1 | -5/+5 | |
Always use bash's [[ ]], and apply (( )) where arithmetic calculations are made. We also take a few other bash shortcuts to simplify code where possible. We also touch the Makefile here to adjust the sed'ing for directory names. Signed-off-by: Dave Reisner <d@falconindy.com> | |||||
2011-06-16 | Makefile: refactor and simplify | Dave Reisner | 1 | -52/+42 | |
This should all lead to easier maintenance. * use git-archive to create the tarball, appending DIST_EXTRA to the tarball afterwards. * use commonly defined variables such as ${RM} * always use install, rather than cp to ensure proper permissions * functionize creation of directories * add .PHONY targets * combined commands wherever possible Signed-off-by: Dave Reisner <d@falconindy.com> | |||||
2011-06-16 | lsinitcpio: new utility to dump contents of images | Dave Reisner | 1 | -0/+5 | |
Signed-off-by: Dave Reisner <d@falconindy.com> | |||||
2011-06-16 | Release version 0.6.150.6.15 | Thomas Bächler | 1 | -1/+1 | |
2011-06-12 | Release version 0.6.140.6.14 | Thomas Bächler | 1 | -1/+1 | |
2011-06-02 | Release version 0.6.130.6.13 | Thomas Bächler | 1 | -1/+1 | |
2011-06-02 | Remove load-modules.sh. Requires the udev 171-2 package. | Thomas Bächler | 1 | -2/+0 | |
2011-05-14 | Release mkinitcpio 0.6.120.6.12 | Thomas Bächler | 1 | -1/+1 | |
2011-04-21 | Release version 0.6.110.6.11 | Thomas Bächler | 1 | -1/+1 | |
2011-04-10 | Release mkinitcpio 0.6.100.6.10 | Thomas Bächler | 1 | -1/+1 | |
2011-03-27 | Release mkinitcpio 0.6.90.6.9 | Thomas Bächler | 1 | -1/+1 | |
2011-01-26 | Release version 0.6.80.6.8 | Thomas Bächler | 1 | -1/+1 | |
2010-07-11 | Release 0.6.70.6.7 | Thomas Bächler | 1 | -1/+2 | |
2010-06-23 | memdisk: add 01-memdisk.rules to Makefile, use the correct path in ↵ | Thomas Bächler | 1 | -0/+1 | |
install/memdisk | |||||
2010-06-19 | Release 0.6.60.6.6 | Thomas Bächler | 1 | -1/+1 | |
2010-06-03 | Release 0.6.50.6.5 | Thomas Bächler | 1 | -1/+1 | |
2010-05-08 | Release 0.6.40.6.4 | Thomas Bächler | 1 | -1/+1 | |
2010-02-21 | Release 0.6.30.6.3 | Thomas Bächler | 1 | -1/+1 | |
2010-02-14 | Release 0.6.20.6.2 | Thomas Bächler | 1 | -1/+1 | |
2010-02-14 | Release 0.6.10.6.1 | Thomas Bächler | 1 | -1/+1 | |
2010-02-11 | Release 0.60.6 | Thomas Bächler | 1 | -1/+1 | |
2010-02-10 | Release 0.5.99.50.5.99.5 | Thomas Bächler | 1 | -1/+1 | |
2010-02-07 | Release 0.5.99.40.5.99.4 | Thomas Bächler | 1 | -1/+1 | |
2010-02-07 | Release 0.5.99.30.5.99.3 | Thomas Bächler | 1 | -1/+1 | |
2010-01-24 | Install load-modules.sh to the tarball | Thomas Bächler | 1 | -0/+1 | |
2010-01-12 | Correct load-modules.sh permissions (+x was missing) | Thomas Bächler | 1 | -1/+1 | |
2010-01-10 | Add udev hook, originated from the obsolete klibc-udev package | Thomas Bächler | 1 | -0/+1 | |
2009-09-19 | Specify mansource, manversion and manmanual when generating the man page. | Loui Chang | 1 | -1/+1 | |
This also removes occurances of FIXME in the page. Signed-off-by: Loui Chang <louipc.ist@gmail.com> | |||||
2009-09-01 | Makefile: Add a rule to generate a source tarball. | Loui Chang | 1 | -1/+25 | |
Signed-off-by: Loui Chang <louipc.ist@gmail.com> Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com> | |||||
2009-08-05 | Add Makefile. | Loui Chang | 1 | -0/+44 | |
Signed-off-by: Loui Chang <louipc.ist@gmail.com> Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com> |