index : archiso32 | |
Archlinux32 iso tools | gitolite user |
summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-07-26 | [configs/releng] add wireless-regdb to airootfs | Gerardo Exequiel Pozzi | |
Requested at FS#59434 | |||
2018-06-29 | Remove cow file early for non-persistent systemsv36 | Christian Hesse | |
The kernel has an open file handle after setting up the mapping. We can remove it early to make sure it is gone on shutdown. This helps to keep the cow_device clean for non-persistent systems where cow_directory contains a version specific string. Signed-off-by: Christian Hesse <mail@eworm.de> | |||
2018-06-28 | [releng] Copy custom pacman.conf to airootfs | Gerardo Exequiel Pozzi | |
2018-06-28 | [releng] upgrade custom pacman.conf | Gerardo Exequiel Pozzi | |
2018-06-25 | [archiso] Drop --config when using --sysroot | Gerardo Exequiel Pozzi | |
https://lists.archlinux.org/pipermail/arch-releng/2018-June/003834.html Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@gmail.com> | |||
2018-06-24 | [archiso] Use --sysroot when list installed packages. | Gerardo Exequiel Pozzi | |
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@gmail.com> | |||
2018-06-23 | [releng] support for -P iso_publisher and -A iso_application in build.sh | Gerardo Exequiel Pozzi | |
Implement FS#54126 | |||
2018-06-23 | prepare release | Gerardo Exequiel Pozzi | |
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@gmail.com> | |||
2018-06-23 | [releng] bye pcmcia initcpio | Gerardo Exequiel Pozzi | |
2018-06-23 | [releng] bye zd1211-firmware | Gerardo Exequiel Pozzi | |
2018-06-23 | prepare releasev35 | Gerardo Exequiel Pozzi | |
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@gmail.com> | |||
2018-06-23 | [releng] Cleanup remain dual-arch stuff | Gerardo Exequiel Pozzi | |
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@gmail.com> | |||
2018-06-23 | Ensure correct umask for scripts | Gerardo Exequiel Pozzi | |
Fix for FS#58473 Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@gmail.com> | |||
2018-06-17 | Drop the '-d' from pacstrap calls | Sean Enck via arch-releng | |
The '-d' in pacstrap is a noop nowadays, keeping it may cause confusion Signed-off-by: Sean Enck <enckse@gmail.com> | |||
2018-06-08 | Remove speedtouch from packages.both | Li-Yu Yu via arch-releng | |
Since 2018-06-05: speedtouch 1.3.1-6 has been removed from the [extra] repository. https://www.archlinux.org/packages/extra/x86_64/speedtouch/ Signed-off-by: Li-Yu Yu <afg984@gmail.com> | |||
2018-04-26 | prepare releasev34 | Gerardo Exequiel Pozzi | |
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@gmail.com> | |||
2018-04-16 | Install broadcom-wl to the release ISO | Eli Schwartz via arch-releng | |
Fixes FS#58239 Signed-off-by: Eli Schwartz <eschwartz@archlinux.org> | |||
2017-11-02 | configs/*: convert to new array-based mkinitcpio vars | Gerardo Exequiel Pozzi | |
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@gmail.com> | |||
2017-11-01 | prepare releasev33 | Gerardo Exequiel Pozzi | |
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@gmail.com> | |||
2017-11-01 | rfkill is part of util-linux now | Pierre Schmitz | |
2017-10-17 | use a stronger hashing algorithm | Christian Hesse | |
Nobody wants to use md5 these days... Signed-off-by: Christian Hesse <mail@eworm.de> | |||
2017-06-25 | prepare releasev32 | Gerardo Exequiel Pozzi | |
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@gmail.com> | |||
2017-06-04 | [archiso] Add ca-certificates.crt | Gerardo Exequiel Pozzi | |
Fix FS#54275 Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@gmail.com> | |||
2017-03-25 | prepare release | Gerardo Exequiel Pozzi | |
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@gmail.com> | |||
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> | |||
2017-03-02 | [archiso] Fix docs -dual -> x86_64 | Gerardo Exequiel Pozzi | |
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@gmail.com> | |||
2017-03-01 | [configs/releng] Oops, rename -dual.iso -> -x86_64.iso | Gerardo Exequiel Pozzi | |
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@gmail.com> | |||
2017-02-21 | prepare release | Gerardo Exequiel Pozzi | |
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@gmail.com> | |||
2017-02-12 | [archiso] Update docs | Gerardo Exequiel Pozzi | |
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@gmail.com> | |||
2017-02-12 | [configs/releng] Remove i686 syslinux files | Gerardo Exequiel Pozzi | |
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@gmail.com> | |||
2017-01-23 | [configs/releng] Do not build i686 | Gerardo Exequiel Pozzi | |
Only avoid build i686. The syslinux config files for i686 are still present. This implies that a i686 entry will be present but not working. In another patch, this can be removed if desired. Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@gmail.com> | |||
2016-12-21 | prepare releasev29 | Gerardo Exequiel Pozzi | |
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@gmail.com> | |||
2016-12-07 | [configs/releng] Increse efiboot.img again | Gerardo Exequiel Pozzi | |
We reached the upper limit again [#1], increasing sufficiently to do not touch again in long time. [#1] 526be1579e515beb7bfb04b154b23450eb6589cb Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@gmail.com> | |||
2016-10-24 | prepare releasev28 | Gerardo Exequiel Pozzi | |
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@gmail.com> | |||
2016-10-23 | [configs/releng] Add exfat-utils to live-environment | Gerardo Exequiel Pozzi | |
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@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-07-05 | always set copytoram for pxe boot via http | Christian Hesse | |
Signed-off-by: Christian Hesse <mail@eworm.de> | |||
2016-05-31 | prepare releasev27 | Gerardo Exequiel Pozzi | |
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@gmail.com> | |||
2016-05-31 | [configs/releng] Add ndisc6 | Gerardo Exequiel Pozzi | |
Requested at FS#49526 Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@gmail.com> | |||
2016-05-29 | fix indention and add EditorConfig configuration | 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-25 | move modprobe to run_earlyhook() | Christian Hesse | |
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-05-24 | fix NBD boot without copy-to-ram | Christian Hesse | |
Signed-off-by: Christian Hesse <mail@eworm.de> | |||
2016-05-15 | [configs/releng] Fix efitools path #2v26 | Gerardo Exequiel Pozzi | |
Thanks Daniel Hillenbrand. |