- 20 Jan, 2009 3 commits
-
-
Aaron Griffin authored
Signed-off-by:
Aaron Griffin <aaronmgriffin@gmail.com>
-
Aaron Griffin authored
flavour -> flavor (USA!) Arch Linux -> ArchLinux Signed-off-by:
Aaron Griffin <aaronmgriffin@gmail.com>
-
Aaron Griffin authored
Whoopsie Signed-off-by:
Aaron Griffin <aaronmgriffin@gmail.com>
-
- 18 Jan, 2009 1 commit
-
-
Aaron Griffin authored
This uses the configured mirror, so it makes things faster when building. Yay! Signed-off-by:
Aaron Griffin <aaronmgriffin@gmail.com>
-
- 16 Jan, 2009 1 commit
-
-
Gerhard Brauer authored
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>
-
- 12 Jan, 2009 2 commits
-
-
Gerhard Brauer authored
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>
-
Gerhard Brauer authored
Signed-off-by:
Gerhard Brauer <gerbra@archlinux.de> Signed-off-by:
Aaron Griffin <aaronmgriffin@gmail.com>
-
- 09 Jan, 2009 1 commit
-
-
Gerhard Brauer authored
Signed-off-by:
Gerhard Brauer <gerbra@archlinux.de> Signed-off-by:
Aaron Griffin <aaronmgriffin@gmail.com>
-
- 24 Dec, 2008 5 commits
-
-
Aaron Griffin authored
Signed-off-by:
Aaron Griffin <aaronmgriffin@gmail.com>
-
Aaron Griffin authored
Conversion issue when dropping mkusbimg. Use work_dir/iso to get the proper image size Signed-off-by:
Aaron Griffin <aaronmgriffin@gmail.com>
-
Aaron Griffin authored
Signed-off-by:
Aaron Griffin <aaronmgriffin@gmail.com>
-
Aaron Griffin authored
This is a hacky way to mount squashfs images at directories other than the root. We mount the image to a loop device and then bind it to another directory. This technically supersedes the 'bind' image type, so that should be removed... Signed-off-by:
Aaron Griffin <aaronmgriffin@gmail.com>
-
Aaron Griffin authored
This prevents the core packages sqfs from sneaking onto the ftp images. Signed-off-by:
Aaron Griffin <aaronmgriffin@gmail.com>
-
- 23 Dec, 2008 17 commits
-
-
Gerhard Brauer authored
PATA is the new-hotness, IDE is the old (legacy) mode. Somehow this has been switched around for some time... Signed-off-by:
Aaron Griffin <aaronmgriffin@gmail.com>
-
Gerhard Brauer authored
Fix output names for core-iso and core-usb targets Signed-off-by:
Aaron Griffin <aaronmgriffin@gmail.com>
-
Aaron Griffin authored
Latest installer version contains a timezone menu that supersedes the old tz script. Signed-off-by:
Aaron Griffin <aaronmgriffin@gmail.com>
-
Aaron Griffin authored
Signed-off-by:
Aaron Griffin <aaronmgriffin@gmail.com>
-
Gerhard Brauer authored
Looks like my last-minute addition was goofed. Use && not || Signed-off-by:
Aaron Griffin <aaronmgriffin@gmail.com>
-
Aaron Griffin authored
While the ISO uses isolinux, the package is syslinux. Ugh Signed-off-by:
Aaron Griffin <aaronmgriffin@gmail.com>
-
Aaron Griffin authored
Guess what? rm -f won't remove a dir. Whoops Signed-off-by:
Aaron Griffin <aaronmgriffin@gmail.com>
-
Aaron Griffin authored
Signed-off-by:
Aaron Griffin <aaronmgriffin@gmail.com>
-
Aaron Griffin authored
This was causing sfdisk and grub to balk Signed-off-by:
Aaron Griffin <aaronmgriffin@gmail.com>
-
Aaron Griffin authored
This prevents some cosmetic errors when globbing fails and the scripts try to mount something silly like "/dev/hd[a-z]" Signed-off-by:
Aaron Griffin <aaronmgriffin@gmail.com>
-
Aaron Griffin authored
These are temporary files created by the USB step Signed-off-by:
Aaron Griffin <aaronmgriffin@gmail.com>
-
Aaron Griffin authored
This lets us build resultant images in sequence, as the suqsh step is done multiple times (TODO: fix this) Signed-off-by:
Aaron Griffin <aaronmgriffin@gmail.com>
-
Aaron Griffin authored
Signed-off-by:
Aaron Griffin <aaronmgriffin@gmail.com>
-
Aaron Griffin authored
Signed-off-by:
Aaron Griffin <aaronmgriffin@gmail.com>
-
Aaron Griffin authored
Re-order isomounts Few changes to the Makefile Signed-off-by:
Aaron Griffin <aaronmgriffin@gmail.com>
-
Aaron Griffin authored
Signed-off-by:
Aaron Griffin <aaronmgriffin@gmail.com>
-
Aaron Griffin authored
Fix squashfs mounting of all isomounts images, along with a few other changes Signed-off-by:
Aaron Griffin <aaronmgriffin@gmail.com>
-
- 21 Dec, 2008 3 commits
-
-
Aaron Griffin authored
Use the -C flag to allow us to build alternate isos on a different architecture and things of the sort Signed-off-by:
Aaron Griffin <aaronmgriffin@gmail.com>
-
Aaron Griffin authored
Also do some tidying of the config and set the default timezone to nothing, to prevent hiccups on rc.shutdown Signed-off-by:
Aaron Griffin <aaronmgriffin@gmail.com>
-
Aaron Griffin authored
Should be easier and cleaner. Makes a dumb ISO that does nothing but is intended as an example to the user. Signed-off-by:
Aaron Griffin <aaronmgriffin@gmail.com>
-
- 20 Dec, 2008 3 commits
-
-
Aaron Griffin authored
Signed-off-by:
Aaron Griffin <aaronmgriffin@gmail.com>
-
Aaron Griffin authored
Not needed as we ensure files are in the ISO dir Signed-off-by:
Aaron Griffin <aaronmgriffin@gmail.com>
-
Aaron Griffin authored
Signed-off-by:
Aaron Griffin <aaronmgriffin@gmail.com>
-
- 19 Dec, 2008 4 commits
-
-
Aaron Griffin authored
Signed-off-by:
Aaron Griffin <aaronmgriffin@gmail.com>
-
Aaron Griffin authored
Merged into mkarchiso now Signed-off-by:
Aaron Griffin <aaronmgriffin@gmail.com>
-
Aaron Griffin authored
Too much to list. Just look at the diff 8) Signed-off-by:
Aaron Griffin <aaronmgriffin@gmail.com>
-
Gerhard Brauer authored
Fancy isolinux stuff, yay Signed-off-by:
Aaron Griffin <aaronmgriffin@gmail.com>
-