index : archiso32 | |
Archlinux32 iso tools | gitolite user |
summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-06-28 | [syslinux-iso] create root-image tree in two steps | Gerardo Exequiel Pozzi | |
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> | |||
2010-06-23 | [syslinux-iso] Add more wireless support on the image | Thomas Bächler | |
This adds crda, wpa_actiond and netcfg, so we can use net-auto-wireless mode on the ISO. | |||
2010-06-23 | update package list (linux-firmware) | Gerardo Exequiel Pozzi | |
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> | |||
2010-04-27 | Add dialog to the package lists. | Christopher Brannon | |
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> | |||
2010-03-21 | [syslinux-iso] Remove archiso-pxe-server and dnsmasq dependency. | Gerardo Exequiel Pozzi | |
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> | |||
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-03-16 | Provide wpa_supplicant in the CD environment | Christopher Brannon | |
Some people might need to use a WPA-encrypted network in conjunction with the ArchLinux CD, so this patch should make that possible. | |||
2010-02-04 | Removed wlan-ng26-utils from package list | Gerardo Exequiel Pozzi | |
This package was removed from repos. 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> |