Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mkinitfs: features should be read from $basedir if set | Christian Kampka | 2015-10-20 | 1 | -1/+1 |
| | |||||
* | mkinitfs: add /run to the initfs base image | Jesse Young | 2015-09-22 | 1 | -1/+1 |
| | | | | | mdadm otherwise complains about not being able to lock /run/mdadm/map.lock | ||||
* | mkinitfs: copy modules.order and modules.builtin if those exist | Natanael Copa | 2015-07-30 | 1 | -0/+5 |
| | |||||
* | mkinitfs: use initramfs-$kernelflavor as default outfile name | Natanael Copa | 2014-07-31 | 1 | -3/+3 |
| | | | | ref #3240 | ||||
* | mkinitfs: fix kernel module dependency tracing | Natanael Copa | 2014-07-31 | 1 | -2/+2 |
| | | | | | When searching kernel module depedencies we need to that relative kerneldir and not relative basedir. | ||||
* | mkinitfs: automatically resolv elf dependencies | Natanael Copa | 2014-03-25 | 1 | -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 files | Natanael Copa | 2014-03-24 | 1 | -1/+1 |
| | |||||
* | mkinitfs: cleanup after errors | Natanael Copa | 2014-03-24 | 1 | -4/+6 |
| | |||||
* | mkinitfs: refactor basedir handling | Natanael Copa | 2014-03-24 | 1 | -19/+16 |
| | | | | Try catch all corner cases properly | ||||
* | mkinitfs: make sure basedir is always set | Natanael Copa | 2014-03-24 | 1 | -7/+11 |
| | | | | and make it work with relative paths too | ||||
* | mkinitfs: fix -b | Natanael Copa | 2014-03-18 | 1 | -2/+2 |
| | | | | we need make the files relative so we strip off any leading / | ||||
* | mkinitfs: make sure that we return to original dir | Natanael Copa | 2014-03-18 | 1 | -0/+6 |
| | |||||
* | mkinitfs: copy files with cpio | Natanael Copa | 2014-03-18 | 1 | -13/+5 |
| | | | | it should be faster | ||||
* | mkinitfs: simplify list soruces mode | Natanael Copa | 2014-03-18 | 1 | -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 Copa | 2014-03-18 | 1 | -12/+14 |
| | |||||
* | mkinitfs: ensure that initramfs image is not world writable | Natanael Copa | 2011-10-26 | 1 | -0/+2 |
| | |||||
* | mkinitfs: generate modules.dep if its missing | Natanael Copa | 2010-11-09 | 1 | -0/+4 |
| | |||||
* | mkinitfs: fix for running without -b option | Natanael Copa | 2010-11-03 | 1 | -2/+2 |
| | |||||
* | mkinitfs: handle the case when modules.dep has full path | Natanael Copa | 2010-08-09 | 1 | -0/+4 |
| | | | | we do that by simply removing the prepend string | ||||
* | mkinitfs: minor bugfix dont prepend basedir double | Natanael Copa | 2010-08-05 | 1 | -1/+1 |
| | |||||
* | mkinitfs: fix kernel module dependency checking | Timo Teräs | 2010-08-05 | 1 | -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 -b | Natanael Copa | 2009-09-03 | 1 | -4/+5 |
| | |||||
* | mkinitfs: fix -b option | Natanael Copa | 2009-09-03 | 1 | -3/+3 |
| | |||||
* | mkinitfs: default image name is initrd if kernel has no flavor | Natanael Copa | 2009-08-17 | 1 | -1/+5 |
| | |||||
* | mkinitfs: support for -q. echo to stdout rather than stderr | Natanael Copa | 2009-08-06 | 1 | -3/+5 |
| | |||||
* | mkinitfs: add the keys from running system to initramfs image | Natanael Copa | 2009-07-29 | 1 | -0/+8 |
| | |||||
* | mkinitfs: be less verbose | Natanael Copa | 2009-05-26 | 1 | -3/+3 |
| | |||||
* | install passwd, group and mdev.conf to the initfs | Natanael Copa | 2009-05-18 | 1 | -1/+9 |
| | |||||
* | bugfix for the dependency tracing | Natanael Copa | 2009-05-01 | 1 | -3/+3 |
| | |||||
* | install fstab. fix module dep tracing. make sure iso boots | Natanael Copa | 2009-04-30 | 1 | -19/+36 |
| | |||||
* | configurable sysconfdir, datarootdir and datadir | Natanael Copa | 2009-04-29 | 1 | -6/+9 |
| | |||||
* | generate version string in scripts | Natanael Copa | 2009-04-29 | 1 | -0/+198 |