index : mkinitcpio-archiso32 | |
Archlinux32 initcpio scripts used by archiso | gitolite user |
summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-07-17 | Separate custom comments from shellcheck comments | nl6720 | |
Having a shellcheck directive and custom comments in the same line can trigger SC1107 on old versions of shellcheck. | |||
2020-07-11 | Adding linting for initcpio scripts | David Runge | |
archiso/initcpio/install/*: Setting bash shebang for all scripts and making them comform with shellcheck. archiso/initcpio/{hooks,script}/*: Setting ash shebang for all scripts and making them comform with shellcheck (for dash, as shellcheck has no ash specific ruleset). Essentially the ash based scripts should be POSIX compliant as much as possible to have an easier time writing, debugging and maintaining them. Ensuring that variables are not treated as options and introducing variable quoting. .gitlab-ci.yml: Integrating shellcheck for initcpio scripts. Closes #32 | |||
2017-03-14 | Handle case where ip=dhcp | David Thurstenson | |
Signed-off-by: David Thurstenson <thurstylark@gmail.com> | |||
2017-03-14 | Add timeout to ipconfig call | David Thurstenson | |
Signed-off-by: David Thurstenson <thurstylark@gmail.com> | |||
2016-09-29 | pxe-common: not only search, but also domain entry in resolv.conf | Christian Hesse | |
Signed-off-by: Christian Hesse <mail@eworm.de> | |||
2016-09-29 | pxe-common: add dns domain name in resolv.conf | Christian Hesse | |
Signed-off-by: Christian Hesse <mail@eworm.de> | |||
2016-09-29 | pxe-common: add a comment what added settings to resolv.conf | Christian Hesse | |
Signed-off-by: Christian Hesse <mail@eworm.de> | |||
2016-05-28 | flush and set down only if boot interface is known | Christian Hesse | |
Signed-off-by: Christian Hesse <mail@eworm.de> | |||
2016-05-27 | do not declare bootif_dev local | Christian Hesse | |
Signed-off-by: Christian Hesse <mail@eworm.de> | |||
2016-05-27 | use ip syntax according to ip-address(8) | Christian Hesse | |
According to ip-address(8) flushing an interface requires the keyword 'dev'. Also add proper quoting. Signed-off-by: Christian Hesse <mail@eworm.de> | |||
2016-05-24 | only run pxe late hook if $ip is given | Christian Hesse | |
Signed-off-by: Christian Hesse <mail@eworm.de> | |||
2016-03-18 | [archiso] Set net iface down if copytoram=y (default) | Gerardo Exequiel Pozzi | |
This should fix FS#36749 Also flush address on specified device (default) Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@gmail.com> | |||
2015-06-24 | flush ip addresses after copy to RAM | Christian Hesse | |
We received an IP address from DHCP server and configure it statically. This is required if we continue to use network connectivity to access the root device (for example via NBD or NFS). The lease is not updated, though. This can cause trouble in networks with low lease times. So let's flush the addresses if root filesystem has been copied to RAM. A dhcp client in main system can handle the network connectivity then. Signed-off-by: Christian Hesse <mail@eworm.de> | |||
2015-05-29 | launch interactive shell if ipconfig fails | Christian Hesse | |
Signed-off-by: Christian Hesse <mail@eworm.de> | |||
2012-08-25 | [archiso] Rework Makefile / Reorder files | Gerardo Exequiel Pozzi | |
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> |