aboutsummaryrefslogtreecommitdiff
path: root/configs
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* Remove old memtest* files and use memtest86+ from installed packagesGerardo Exequiel Pozzi2009-11-195-340/+2
| | | | Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
* Rename ramdisk_size parameter to tmpfs_size to avoid conflictGerardo Exequiel Pozzi2009-11-174-6/+6
| | | | | | | | | | | | | | Rename ramdisk_size parameter to tmpfs_size to avoid conflict with the kernel parameter that is for old ramdisk based blockdevs (/dev/ramN) and confusion to users. The kernel parameter ramdisk_size=N is in "N * k size", while tmpfs size=N is in "N * [ k | m | g ] byte size" or "in N% of RAM", like is used by default on archiso. This parameter is used only for tmpfs in size option. Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
* Add a default install-iso/overlay/etc/hosts with archiso aliasGerardo Exequiel Pozzi2009-11-111-0/+8
| | | | | | | With this add if some program is started and query about hostname, no annoying delay of ~10 seconds will occur. Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
* Updated archiso/configs/xfce4/packages.listGerardo Exequiel Pozzi2009-10-211-17/+16
| | | | | | | | The current list is a bit old, just update to match current package names. Removing old packages, some renames, and add some new wireless firmwares. Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
* Add aufs2 package to list of packages to install.Gerardo Exequiel Pozzi2009-10-203-0/+3
| | | | | | aufs2 module is now splited from kernel26-2.6.31-ARCH. Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
* Update authentication databases for configs/xfce4/overlay/etcGerardo Exequiel Pozzi2009-10-204-8/+47
| | | | | | | | | Updated entries to match passwd/shadow/group/gshadow(*) auth db from svn trunk filesystem package. (*) A correct gshadow file is add matching group file. Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
* Update authentication databases for "overlay" install-isoGerardo Exequiel Pozzi2009-10-204-8/+47
| | | | | | | | | Updated entries to match passwd/shadow/group/gshadow(*) auth db from svn trunk filesystem package. (*) A correct gshadow file is add matching group file. Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
* Add missing "done" keyword for "for" in rc.d/archisoGerardo Exequiel Pozzi2009-10-171-1/+1
| | | | Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
* Update pacman.conf overlay to match new config from 3.3.2Gerardo Exequiel Pozzi2009-10-171-4/+9
| | | | | | Trivial change: just update comments, and add community-testing repo. Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
* Fix a few remaining unionfs -> aufsGerardo Exequiel Pozzi2009-10-073-3/+3
| | | | | Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
* Fix etc/group overlay sample entries.Gerardo Exequiel Pozzi2009-10-072-42/+42
| | | | | | | | Just add an "x" to fix: FS#15707 - [filesystem] New grpck barks on gshadow Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
* Look into cache before fetching the pkg remotely.chandan2009-09-011-1/+7
| | | | | | | | The script download-rep.sh in config/install-iso should first check if a package is present in local pacman cache before downloading it with wget. [Aaron: Added missing 'then' on added if statement] Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
* Create directory in overlay when building ISO.Christopher Brannon2009-08-251-0/+3
| | | | | | | | | | Git doesn't track empty directories, so there is no configs/install-iso/overlay/pacman.d/ directory when one clones the archiso project. This causes "make <IMAGENAME>" to fail when wget tries to fetch the mirrorlist. The fix is to make the directory just before calling wget. Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
* Packages list changes and added pcmcia hookGerhard Brauer2009-07-274-4/+6
| | | | | | | | | | | * Removed unused packages from i686 list (intel binary blob modules) * Added b43-fwcutter to both * Added iwlwifi-5150-ucode to both * Added pcmcia hook zu mkinitcpio files Signed-off-by: Gerhard Brauer <gerbra@archlinux.de> Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
* Rename ftp naming to netinstallGerhard Brauer2009-07-271-11/+11
| | | | | | | | Modified all references from old ftp-iso/-img to netinstall. This will fix FeatureRequest FS#14587 Signed-off-by: Gerhard Brauer <gerbra@archlinux.de> Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
* Use a label when generating the image and pass it to the commandlineGerhard Brauer2009-07-273-6/+6
| | | | | | | | | | | This will generate a label ARCHISO_$randomstring using the pwgen utility and add this label to the kernel command line. A new label will be generated for each image, so it can be uniquely identified. Patch from brain0 <thomas@archlinux.org> Signed-off-by: Gerhard Brauer <gerbra@archlinux.de> Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
* Remove localtime from overlay rc.confGerhard Brauer2009-07-271-1/+1
| | | | | | | | | | | | | | | | We preset HARDWARECLOCK with localtime if the user doesn't set this via cmdline. But this preset misaligned the BIOS clock if on UTC and the user select this correctly during aif->date/time-setting. This is in relation to FS#15263 Again: There is no need in LiveCD environment to modify BIOS clock during shutdown. Having this set per default to localtime rc.shutdown sources rc.conf and so localtime is badly used. And worked against the meaning of above flyspray report. (Thanks fs4000, for point me on that) Signed-off-by: Gerhard Brauer <gerbra@archlinux.de> Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
* Let the mirrorlist in overlay generate dynamicallyGerhard Brauer2009-07-272-114/+2
| | | | | | | | Removed mirrorlist file from overlay and modified Makefile to fetch the file dynamically on iso creation (Thanks, Dan!) Signed-off-by: Gerhard Brauer <gerbra@archlinux.de> Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
* Modified packages.list and handlingGerhard Brauer2009-07-273-3/+45
| | | | | | | | | | * Added ntp to packages list (Both ARCHes) * Modified Makefile to parse the CARCH related packages.$ARCH We need different lists cause not all packages exist for both arches. And it's bad to edit in the packages.list each build. Signed-off-by: Gerhard Brauer <gerbra@archlinux.de> Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
* Modified setup for aifGerhard Brauer2009-07-272-1/+3
| | | | | | | | | Added a script to overlay which call aif's interactiv procedure when /arch/setup is started. Also removed old arch-installer from packages.list Signed-off-by: Gerhard Brauer <gerbra@archlinux.de> Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
* Revert "Fixed mirrorlist in ISO overlay"Gerhard Brauer2009-07-271-182/+72
| | | | | | | This reverts commit 645484230e83905348b8c1d1c273bcd9b52cd39d. Signed-off-by: Gerhard Brauer <gerbra@archlinux.de> Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
* Fixed mirrorlist in ISO overlayGerhard Brauer2009-06-291-72/+182
| | | | | | | | | | We had a few typos in overlay/etc/pacman.d/mirrorlist. Also upated to the last mirrorlist data file. This will fix FS#13970. Signed-off-by: Gerhard Brauer <gerbra@archlinux.de> Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
* Update packages.listAaron Griffin2009-06-291-3/+1
| | | | Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
* Typo: aufs2-utils -> aufs2-utilAaron Griffin2009-06-091-1/+1
| | | | Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
* install-iso: replace utils, unionfs -> aufs2Aaron Griffin2009-06-081-1/+1
| | | | Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
* Replace 'km' with a call to AIF's partial keymapAaron Griffin2009-03-101-48/+1
| | | | Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
* Add usbinput hook for usb keyboardsAaron Griffin2009-03-032-2/+2
| | | | Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
* Change everything to say 2009.02Aaron Griffin2009-02-162-11/+11
| | | | Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
* Accidentally removed the intel-XXX packagesAaron Griffin2009-02-161-0/+2
| | | | Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>