aboutsummaryrefslogtreecommitdiff
path: root/configs/syslinux-iso/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* [syslinux-iso] Unify dir scheme with -dual imagesGerardo Exequiel Pozzi2010-12-071-6/+6
| | | | | | | | | | /syslinux/ syslinux only files /arch/boot/ memtest86+ + splash.png + ... /arch/boot/$ARCH/ Linux + initramfs /arch/ isomounts /arch/$ARCH/ *.sqfs Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
* [syslinux-cfg] Adjust to work with new -D option of mkarchisoGerardo Exequiel Pozzi2010-11-301-24/+27
| | | | | | | | | This is how ISO will look now: /syslinux only syslinux related files (syslinux.cfg, *.c32, etc) /arch/ isomounts + *.sqfs images /arch/boot/ Linux + initramfs + Memtest86+ + other files for early boot stage Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
* Add new menu entry "Power off"Thomas Bächler2010-10-171-0/+1
|
* Rename all occurrences of isolinux to syslinuxThomas Bächler2010-07-221-8/+8
| | | | | | | | | | | | The name of the bootloader is syslinux, while isolinux is just one of many components. isolinux.bin now also accepts syslinux.cfg as a configuration file name (as do all other loaders). Thus, rename the isolinux/ folder to syslinux/, and rename isolinux.cfg to syslinux.cfg. The only occurrence of 'isolinux' is now the actual loader file 'isolinux.bin'. This makes the transition from isolinux to the other syslinux loaders easier when remastering the ISO onto another medium.
* Add HDT to the boot menuThomas Bächler2010-07-211-1/+4
| | | | | | HDT is a hardware detection/info tool. It will show information about your hardware, including PCI devices. It will also show the names of the kernel modules that will support your devices.
* [syslinux-iso] Update URL of mirrorlist matching new archweb changeGerardo Exequiel Pozzi2010-07-021-1/+1
| | | | Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
* Mount core-pkgs.sqfs in / => appending to aufs stackGerardo Exequiel Pozzi2010-07-021-1/+1
| | | | | | | Allows split-out "any" packages in a simple way, then mounting it as union layer. Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
* [syslinux-iso] Also copy gpxelinux.0 to isolinux dirGerardo Exequiel Pozzi2010-06-281-0/+1
| | | | Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
* [syslinux-iso] create root-image tree in two stepsGerardo Exequiel Pozzi2010-06-281-0/+1
| | | | | | | | | | | | First install {base} group, then install rest of packages listed at in packages file. In this way, ensure a fully base system installed first, avoinding errors from install scriptlets of rest of packages. (currently there is no issue with packages listed on packages files, but if some add more packages to customize the iso will see errors) Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
* Remove testing pxelinux.cfg configGerardo Exequiel Pozzi2010-03-181-2/+1
| | | | Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
* [syslinux-iso] Add PXE support via NBD.Gerardo Exequiel Pozzi2010-03-171-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* [syslinux-iso] Set iso and kernel version dynamically.Gerardo Exequiel Pozzi2010-03-171-3/+4
| | | | 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>
* Update label and kernel version in MakefileGerardo Exequiel Pozzi2010-02-041-2/+2
| | | | 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-011-3/+5
| | | | Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
* Misc fixes for syslinux-isoGerardo Exequiel Pozzi2009-12-011-15/+12
| | | | | | | | | | * 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>
* 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>
* Add Sven's syslinux ISO config filesSven-Hendrik Haase2009-11-301-6/+4
| | | | Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
* Initial commit of syslinux based iso configAaron Griffin2009-11-301-0/+86
Includes vesamenu config... needs testing Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>