Age | Commit message (Expand) | Author | Files | Lines |
2010-02-11 | Removed/changed messages/comments about klibc/kinit | Gerardo Exequiel Pozzi | 1 | -5/+4 |
2010-02-08 | Fixed typo in comment | Eric Bélanger | 1 | -1/+1 |
2010-01-12 | Do not append a trailing /, remove it (fixed FS#17793) | Thomas Bächler | 1 | -4/+2 |
2010-01-05 | Revert 1558dfbf3b2a42f43594acf6e3d8f9b329ff1133 and 984cbd4eb023001668eea530e... | Thomas Bächler | 1 | -17/+4 |
2009-09-04 | Exit with error if PRESETS seems to be defined as an array. | Loui Chang | 1 | -2/+6 |
2009-09-01 | Defining PRESETS as a bash array is no longer supported. | Loui Chang | 1 | -1/+10 |
2009-09-01 | Replace all occurances of 'source' with a dot for dash compatibility. | Loui Chang | 1 | -6/+6 |
2009-08-05 | Do not rely on -L test; use -h instead. | Loui Chang | 1 | -1/+1 |
2009-08-05 | Eliminate bashisms so things work in dash. | Loui Chang | 1 | -5/+5 |
2009-08-05 | Set $UID if unset, required by the autodetect hook. | Loui Chang | 1 | -0/+4 |
2009-06-06 | Add support for lzma and bzip2 compression for the image | Thomas Bächler | 1 | -1/+2 |
2009-01-23 | Dry-run output check was reversed, whoops | Aaron Griffin | 1 | -1/+1 |
2009-01-21 | Change initial output when running a dry-run0.5.22 | Aaron Griffin | 1 | -1/+5 |
2008-04-02 | Remove filelist sorting, as it causes random bugs0.5.18.1 | Thomas Bächler | 1 | -2/+0 |
2008-03-16 | Fix various coding style issues | Thomas Bächler | 1 | -15/+15 |
2008-03-16 | Remove a warning during image generation | Thomas Bächler | 1 | -1/+0 |
2008-03-15 | Remove duplicate files from the filelist, gen_init_cpio actually adds them to...0.5.18pre1 | Thomas Bächler | 1 | -0/+2 |
2008-03-15 | Fix trap call, always call cleanup | Thomas Bächler | 1 | -2/+10 |
2008-03-15 | Fix syntax error introduced in one of the last commits | Thomas Bächler | 1 | -2/+2 |
2008-03-15 | Make presets more powerful: a fallback image can be generated without a separ... | Thomas Bächler | 1 | -2/+12 |
2008-03-15 | Use a temporary directory instead of several files. trap cleanup | Thomas Bächler | 1 | -17/+24 |
2008-03-15 | Add -S option to skip hooks when building the image | Thomas Bächler | 1 | -8/+12 |
2008-01-04 | Allow init=??? syntax again | Aaron Griffin | 1 | -8/+8 |
2007-10-31 | Fix problems with /sbin and /usr/sbin not being in the path, | Thomas Bächler | 1 | -2/+6 |
2007-08-11 | Coding style change, use -n and -z for variable tests | Aaron Griffin | 1 | -6/+6 |
2006-12-07 | reverted partially fucked up commit. should be better now | Thomas Bächler | 1 | -2/+2 |
2006-12-06 | Trying to address piix issue: | Thomas Bächler | 1 | -2/+8 |
2006-10-24 | - Preset changes to better config file format | Thomas Bächler | 1 | -6/+28 |
2006-10-24 | removed unnecessary sanity check (never worked anyway) | Thomas Bächler | 1 | -3/+0 |
2006-10-23 | - Fixed autodetection | Thomas Bächler | 1 | -19/+24 |
2006-10-17 | added initial preset support | Thomas Bächler | 1 | -1/+27 |
2006-10-15 | added install/ata and new deprecation check | Thomas Bächler | 1 | -0/+14 |
2006-10-04 | /tmp cleanup and autodetection fixes (checked in previously) | Aaron Griffin | 1 | -2/+4 |
2006-09-29 | Added proper cleanup for /tmp/lib/modules | Aaron Griffin | 1 | -1/+8 |
2006-06-16 | Fixed optarg picking up other options... | Aaron Griffin | 1 | -1/+7 |
2006-06-16 | -a option implies -s | Aaron Griffin | 1 | -1/+1 |
2006-06-06 | New error conditions: fail on missing hook or missing module | Aaron Griffin | 1 | -1/+4 |
2006-05-20 | 'added mktemp for FILESLIST= to allow multiple mkinitcpio programs at the sam... | Tobias Powalowski | 1 | -1/+1 |
2006-05-18 | Cleaned up exit status | Aaron Griffin | 1 | -0/+4 |
2006-05-18 | git-svn-id: http://projects.archlinux.org/svn/initramfs/mkinitcpio@107 880c04... | Aaron Griffin | 1 | -2/+1 |
2006-05-18 | Ok, last change to basedir handling for depmod, I swear it! | Aaron Griffin | 1 | -7/+9 |
2006-05-18 | removed debugging output 8) | Aaron Griffin | 1 | -1/+0 |
2006-05-18 | Changes to basedir/depmod handling (again) | Aaron Griffin | 1 | -7/+10 |
2006-05-13 | Modify /tmp handling when basedir is specified | Aaron Griffin | 1 | -5/+5 |
2006-05-12 | 'fixed module bug and broken keymap and generated new tarball' | Tobias Powalowski | 1 | -1/+1 |
2006-05-10 | udev: remove extra copy of ieee1394 | Aaron Griffin | 1 | -1/+2 |
2006-05-07 | Made -M switch more appropriate | Aaron Griffin | 1 | -7/+3 |
2006-05-05 | Added filesystems to -M output | Aaron Griffin | 1 | -0/+4 |
2006-05-05 | Added -M option to display auto-detected modules. | Aaron Griffin | 1 | -1/+13 |
2006-05-05 | Added -L param, to list available hooks | Aaron Griffin | 1 | -1/+7 |