summaryrefslogtreecommitdiffstats
path: root/builder/build-initramfs.sh
Commit message (Collapse)AuthorAgeFilesLines
* fallback to building xmount onlyJonathan Bauer2020-01-271-1/+4
|
* builder/build-initramfs.sh: use this branch...Jonathan Bauer2020-01-241-1/+1
|
* quick fix for centos7Jonathan Bauer2020-01-231-7/+7
|
* build-initramfs.sh: remove '--no-tags' from git clone routine since it does ↵Jonathan Bauer2020-01-221-1/+1
| | | | not exists on CentOS7
* use master branch on master :)Jonathan Bauer2019-11-291-1/+1
|
* change branch...Jonathan Bauer2019-11-191-1/+1
|
* build-initramfs.sh: fix log messageJonathan Bauer2019-09-181-1/+1
|
* build-initramfs.sh: fix commentJonathan Bauer2019-09-181-1/+1
|
* build-initramfs.sh: fix cleanupJonathan Bauer2019-09-181-2/+1Star
|
* build-initramfs.sh: remove 'in-target' stuffJonathan Bauer2019-09-181-59/+0Star
|
* builds-initramfs.sh: improve modules.d handlingJonathan Bauer2019-09-181-20/+19Star
| | | | and always call build_initialize_components
* Revert "build-initramfs.sh: remove dep warning for fuse"Jonathan Bauer2019-09-181-1/+1
| | | | This reverts commit ca42a6ed2509fe76eb26ead8e0fafebe3fd48951.
* build-initramfs.sh: minor code orderingJonathan Bauer2019-09-181-18/+19
|
* build-initramfs.sh: remove dep warning for fuseJonathan Bauer2019-09-181-1/+1
|
* build-initramfs.sh: improve submodule loopJonathan Bauer2019-09-171-1/+1
|
* [dnbd3-rootfs] more fixes for kqcowJonathan Bauer2019-09-061-5/+4Star
|
* build-initramfs.sh: shallow kernel-qcow2-linuxJonathan Bauer2019-09-041-0/+1
|
* build-initramfs.sh: pass qcow_handler to build.incJonathan Bauer2019-09-041-1/+1
|
* initial support for different qcow handlersJonathan Bauer2019-09-031-69/+44Star
|
* build-initramfs.sh: also add date for xmountJonathan Bauer2019-08-301-4/+5
|
* build-initramfs.sh: fix broken shallow submoduleJonathan Bauer2019-08-301-6/+16
| | | | | | cloning ... the git submodule foreach never worked (?) or at least it got broken somehow. Change to "manually" shallow-cloning the modules, quite ugly but speeds things up quite a bit
* formatting round 1Jonathan Bauer2019-08-021-53/+51Star
|
* [builder] set proper branch + dracut prioJonathan Bauer2019-07-241-2/+2
|
* [builder] fix optionJonathan Bauer2019-07-241-1/+1
|
* [builder] introduce --kernel-headers|-hJonathan Bauer2019-07-241-7/+20
| | | | | to specify the path to kernel headers to build dnbd3 against. Also remove hacky patch and just directly use dnbd3's KERNEL_DIR CMAKE flag.
* added TODO for laterJonathan Bauer2019-07-231-0/+1
|
* build-initramfs: clone stable branch only when initially setting up theJonathan Bauer2019-02-081-3/+4
| | | | repo
* autodetect libkmod version to decide which dracut version to installJonathan Bauer2018-08-231-2/+12
|
* added missing description for the --init optionJonathan Bauer2018-08-211-0/+4
|
* introduce --kernel-version optionJonathan Bauer2018-08-211-5/+25
| | | | to specify the kernel version to build the initramfs for.
* introduce '--init' optionJonathan Bauer2018-08-091-0/+59
| | | | | | | | | Use it to precompile all the dependencies for the dnbd3-rootfs module. Assuming the current packer/ansible workflow that generates base images once and use these for provisioning runs, precompiling the dependencies of the dnbd3-rootfs module in the base image would avoid to compile these in every provisioning run. This will speed up the process.
* commentsJonathan Bauer2018-08-091-1/+3
|
* use absolute path for root directoryJonathan Bauer2018-08-091-1/+1
|
* update to dracut v47Jonathan Bauer2018-05-151-1/+2
|
* support patches for submodulesJonathan Bauer2018-05-071-0/+6
| | | | | | | | | | | | | | | | after cloning the submodules, search for patches under builder/patches/<submodule_name> and apply them is appropriate. Currently: * dnbd3: ** configurable kernel version * qemu-xmount: ** do not pass the relocatable option (-r) to the linker since it conflicts with "-pie" that is activated by default on newer gcc. ** fix memfd compile errors The last patch was taken from: http://lists.openembedded.org/pipermail/openembedded-core/2018-January/146949.html
* set permissions of generated initramfs to 0644Jonathan Bauer2017-08-031-0/+2
|
* declare root directory instead of calling dirname ...all the time...Jonathan Bauer2017-03-071-30/+19Star
|
* moved all dracut modules to modules.d/ + supportJonathan Bauer2017-03-071-25/+39
|
* Merge branch 'master' of git.openslx.org:openslx-ng/systemd-inittorben2016-12-011-25/+36
|\
| * duhJonathan Bauer2016-07-291-1/+1
| |
| * add ib-conf and bootnet-confJonathan Bauer2016-07-291-4/+4
| |
| * respect system's dracut configurationJonathan Bauer2016-07-291-1/+2
| |
| * add dns by default in the build-initramfs logicJonathan Bauer2016-07-291-10/+8Star
| |
| * also copy/build conf-tgz module (quick hack)Jonathan Bauer2016-04-191-17/+24
| |
| * update rebashjandob2016-04-081-4/+9
| |
* | mergetorben2016-12-011-2/+3
|/
* Merge branch 'master' of git.openslx.org:openslx-ng/systemd-initjandob2016-03-291-1/+1
|\
| * Update dracut version. Fix ip append.torben2016-03-241-1/+1
| |
* | add logging to file functionalityjandob2016-03-291-3/+3
|/
* add tee dependencyjandob2016-03-241-0/+1
|