summaryrefslogtreecommitdiff
path: root/mkinitramfs
AgeCommit message (Expand)Author
2020-09-11Merge branch 'builtin-firmware' into 'master'Ben Hutchings
2020-09-07Add firmware for built-in driversJann Horn
2020-09-06Add FSTYPE config parameter to allow overriding filesystem type detectionBen Hutchings
2020-08-19Merge branch 'add_zstd_format' into 'master'Ben Hutchings
2020-07-29un-,mkinitramfs: add support for zstdNorbert Lange
2020-06-19When overriding configured compressor, warn the user.Unit 193
2020-01-18mkinitramfs: Enable multihreaded xz compressionBen Hutchings
2020-01-18mkinitramfs: Copy modules.builtin.bin into initramfsBen Hutchings
2020-01-18Revert "mkinitramfs: check if initramfs has a shell"Ben Hutchings
2020-01-18mkinitramfs: Use cp -p option for ld.so.conf* instead of -aZBen Hutchings
2020-01-13Do not copy SELinux context in mkinitramfs (Closes: #948365)Christian Göttsche
2020-01-07mkinitramfs: Remove armhf dynamic linker hackBen Hutchings
2020-01-07mkinitramfs: Remove special case for Arm OABI portsBen Hutchings
2020-01-07mkinitramfs: Remove workaround for old udev versionsBen Hutchings
2019-06-19mkinitramfs: suppress warning when using bzip2 or lzmaUwe Kleine-König
2019-02-06lsinitramfs, mkinitramfs, unmkinitramfs: Show usage if getopt failsBen Hutchings
2019-02-06Make manual pages and usage messages more consistentBen Hutchings
2019-02-06mkinitramfs: Support -h and --help optionsBen Hutchings
2019-02-06Make all commands return 2 in case of a usage errorBen Hutchings
2019-02-06Move usage function for mkinitramfs out of hook-functionsBen Hutchings
2019-02-06mkinitramfs: Use pigz if available instead of gzipBen Hutchings
2019-02-06mkinitramfs: Don't add directories to EXTRA_CONFBen Hutchings
2019-02-06mkinitramfs: Change EXTRA_CONF to include directory namesBen Hutchings
2019-02-05mkinitramfs: Delete comment about an impossible deprecationBen Hutchings
2019-02-05Print warnings and errors in initramfs generation consistentlyBen Hutchings
2019-02-04mkinitramfs: Use default compression level for lzopBen Hutchings
2018-12-18Disable shellcheck for desired behaviourBenjamin Drung
2018-12-18Fix (nearly) all issues found by shellcheckBenjamin Drung
2018-12-10mkinitramfs: Fix termination of gzip compression caseBenjamin Drung
2018-08-13mkinitramfs: Warn if the compression command is not recognisedBen Hutchings
2018-07-30mkinitramfs; Stop setting both compress and COMPRESS variablesBen Hutchings
2018-07-30mkinitramfs: Remove check for kernel version < 2.6.38Ben Hutchings
2018-07-26mkinitramfs: Create usr-merged filesystem layoutBen Hutchings
2018-07-19mkinitramfs: Don't try to remove nonexistent /var/cache/ldconfigBen Hutchings
2018-07-18mkinitramfs: Exclude ldconfig auxiliary cache from initramfs imageBen Hutchings
2018-07-18mkinitramfs: Build reproducible images when SOURCE_DATE_EPOCH is setBen Hutchings
2018-06-19mkinitramfs: Add LZ4 supportPaul Menzel
2017-04-21Support setting of RESUME in initramfs.conf or anywhere in conf.d/Ben Hutchings
2016-12-08Remove code that prunes 'broken' symlinks and sometimes /etc/mtabBen Hutchings
2016-07-02mkinitramfs: consider *.conf files only, also from /lib/modprobe.d/ + don't c...Michael Prokop
2016-04-17mkinitramfs: Fix wildcard for excluding dot-filesBen Hutchings
2016-04-16mkinitramfs: Exclude VCS directories when copying /etc/initramfs-tools/scriptsBen Hutchings
2016-02-10mkinitramfs: Delete or report temporary files on failureBen Hutchings
2016-01-29init: Take over handling of rootdelay parameter from udev boot scriptBen Hutchings
2016-01-20Remove busybox hook in favour of busybox's ownBen Hutchings
2015-12-12Use copy_file to copy config files and firmware, instead of copy_execBen Hutchings
2015-12-08mkinitramfs: fix bashism in scriptBoris Egorov
2015-03-01Merge branch 'bwh/reduce-xz-compression'Ben Hutchings
2014-10-16mkinitramfs: Improve warning text when missing modulesBen Hutchings
2014-10-16mkinitramfs: Use default xz compression level rather than -8Ben Hutchings