index : archiso32 | |
Archlinux32 iso tools | gitolite user |
summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-07-20 | Set root user's shell and password with custom /etc/passwd and /etc/shadow | nl6720 | |
Correct shadow file permissions from build.sh. | |||
2020-07-11 | Remove lynx usage in configs/releng/build.sh | nl6720 | |
/usr/local/bin/Installation_guide: Add a convenience script which opens the installation guide in lynx. /etc/motd: Provide a message with minimal instructions for connecting to internet and inform about the Installation_guide convenience script. | |||
2020-07-11 | Use /usr/bin/env in shebangs | nl6720 | |
2020-07-11 | Keep /root permissions as 750 | nl6720 | |
The filesystem package installs /root as 750 not 700. Move chmod from customize_airootfs.sh to build.sh. | |||
2020-06-30 | Set timezone from outside chroot | nl6720 | |
2020-06-30 | Enable systemd units with symlinks instead of doing it via systemctl in chroot | nl6720 | |
2020-06-30 | Use drop-in files for journald and logind configuration | nl6720 | |
2020-06-23 | Removing wget in favor of curl | David Runge | |
configs/releng/airootfs/root/.automated_script.sh: Replacing wget with curl for the use-case of downloading a pre-specified remote startup script (changing flags where needed). configs/releng/packages.x86_64: Removing wget from the list of installed packages, as .automated_script.sh was the only reason for it being installed. Closes #16 | |||
2020-05-31 | Replacing dhcpcd with systemd-networkd and systemd-resolved | David Runge | |
configs/releng/airootfs/etc/udev/rules.d/81-dhcpcd.rules: Removing the udev rule for starting dhcpcd@.service on interfaces of the form eth* and en*. configs/releng/airootfs/etc/systemd/network/{ethernet,wireless}.network: Adding default DHCP configurations for en*, eth*, wlp* and wlan* interfaces. configs/releng/airootfs/etc/resolv.conf: Adding a symlink from /run/systemd/resolve/stub-resolv.conf to /etc/resolv.conf (in airootfs). configs/releng/airootfs/root/customize_airootfs.sh: Adding systemd-networkd and systemd-resolved to the list of services that are being enabled during airootfs customization. | |||
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. | |||
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-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 "_" |