index : archiso32 | |
Archlinux32 iso tools | gitolite user |
summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-05-01 | [syslinux-iso] Fix double execution of initscripts hooks. | Gerardo Exequiel Pozzi | |
Partially revert commit b171f8f11fdc04a22c7b8f3ff3b9dd164986daae Fixes https://bugs.archlinux.org/task/23786 Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> | |||
2011-04-26 | Removes incorrect quotes in automated_script | Charles Vejnar | |
2011-04-14 | [syslinux-iso] Some fixes for automated_script | Gerardo Exequiel Pozzi | |
Fixes FS#23610 Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> | |||
2011-04-01 | Move automated_script from /etc/functions.d to /etc/rc.d/functions.d | Charles | |
2011-03-20 | Remove dead code from archiso rc.d scripts | Simo Leone | |
2011-03-20 | Make cmdline_param work and conform to rc.d layout | Simo Leone | |
- Rename cmdline_param to kernel_cmdline - Move to /etc/rc.d/functions.d where it belongs | |||
2011-03-20 | Start agetty on kernel cmdline-provided console | Simo Leone | |
This makes interactive installations over serial consoles possible with nothing more than specifying the console= kernel parameter. Changed inittab id "s0" -> "z0" to avoid conflict with line ttyS0. (Gerardo) Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> | |||
2010-03-15 | Add -m option to useradd in archiso rc script. | Gerardo Exequiel Pozzi | |
This make the user home automatically with correct perms, and also copies skel. Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> | |||
2010-03-15 | Add do_fix_perms() in archiso rc script. | Gerardo Exequiel Pozzi | |
Fix file permissions, since GIT does not manage perms other than 755 and 644. Also this can be used to adjusts owner:group. Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> | |||
2009-12-02 | Make a /home/arch (arch:users 0755) in archiso startup script | Gerardo Exequiel Pozzi | |
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> | |||
2009-12-02 | Fix perms on archiso startup script | Gerardo Exequiel Pozzi | |
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> | |||
2009-12-01 | Silent locale-gen in archiso hook | Gerardo Exequiel Pozzi | |
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> [Aaron: Merged with syslinux-iso] Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com> | |||
2009-12-01 | Create user and locales at boot-time. | Gerardo Exequiel Pozzi | |
* Avoids having to maintain a private copy of the files: passwd/shadow/group/gshadow * Similar but for locales, as well as the advantage of having ready the locale database that the user wants. (all NN_MM* will be enabled) Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> [Aaron: Merged changes into syslinux-iso as well] Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com> | |||
2009-11-30 | Initial commit of syslinux based iso config | Aaron Griffin | |
Includes vesamenu config... needs testing Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com> |