aboutsummaryrefslogtreecommitdiff
path: root/configs
Commit message (Collapse)AuthorAgeFilesLines
...
* Add support for booting from memdiskThomas Bächler2010-06-231-1/+1
| | | | | This requires mkinitcpio 0.6.7 or later, as well as syslinux 4.00pre56 or later. See http://syslinux.zytor.com/wiki/index.php/MEMDISK
* [syslinux-iso] Add more wireless support on the imageThomas Bächler2010-06-232-0/+6
| | | | | 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-232-12/+2
| | | | Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
* Comment IPAPPEND option and add comment about usage.Gerardo Exequiel Pozzi2010-06-231-1/+2
| | | | | | IPAPPEND option is only used by PXELINUX. Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
* Add dialog to the package lists.Christopher Brannon2010-04-272-0/+2
| | | | | | | | 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>
* Remove a non-working boot option: "Boot normally".Gerardo Exequiel Pozzi2010-04-251-8/+1
| | | | | | See FS#19228 for details. Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
* [syslinux-iso] Remove archiso-pxe-server and dnsmasq dependency.Gerardo Exequiel Pozzi2010-03-213-97/+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] archiso-pxe-server set IPAPPEND to 3.Gerardo Exequiel Pozzi2010-03-211-1/+1
| | | | | | In this way also BOOTIF= parameter is added to command line apart of ip= Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
* [syslinux-iso] make archiso-pxe-server compatible with archiso2dual schemeGerardo Exequiel Pozzi2010-03-181-3/+8
| | | | Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
* [archiso] Use a mount handler in archiso_pxe_nbd hookGerardo Exequiel Pozzi2010-03-181-1/+1
| | | | | | | | | * Register a mount_hook if booted via PXE. This allows to do all needed steps before and after calling archiso_mount_handler. * umount and disconnect network device if copytoram=y Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
* Add an overlay/arch/archiso-pxe-server scriptGerardo Exequiel Pozzi2010-03-181-0/+88
| | | | | | | | | The purpose of this script is to setup a basic PXE server enviroment from Arch Linux live-media. Only need to setup an ip address in the machine and launch it. Booting all machines conected to the network via PXE will boot Arch Linux Live media :) 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>
* [archiso] Rename nbd hook to archiso_nbdGerardo Exequiel Pozzi2010-03-181-1/+1
| | | | Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
* [syslinux-iso] Removed sample pxelinux.cfg/defaultGerardo Exequiel Pozzi2010-03-171-7/+0
| | | | | | Parsed version of isolinux/isolinux.cfg will be used instead. Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
* [syslinux-iso] Add IPAPPEND 0 to isolinux.cfgGerardo Exequiel Pozzi2010-03-171-0/+1
| | | | | | Adding this current default setting, making it more easily to parseable. Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
* [syslinux-iso] Add PXE support via NBD.Gerardo Exequiel Pozzi2010-03-175-1/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* Provide wpa_supplicant in the CD environmentChristopher Brannon2010-03-162-0/+2
| | | | | Some people might need to use a WPA-encrypted network in conjunction with the ArchLinux CD, so this patch should make that possible.
* Remove archiso_early hook, use /dev/disk/by-label/${archisolabel} instead.Gerardo Exequiel Pozzi2010-03-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | Takes the advantage of already symlinks created on /dev/disk/by-label/ by 60-persistent-storage.rules add by udev hook. Tested on: * Real machine as CD-ROM and USB key drive. * KVM as CD-ROM and DISK (for both modes, in combination with IDE and SCSI) * VirtualBox as IDE CD-ROM. IMPORTANT note: Since isohybrid is a hack, if more partitions are added to USB key drive, filesystem on these partitions MUST have LABEL, otherwise USB key will fail to boot. Anyway there is an option archisodevice=, to force and specific device where live-media reside. (Maybe isohybrid will change the hack method used in a future) More info at: http://mailman.archlinux.org/pipermail/arch-releng/2010-March/000890.html http://mailman.archlinux.org/pipermail/arch-releng/2010-March/000913.html Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
* Add -m option to useradd in archiso rc script.Gerardo Exequiel Pozzi2010-03-151-4/+1
| | | | | | | This make the user home automatically with correct perms, and also copies skel. Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
* 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>
* Delete old configs filesGerardo Exequiel Pozzi2010-02-0892-4103/+0
| | | | | | Split from commit 00dda7d4 from Svenstaro repo. 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-012-2/+4
| | | | | | 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-012-3/+3
| | | | | | | 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-012-2/+2
| | | | | | | 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-0115-883/+61
| | | | | | | | | | | | * 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>
* Another Makefile rules reoder/fixesGerardo Exequiel Pozzi2009-11-191-19/+33
| | | | Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
* Reorder rules in the MakefileGerardo Exequiel Pozzi2009-11-191-16/+18
| | | | Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
* Initial rewrite of install-iso/Makefile to avoid rebuilds!Gerardo Exequiel Pozzi2009-11-191-38/+59
| | | | | | | | | | | | | | | Rewrite the Makefile to avoid rebuild of squashfs images, base filesystem, and redownload of packages for make the core-pkgs. For now (what is tested): type make and all images will be created in < 4 minutes (under tmpfs on Athlon 64 X2 5200+ 4GB) 419489280 Nov 19 05:32 archlinux-2009.11-core-i686.img 394309632 Nov 19 05:32 archlinux-2009.11-core-i686.iso 189181440 Nov 19 05:31 archlinux-2009.11-netinstall-i686.img 171581440 Nov 19 05:31 archlinux-2009.11-netinstall-i686.iso Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
* Fix script buildall.sh parameter ftp-iso -> net-isoGerardo Exequiel Pozzi2009-11-191-1/+1
| | | | Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
* Do not redownload/rebuild core-pkgs when making the repoGerardo Exequiel Pozzi2009-11-191-4/+12
| | | | | | | Another small step forward to avoid rebuilding of squashfs images if are alredy up-to-date core-repo. Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
* Fix typo in previus commitGerardo Exequiel Pozzi2009-11-191-1/+1
| | | | Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>