aboutsummaryrefslogtreecommitdiff
path: root/configs/releng/root-image/root/customize_root_image.sh
Commit message (Collapse)AuthorAgeFilesLines
* [archiso] Rename root-image to airootfsGerardo Exequiel Pozzi2014-06-281-22/+0
| | | | | | Two purposes: * systemd filename friendly: "-" is used for "/" and must be escaped with "\x20" * ISO9660 filename friendly: "-" is replaced with "_"
* [configs/releng] Update the way to set default multi-user.targetGerardo Exequiel Pozzi2014-02-251-1/+2
| | | | Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
* [configs/releng] explicit set 'Storage=volatile' for journaldGerardo Exequiel Pozzi2013-09-211-0/+1
| | | | Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
* releng: Allow specifying a mirror on the kernel command line.Thomas Bächler2013-06-161-1/+1
| | | | | | The new mirror= option takes a mirror URL and creates a new mirrorlist. When setting mirror=auto, the mirror is taken from archiso_http_srv in order to keep using the mirror selected in the netboot menu.
* [configs/releng] Update zsh path to match /etc/shellsGerardo Exequiel Pozzi2013-06-041-2/+2
| | | | Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
* [configs/releng] Use a udev rule instead of dhcpcd.serviceGerardo Exequiel Pozzi2013-05-281-1/+1
| | | | | | | | https://mailman.archlinux.org/pipermail/arch-releng/2013-May/003163.html Thanks Dave & Thomas Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
* [configs/releng] Use drop-in feature of systemd for getty autologinGerardo Exequiel Pozzi2013-05-261-6/+1
| | | | Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
* [configs/releng] Rework make_customize_root_image()Gerardo Exequiel Pozzi2012-11-021-0/+25
Using a separate shell script to customize live-enviroment, makes much more readable code. Move all thing except: * Need network access (name resolving). * Need access to some file outside chroot. Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>