aboutsummaryrefslogtreecommitdiffstats
path: root/mkinitfs.in
Commit message (Collapse)AuthorAgeFilesLines
* mkinitfs: compress with gzip -9Natanael Copa2015-12-181-1/+1
|
* mkinitfs: add --quiet to cpio callsTimo Teräs2015-12-181-3/+3
|
* mkinitfs: remove missing file warningTimo Teräs2015-12-181-2/+0
| | | | | it is normal that kernel modules or directories are missing in some architectures. don't give unwanted warnings on those.
* mkinitfs: detect automatically firmware modules to copyTimo Teräs2015-10-281-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -rw-r--r-- 1 tteras tteras 13922864 Oct 28 08:38 initramfs-new -rw-r--r-- 1 tteras tteras 12645566 Oct 28 08:27 initramfs-old diff on installed modules: +lib/firmware/matrox/g200_warp.fw +lib/firmware/matrox/g400_warp.fw +lib/firmware/cxgb3/t3c_psram-1.1.0.bin +lib/firmware/cxgb3/ael2020_twx_edc.bin +lib/firmware/cxgb3/t3fw-7.12.0.bin +lib/firmware/cxgb3/ael2005_opt_edc.bin +lib/firmware/cxgb3/t3b_psram-1.1.0.bin +lib/firmware/cxgb3/ael2005_twx_edc.bin +lib/firmware/qlogic/12160.bin +lib/firmware/qlogic/1040.bin +lib/firmware/qlogic/1280.bin +lib/firmware/ql2400_fw.bin +lib/firmware/ql2100_fw.bin +lib/firmware/ene-ub6250/sd_init1.bin +lib/firmware/ene-ub6250/ms_init.bin +lib/firmware/ene-ub6250/ms_rdwr.bin +lib/firmware/ene-ub6250/msp_rdwr.bin +lib/firmware/ene-ub6250/sd_init2.bin +lib/firmware/ene-ub6250/sd_rdwr.bin +lib/firmware/advansys/38C1600.bin +lib/firmware/advansys/mcode.bin +lib/firmware/advansys/38C0800.bin +lib/firmware/advansys/3550.bin +lib/firmware/ql2500_fw.bin +lib/firmware/isci/isci_firmware.bin +lib/firmware/r128/r128_cce.bin +lib/firmware/ql2300_fw.bin +lib/firmware/ql2322_fw.bin -lib/firmware/radeon/TAHITI_vce.bin +lib/firmware/ql2200_fw.bin +lib/firmware/cxgb4 +lib/firmware/cxgb4/t4fw.bin +lib/firmware/cxgb4/t5fw.bin
* mkinitfs: features should be read from $basedir if setChristian Kampka2015-10-201-1/+1
|
* mkinitfs: add /run to the initfs base imageJesse Young2015-09-221-1/+1
| | | | | mdadm otherwise complains about not being able to lock /run/mdadm/map.lock
* mkinitfs: copy modules.order and modules.builtin if those existNatanael Copa2015-07-301-0/+5
|
* mkinitfs: use initramfs-$kernelflavor as default outfile nameNatanael Copa2014-07-311-3/+3
| | | | ref #3240
* mkinitfs: fix kernel module dependency tracingNatanael Copa2014-07-311-2/+2
| | | | | When searching kernel module depedencies we need to that relative kerneldir and not relative basedir.
* mkinitfs: automatically resolv elf dependenciesNatanael Copa2014-03-251-6/+8
| | | | | This is so we don't need to manually manage the dependencies which gets ugly when supporting multiple libc.
* mkinitfs: ignore empty lines and comments in feature filesNatanael Copa2014-03-241-1/+1
|
* mkinitfs: cleanup after errorsNatanael Copa2014-03-241-4/+6
|
* mkinitfs: refactor basedir handlingNatanael Copa2014-03-241-19/+16
| | | | Try catch all corner cases properly
* mkinitfs: make sure basedir is always setNatanael Copa2014-03-241-7/+11
| | | | and make it work with relative paths too
* mkinitfs: fix -bNatanael Copa2014-03-181-2/+2
| | | | we need make the files relative so we strip off any leading /
* mkinitfs: make sure that we return to original dirNatanael Copa2014-03-181-0/+6
|
* mkinitfs: copy files with cpioNatanael Copa2014-03-181-13/+5
| | | | it should be faster
* mkinitfs: simplify list soruces modeNatanael Copa2014-03-181-24/+12
| | | | | We actually copy the files to tempdir but instead of creating the archive we simply list contents of the tempdir
* move files.d/* and modules.d/* to features.d/*.{files,modules}Natanael Copa2014-03-181-12/+14
|
* mkinitfs: ensure that initramfs image is not world writableNatanael Copa2011-10-261-0/+2
|
* mkinitfs: generate modules.dep if its missingNatanael Copa2010-11-091-0/+4
|
* mkinitfs: fix for running without -b optionNatanael Copa2010-11-031-2/+2
|
* mkinitfs: handle the case when modules.dep has full pathNatanael Copa2010-08-091-0/+4
| | | | we do that by simply removing the prepend string
* mkinitfs: minor bugfix dont prepend basedir doubleNatanael Copa2010-08-051-1/+1
|
* mkinitfs: fix kernel module dependency checkingTimo Teräs2010-08-051-3/+3
| | | | | | | The awk script parses modules.dep which contains only relative modulenames. Fix the code to feed only relative names to the awk script so we get the real dependencies out. Also add "prepend" to awk so it outputs absolute paths suitable for copying the files.
* mkinitfs: another fix for -bNatanael Copa2009-09-031-4/+5
|
* mkinitfs: fix -b optionNatanael Copa2009-09-031-3/+3
|
* mkinitfs: default image name is initrd if kernel has no flavorNatanael Copa2009-08-171-1/+5
|
* mkinitfs: support for -q. echo to stdout rather than stderrNatanael Copa2009-08-061-3/+5
|
* mkinitfs: add the keys from running system to initramfs imageNatanael Copa2009-07-291-0/+8
|
* mkinitfs: be less verboseNatanael Copa2009-05-261-3/+3
|
* install passwd, group and mdev.conf to the initfsNatanael Copa2009-05-181-1/+9
|
* bugfix for the dependency tracingNatanael Copa2009-05-011-3/+3
|
* install fstab. fix module dep tracing. make sure iso bootsNatanael Copa2009-04-301-19/+36
|
* configurable sysconfdir, datarootdir and datadirNatanael Copa2009-04-291-6/+9
|
* generate version string in scriptsNatanael Copa2009-04-291-0/+198