aboutsummaryrefslogtreecommitdiff
path: root/configs/syslinux-iso/packages.i686
Commit message (Collapse)AuthorAgeFilesLines
* include nilfs utilitiesDieter Plaetinck2010-12-171-0/+1
|
* [syslinux-cfg] Remove joe from packages.*Gerardo Exequiel Pozzi2010-12-071-1/+0
| | | | | | Is not anymore on repos. Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
* [syslinux-iso] Add rsync to live-enviromentGerardo Exequiel Pozzi2010-10-091-0/+1
| | | | | | Requested at FS#21040 Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
* Add hdparm to installed packages on live-envGerardo Exequiel Pozzi2010-09-161-0/+1
| | | | | | | | | Some modern HDD come with agressive APM settings by default, not only "green ready" drive also "high end" drives. Adding hdparm so users can change/disable hdd settings (mostly -B -S -M). Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
* [syslinux-iso] Remove redundant package from listGerardo Exequiel Pozzi2010-08-251-1/+0
| | | | | | linux-firmware is already installed as dep of kernel26 Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
* [syslinux-iso] create root-image tree in two stepsGerardo Exequiel Pozzi2010-06-281-1/+0
| | | | | | | | | | | | 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>
* [syslinux-iso] Add more wireless support on the imageThomas Bächler2010-06-231-0/+3
| | | | | This adds crda, wpa_actiond and netcfg, so we can use net-auto-wireless mode on the ISO.
* update package list (linux-firmware)Gerardo Exequiel Pozzi2010-06-231-6/+1
| | | | Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
* Add dialog to the package lists.Christopher Brannon2010-04-271-0/+1
| | | | | | | | dialog is no longer in the base group, but it needs to be included on the CD for AIF. Signed-off-by: Christopher Brannon <cmbrannon79@gmail.com> Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
* [syslinux-iso] Remove archiso-pxe-server and dnsmasq dependency.Gerardo Exequiel Pozzi2010-03-211-2/+0
| | | | | | | This script can be part of the wiki, or in another package/project. (See Dieter comment at FS#12619) 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>
* Provide wpa_supplicant in the CD environmentChristopher Brannon2010-03-161-0/+1
| | | | | Some people might need to use a WPA-encrypted network in conjunction with the ArchLinux CD, so this patch should make that possible.
* Removed wlan-ng26-utils from package listGerardo Exequiel Pozzi2010-02-041-1/+0
| | | | | | This package was removed from repos. Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
* Add Sven's syslinux ISO config filesSven-Hendrik Haase2009-11-301-1/+1
| | | | Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
* Initial commit of syslinux based iso configAaron Griffin2009-11-301-0/+44
Includes vesamenu config... needs testing Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>