summaryrefslogtreecommitdiff
path: root/configs/releng/root-image/root/customize_root_image.sh
AgeCommit message (Collapse)Author
2013-09-02Leave only directory for profile baselinerebrand-baselineEsteban Carnevale
2013-09-02Merge branch 'master' of archiso into helper/rebrandhelper/rebrandEsteban Carnevale
Conflicts: Makefile configs/releng/build.sh configs/releng/mkinitcpio.conf configs/releng/root-image/root/customize_root_image.sh configs/releng/syslinux/parabolaiso_pxe32.cfg configs/releng/syslinux/parabolaiso_pxe64.cfg configs/releng/syslinux/parabolaiso_sys32.cfg configs/releng/syslinux/parabolaiso_sys64.cfg docs/README.build parabolaiso/mkparabolaiso
2013-09-02Replace: /bin/zsh arch -> /bin/zsh parabolaEsteban Carnevale
2013-06-16releng: Allow specifying a mirror on the kernel command line.Thomas Bächler
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.
2013-06-04[configs/releng] Update zsh path to match /etc/shellsGerardo Exequiel Pozzi
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
2013-05-28[configs/releng] Use a udev rule instead of dhcpcd.serviceGerardo Exequiel Pozzi
https://mailman.archlinux.org/pipermail/arch-releng/2013-May/003163.html Thanks Dave & Thomas Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
2013-05-26[configs/releng] Use drop-in feature of systemd for getty autologinGerardo Exequiel Pozzi
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
2012-11-02[configs/releng] Rework make_customize_root_image()Gerardo Exequiel Pozzi
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>