summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-06-29Update packages.listAaron Griffin
Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
2009-06-12Fix a typo in the archiso hookSven-Hendrik Haase
remount,append=: should be remount,append: Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
2009-06-09Typo: aufs2-utils -> aufs2-utilAaron Griffin
Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
2009-06-08Updated deps, Makefile, TODOSven-Hendrik Haase
Done to better reflect and indicate current progress. Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
2009-06-08Replace aufs 'add' with 'append'Aaron Griffin
Change via AUR package Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
2009-06-08install-iso: replace utils, unionfs -> aufs2Aaron Griffin
Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
2009-04-17Missed aufs module in mkinitcpio install scriptAaron Griffin
Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
2009-04-14Replace unionfs with aufsAaron Griffin
Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
2009-03-10Replace 'km' with a call to AIF's partial keymapAaron Griffin
Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
2009-03-03Add usbinput hook for usb keyboardsAaron Griffin
Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
2009-02-16Change everything to say 2009.02Aaron Griffin
Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
2009-02-16Accidentally removed the intel-XXX packagesAaron Griffin
Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
2009-02-16Add joe as an alternative editorAaron Griffin
Some people like joe. Weirdos! :) Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
2009-02-16Instructions: Fix install guide URLAaron Griffin
Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
2009-02-09Add a space between 'ISO' and the VC#Aaron Griffin
Fixes FS#13038 Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
2009-02-04Add a default usbdelay value of 5 secondsAaron Griffin
Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
2009-02-04Fix the grub 'tryboot' fileAaron Griffin
Remove "fallback" which is not a valid command Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
2009-01-30buildall.sh script modificationsAaron Griffin
* Remove ARCH setting, done in Makefile now * Only build ftp isolinux iso * Remove upload section Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
2009-01-30Add ddrescue to the ISOAaron Griffin
Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
2009-01-30Fix a typo in the archiso-early hookAaron Griffin
Wrong slash! No idea how that happened :) Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
2009-01-30Use `uname -m` in Makefile for auto-ARCH settingAaron Griffin
Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
2009-01-30Adding 'fallback' to the Makefile was stupidAaron Griffin
Add a script to build all ISOs instead. Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
2009-01-29Increment usbdelay by 1 before sleepingAaron Griffin
This should give us *just a bit* more delay before actually trying to do things with the usb devices. Annoying, but will probably be effective Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
2009-01-26Fix typos, formatting, and vague language where possible.Loui Chang
Signed-off-by: Loui Chang <louipc.ist@gmail.com> [Fixed menu.lst: LiveCD -> Live CD -aaron] Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
2009-01-24Fix instructions typosSteffen Bönigk
Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
2009-01-24Grub menu and help changesAaron Griffin
Added some help files for USB booting and Legacy IDE. Also added a releasenotes submenu Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
2009-01-24Use the new archiso-early hookAaron Griffin
This is used currently for usbdelay related settings, but could be used for other things in the future Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
2009-01-24Advanced USB delay handlingAaron Griffin
USB boot delay is now handled with the usbdelay kernel param (default=0) We use the built in delay of usb-storage to control this. by setting the module's delay param. If your USB device doesn't work on first boot, try setting usbdelay=10 or so Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
2009-01-24Change mirrorlist architecture on makeAaron Griffin
The x86_64 images were installing i686 systems. This was due to the fact that the mirrorlist was in the overlay. A new devtools release (with the -n arg) will fix this when running mkarchroot. To be removed later Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
2009-01-24Add fallback rule to the MakefileAaron Griffin
This is crappy and hacky but enables us to build ALL images faster, allowing for faster iteration Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
2009-01-24Add download/install instructions to gitAaron Griffin
Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
2009-01-24Single quotes around find patterns during cleanupAaron Griffin
Whoops, *.img expands if we're building USB images. Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
2009-01-24Remove 'sata' from legacy IDE initcpio imageAaron Griffin
Fixes an issue with SiS hardware and the pata_sis module See FS#12936 Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
2009-01-24Add a manual sleep and rootdelayAaron Griffin
It seems udev trigger/settle doesn't do what we expect, so we'll add functionality for the rootdelay param back in here. This should help fix FS#12896 Original-idea: Gerhard Brauer <gerbra@archlinux.de> Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
2009-01-23Add dmraid to the package listAaron Griffin
Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
2009-01-23Add a release number to the version numberAaron Griffin
Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
2009-01-22Makefile fixes for 'install' targetØyvind Heggstad
Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
2009-01-20Ensure download-repo syncs pacman DBs firstAaron Griffin
Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
2009-01-20Remove madwifi in favor of in-kernel modulesAaron Griffin
Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
2009-01-19Merge branch 'master' of ssh://archlinux.org/srv/projects/git/archisoAaron Griffin
2009-01-19Add tryboot.lst grub scanning featureAaron Griffin
Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
2009-01-20Fix core package format to include repoAaron Griffin
If testing is enabled, -Sp will give us testing URLs. Use the $repo/$pkgname format for packages so we get the right files Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
2009-01-19Add aif to the packages.listAaron Griffin
Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
2009-01-19Fix some typos in isolinux filesAaron Griffin
flavour -> flavor (USA!) Arch Linux -> ArchLinux Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
2009-01-19Make sure download-repo.sh also gets the db fileAaron Griffin
Whoopsie Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
2009-01-17Use pacman to download core packagesAaron Griffin
This uses the configured mirror, so it makes things faster when building. Yay! Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
2009-01-16Add pacman files to overlayGerhard Brauer
Clean pacman.d/mirrorlist and pacman.conf. Otherwise the files from the ISO builder's machine are used (which maybe not clean sometimes). Signed-off-by: Gerhard Brauer <gerbra@archlinux.de> [Aaron: Removed packages.list changes] Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
2009-01-12Updated isolinux config and message filesGerhard Brauer
Msg files updated for 2009.01. Also added the missing binary memtest. Isolinux need a own memtest, it could not start the memtest.img which is used by grub. We should investigate on this for further iso's Signed-off-by: Gerhard Brauer <gerbra@archlinux.de> Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
2009-01-12Isolinux splash images with new logoGerhard Brauer
Signed-off-by: Gerhard Brauer <gerbra@archlinux.de> Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
2009-01-09Old splash.xpm.gz has the old logoGerhard Brauer
Signed-off-by: Gerhard Brauer <gerbra@archlinux.de> Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>