index : archiso32 | |
Archlinux32 iso tools | gitolite user |
summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-06-23 | Comment IPAPPEND option and add comment about usage. | Gerardo Exequiel Pozzi | |
IPAPPEND option is only used by PXELINUX. Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> | |||
2010-04-25 | Remove a non-working boot option: "Boot normally". | Gerardo Exequiel Pozzi | |
See FS#19228 for details. Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> | |||
2010-03-17 | [syslinux-iso] Removed sample pxelinux.cfg/default | Gerardo Exequiel Pozzi | |
Parsed version of isolinux/isolinux.cfg will be used instead. Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> | |||
2010-03-17 | [syslinux-iso] Add IPAPPEND 0 to isolinux.cfg | Gerardo Exequiel Pozzi | |
Adding this current default setting, making it more easily to parseable. Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> | |||
2010-03-17 | [syslinux-iso] Add PXE support via NBD. | Gerardo Exequiel Pozzi | |
nbd (network block device utilities) package is required. This package is in AUR at this moment. http://aur.archlinux.org/packages.php?ID=9691 Also added dnsmasq pkg, so the live-medium, appart of support booting from PXE also add the capability to acts as server for PXE & NBD. This is a dirty script to ilustrate how to launch server: ---- Cut here ---- IP=$1 ISO=$2 ifconfig eth0 ${IP} dnsmasq \ --enable-tftp \ --tftp-root=/bootmnt/boot \ --dhcp-boot=/pxelinux.0,"${IP}" \ --dhcp-range=${IP%.*}.2,${IP%.*}.254,86400 nbd-server 9040 ${ISO} -r ---- Cut here ---- Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> | |||
2010-02-18 | Reorder kernel command line params in isolinux.cfg. | Gerardo Exequiel Pozzi | |
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> | |||
2010-02-18 | Remove unused lang= parameter at kernel command line | Gerardo Exequiel Pozzi | |
Currently there is no code that use lang= parameter. Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> | |||
2010-02-08 | Update splash screen and minor cleanups. | Gerardo Exequiel Pozzi | |
Note: Resolved merge conflict Split from commit 31296c60 from Svenstaro branch Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> | |||
2009-12-01 | Fix bad boot path from prev commit and use memdisk provided by syslinux | Gerardo Exequiel Pozzi | |
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> | |||
2009-12-01 | Misc fixes for syslinux-iso | Gerardo Exequiel Pozzi | |
* 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> | |||
2009-11-30 | Add Sven's syslinux ISO config files | Sven-Hendrik Haase | |
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> |