index : archiso32 | |
Archlinux32 iso tools | gitolite user |
summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-05-31 | Unsetting the root password | David Runge | |
Due to changes in the filesystem package [1] the current /etc/passwd does not allow login without an empty root password anymore. This becomes apparent, when switching to another TTY than the one autologin is activated for. By running passwd -d root we unset the password. In the future this should go to a custom /etc/passwd file. [1] https://git.archlinux.org/svntogit/packages.git/commit/trunk?h=packages/filesystem&id=0320c909f3867d47576083e853543bab1705185b | |||
2020-05-30 | Simplifying regex for script download | David Runge | |
configs/releng/airootfs/root/.automated_script.sh: Using only one regex to match http://, https:// or ftp:// endpoints. | |||
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> | |||
2015-09-11 | [configs/releng] Fix (again) sshd root login | Gerardo Exequiel Pozzi | |
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@gmail.com> | |||
2015-08-11 | [configs/releng] Ignore Lid/Sus/Hib switch/keys by logind | Gerardo Exequiel Pozzi | |
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@gmail.com> | |||
2015-07-09 | [configs/releng] Set old behavior of sshd PermitRootLogin -> yes | Gerardo Exequiel Pozzi | |
Requested at FS#45563 Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@gmail.com> | |||
2015-04-19 | [configs/releng] Remove unused 'arch' user | Gerardo Exequiel Pozzi | |
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@gmail.com> | |||
2014-09-02 | releng: Add an empty machine-id in airootfs | Thomas Bächler | |
This makes systemd generate a machine-id on early boot and prevents it from thinking we need any "first boot" setup. We really don't want systemd thinking that, since we carefully prepared our root file system. This also ensures every live environment has a unique machine id. | |||
2014-07-28 | [configs/releng] Fix /root modev17 | Gerardo Exequiel Pozzi | |
Thanks Izumi Natsuka for reporting this. Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@gmail.com> | |||
2014-06-28 | [archiso] Rename root-image to airootfs | Gerardo Exequiel Pozzi | |
Two purposes: * systemd filename friendly: "-" is used for "/" and must be escaped with "\x20" * ISO9660 filename friendly: "-" is replaced with "_" |