aboutsummaryrefslogtreecommitdiff
path: root/configs/syslinux-iso
Commit message (Collapse)AuthorAgeFilesLines
...
* Add do_fix_perms() in archiso rc script.Gerardo Exequiel Pozzi2010-03-151-0/+9
| | | | | | | 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>
* version update in MakefileGerardo Exequiel Pozzi2010-03-061-1/+1
| | | | Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
* Fix doc path in motdGerardo Exequiel Pozzi2010-03-051-1/+1
| | | | Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
* Removed an old and unused line in fstabGerardo Exequiel Pozzi2010-02-221-2/+0
| | | | Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
* Reorder kernel command line params in isolinux.cfg.Gerardo Exequiel Pozzi2010-02-181-1/+1
| | | | Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
* Remove unused lang= parameter at kernel command lineGerardo Exequiel Pozzi2010-02-181-1/+1
| | | | | | Currently there is no code that use lang= parameter. Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
* Rename archiso-early hook to archiso_earlyGerardo Exequiel Pozzi2010-02-181-1/+1
| | | | | | | To make compatible with disablehooks= param. Since "hook_archiso-early" is not a valid variable name. Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
* delete test-isolinux.shGerardo Exequiel Pozzi2010-02-081-5/+0
| | | | Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
* Update splash screen and minor cleanups.Gerardo Exequiel Pozzi2010-02-085-44/+28
| | | | | | | | Note: Resolved merge conflict Split from commit 31296c60 from Svenstaro branch Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
* Removed unused file, replaced by mkinitcpio.confGerardo Exequiel Pozzi2010-02-051-6/+0
| | | | Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
* Update label and kernel version in MakefileGerardo Exequiel Pozzi2010-02-041-2/+2
| | | | Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
* Removed wlan-ng26-utils from package listGerardo Exequiel Pozzi2010-02-042-2/+0
| | | | | | This package was removed from repos. Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
* Make a /home/arch (arch:users 0755) in archiso startup scriptGerardo Exequiel Pozzi2009-12-021-0/+3
| | | | Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
* Fix perms on archiso startup scriptGerardo Exequiel Pozzi2009-12-021-0/+0
| | | | Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
* Fix missing change in merge (9849db6a) for overlay rc.confGerardo Exequiel Pozzi2009-12-011-1/+1
| | | | Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
* Fix bad boot path from prev commit and use memdisk provided by syslinuxGerardo Exequiel Pozzi2009-12-013-342/+5
| | | | Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
* Misc fixes for syslinux-isoGerardo Exequiel Pozzi2009-12-014-15/+14
| | | | | | | | | | * Removed .bin ext for x86test and memtest86+, with it does not work. (http://syslinux.zytor.com/wiki/index.php/Common_Problems) * Add url for x86test and memtest86+ * Re-add license for memtest86+ * Adjusted Makefile, some cleanups Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
* Change docs location in motdAaron Griffin2009-12-011-1/+2
| | | | | | Closes FS#16231 Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
* Avoid rebuild of initcpio images when there are no changes to .confGerardo Exequiel Pozzi2009-12-011-1/+1
| | | | | | | Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> [Aaron: Merged with syslinux-iso] Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
* Silent locale-gen in archiso hookGerardo Exequiel Pozzi2009-12-011-1/+1
| | | | | | | Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> [Aaron: Merged with syslinux-iso] Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
* Create user and locales at boot-time.Gerardo Exequiel Pozzi2009-12-017-441/+30
| | | | | | | | | | | | * 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>
* Add Sven's syslinux ISO config filesSven-Hendrik Haase2009-11-3011-21/+740
| | | | Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
* Initial commit of syslinux based iso configAaron Griffin2009-11-3031-0/+1037
Includes vesamenu config... needs testing Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>