Commit graph

128 commits

Author SHA1 Message Date
Tobias Powalowski
3387ca018b fix archboot-allinone.sh usage 2012-06-21 10:08:26 +02:00
Tobias Powalowski
64f617c994 bump release 2012-05-10 14:59:29 +02:00
Tobias Powalowski
30789c3f0a ChangeLog:
1. Move from (UEFISYS)/efi to (UEFISYS)/EFI , since some firmwares
assume FS is case-sensitive and use /EFI over /efi
2. Move UEFI bootloaders pre-check stuff to do_uefi_common()
3. Make sure Archboot installed rEFInd files (from refind-bin.zip) do
not conflict with AUR refind-x86_64 package files
4. Provide option for moving UEFI bootloader file to
(UEFISYS)/EFI/boot/bootx64.efi
5. Setup network connectivity before try to download refind-bin.zip,
if that file does not exist.
2012-05-07 17:07:04 +02:00
Tobias Powalowski
343b8e59d0 ChangeLog:
1. Use "cp", not "install" tool, to setup rEFInd in the setup script
2. Add rEFInd to iso at (ISO)/packages/refind-bin.zip
3. Use "cp -f" and "cp -rf" everywhere
4. In update-iso.sh, make sure updated setup script is copied to
(ISO)/arch/setup apart from updating the same in the initramfs files
5. Fix FSSPECS issue (in for loop) in autoprepare() in setup script
6. Added /usr/sbin/partprobe , /usr/bin/{bsdtar,bsdcpio} in arch_base
- useful for rescue stuff and needed for setting up rEFInd
7. Split up EFISTUB and rEFInd functions
2012-04-27 22:06:07 +02:00
Tobias Powalowski
7f63905d41 ChangeLog:
1. Generate -dual, -x86_64, -i686 isos at the end of allinone.sh script
2. Split bootloader config from files-replace functions in update-iso.sh script
3. Create FAT32 filesystem in UEFISYS partition in autoprepare() in GPT
4. Revamp UEFISYS partition detection. Now the script ALWAYS uses the
first EF00 partition detected by sgdisk. It offers to format the
partition as FAT32 if required. But manually mounted UEFISYS partition
(at /boot/efi before launching /arch/setup) will be unmounted, so no
use doing that.
5. Fix issues with /boot/efi/EFI and /boot/efi/efi . Although FAT fs
is case-insensitive, sometimes this case-issues crop up since by
default grub2's grub-install seems to favour /boot/efi/EFI while
Arch's rEFInd package favours /boot/efi/efi. grub-install works ok
with /boot/efi/efi if it detects it.
2012-04-26 08:33:12 +02:00
Tobias Powalowski
7b629d0155 change compression to lzma saves 30 MB 2012-04-20 07:05:33 +02:00
Tobias Powalowski
7be3b13fe6 revert to xz compression bump memory requirement instead, recommend 768 MB RAM 2012-04-19 11:12:53 +02:00
Tobias Powalowski
254a913db4 change to lzma compression xz breaks 512MB RAM limit 2012-04-19 08:28:32 +02:00
Tobias Powalowski
8d24cfeeab bump release version 2012-04-18 10:21:44 +02:00
Tobias Powalowski
08c0d3f1c2 ChangeLog:
1. Move UEFI Shell binaries from /efi/shell/ to /efi/tools/ . This way
some firmware (might) autodetect the shell.
2. Redirect xorriso output to a text file, do not discard it. It may
prove useful.
3. Minor fixes to grub2 config in setup script.
4. Check for existence of respective grub2 core files before running
dogrub2_common_after (grub.cfg etc.).
5. Check for existence of /boot/efi/efi/arch_grub/grubx64.efi before
running efibootmgr ro prevent stale boot entries.
6. Remove duplicate efibootmgr entries (those with same LABEL).
2012-04-10 09:24:26 +02:00
Tobias Powalowski
b0ef729557 add keshav minor patch 2012-03-26 09:25:29 +02:00
Tobias Powalowski
6edc93a3ea more grub2 changes for beta0 2012-03-03 08:25:46 +01:00
Tobias Powalowski
5d40b47f88 ChangeLog:
* Detect UEFI and Kernel Arch mismatch and add noefi to kernel
parameters in such a case, while uefi booting archboot (not in setup
script)
* Split x86_64 and i686 kernel parameter variables in uefi
grub_archboot.cfg due to above reason
* use /sys/class/dmi/id instead of dmidecode, dmidecode removed from
initramfs (bbut arch_dmidecode still exists)
* Added support for separate /usr in grub2 config, added grub2 search
hints support in config
* Re arranged bootloader menu, submenus per firmware, suffixed _bios
or _uefi_ to bootloader functions
* Minor (misc.) modifications in setup script

TODO: Implement Apple mactel-boot efi bless code
TODO: Implement elilo for x86_64 UEFI
2012-02-20 08:20:18 +01:00
Tobias Powalowski
19bfd13771 - Renamed kernel and initramfs files.
- Separated x86_64 and i686 specific code in all-in-one script so that
a x86_64 only iso can be created if needed.
- revamp grub2 uefi config used in all-in-one and update-iso scripts
- added  "gpt loglevel=7" to kernel parameters
- Enabled xz compression for packages squashfs files
- xz initramfs (in archboot-update-iso.sh)
- used INITRD option in syslinux config files
- change PREFIX for GRUB2_UEFI in setup script to /boot/grub as per
changes in grub2 bzr r3856 (upstream), package will be in the repos
shortly
- disable get_grub2_map() , grub-mkdevicemap removed by upstream in r3856
- revamp dogrub2_config function
- common config for both grub2-bios and grub2 uefi in setup script
(required r3856 pkg)
- use sgdisk alone for auto_prepare gpt in setup script
- increase UEFISYS part size to 512 MiB in auto_prepare in setup
script (required for alternate UEFI bootloaders)
- fix repeating .efi in efibootmgr command in setup script
- other minor fixes, added quotes whereever required
- [TRIED TO] fix quickinst script
2012-02-06 14:44:34 +01:00
Tobias Powalowski
fa2b6c0e63 add another uefi shell patch 2012-01-21 09:43:36 +01:00
Tobias Powalowski
ca4193d1ac add next patch from keshav 2012-01-20 13:26:57 +01:00
Tobias Powalowski
b436f45abc add uefi shell 2012-01-18 14:28:54 +01:00
Tobias Powalowski
1faa4bc5ad fix -a expression in allinone script 2012-01-15 19:45:03 +01:00
Tobias Powalowski
4d696e335c bump version in setup-update, fix lts in allinone script, change to xz compression on initrds to save space 2012-01-14 15:20:30 +01:00
Tobias Powalowski
865a1ab279 bump release name 2012-01-13 14:46:26 +01:00
Tobias Powalowski
7a6e43a955 add more patches 2012-01-09 13:54:09 +01:00
Tobias Powalowski
89bcb32d0f bump to new version 2011-11-23 16:01:29 +01:00
Tobias Powalowski
2ed4091f1a bump to new version 2011-11-15 21:42:10 +01:00
Tobias Powalowski
e6f0e3036d fix lts kernel name in boot message 2011-11-15 17:13:08 +01:00
Tobias Powalowski
478b8e9bb6 add Keshavs patch 2011-10-27 09:51:17 +02:00
Tobias Powalowski
da7c8271b0 add dded
-iso-level 3 option to xorriso command, update_setup
script to match the all-in-one script, and also some things like
parted being launched twice during grub2-efi installation
2011-09-01 06:44:53 +02:00
Tobias Powalowski
ccaf278658 remove -9 from lzma compression 2011-08-31 18:02:45 +02:00
Tobias Powalowski
8c10bd672a fix allinone script to work correctly 2011-08-31 17:58:46 +02:00
Tobias Powalowski
f860cf6c31 activate only 1 initrd in script 2011-08-31 16:01:53 +02:00
Tobias Powalowski
9b3d33e541 use only 1 initrd for each architecture, saves 120 MB space 2011-08-31 15:57:21 +02:00
Tobias Powalowski
1a9bd7c330 add new version 2011-08-11 15:37:05 +02:00
Tobias Powalowski
d11074a381 bump release name 2011-07-30 09:12:36 +02:00
Tobias Powalowski
2641202ba2 bump release name 2011-07-29 16:21:39 +02:00
Tobias Powalowski
ba94db8568 added loop module error message, fixed syntax on usb-image-helper 2011-07-29 09:18:51 +02:00
Tobias Powalowski
6f7d13a3dc 1. Moved all-in-one script commands to appropriate functions.
2. Comment out all the i386-efi booting related functions in the all-in-one script.

3. Minor/Cosmetic changes in all-in-one script and the installer/setup script.
2011-07-24 09:23:25 +02:00
Tobias Powalowski
e74be71a80 add Keshavs mksquashfs patch to avoid filesystem limitations of packages on iso or fat filesystems 2011-07-23 17:34:49 +02:00
Tobias Powalowski
6948738a3c bump version 2011-06-17 21:36:22 +02:00
Tobias Powalowski
a3dd621ff5 add grub2 efi fixes 2011-06-08 08:12:29 +02:00
Tobias Powalowski
7f63521adc fix uefi img inclusion 2011-05-27 20:51:36 +02:00
Tobias Powalowski
765f5a51b5 add latest efi additions 2011-04-17 20:40:05 +02:00
Tobias Powalowski
77657c7849 (i) https://bugs.archlinux.org/task/23467,
(ii) steve__ forum description highlighting  archboot boot problems in MacMini
2ng Gen (32-bit efi - needs efi_uga grub2 module to be loaded which archboot did
not) and

(iii) using xorriso 1.0.4 's isohybrid option instead of calling isohybrid
2011-04-02 08:21:54 +02:00
Tobias Powalowski
7a119dbacc merge in skodabenz cleanup patch 2011-03-16 20:34:33 +01:00
Tobias Powalowski
5d9ba73dfc comment out the grub2 locales 2011-02-22 19:54:22 +01:00
Tobias Powalowski
f9fd69b46a fix loop mounting 2011-02-22 19:31:12 +01:00
Tobias Powalowski
479cff306a move in large part of efi script to allinone script 2011-02-22 18:37:50 +01:00
Tobias Powalowski
00f9d5f354 add root user for clamav 2011-02-15 14:12:04 +01:00
Tobias Powalowski
e39d6ae528 bump version and year to 2011 2010-12-13 19:08:13 +01:00
Tobias Powalowski
57ef64edc1 simplify syslinux in allinone script 2010-12-11 15:54:47 +01:00
Tobias Powalowski
1380b38869 bump version to 2k10-R8 2010-10-03 08:15:09 +02:00
Tobias Powalowski
df255d886f also add clamav bytecode.cvd 2010-09-29 22:07:09 +02:00
Tobias Powalowski
d1875a057a add correct mkdir to script 2010-09-29 08:36:46 +02:00
Tobias Powalowski
c2bcebb697 fix dmraid grepping 2010-08-26 14:11:13 +02:00
Tobias Powalowski
432dfce6c5 change syslinux/extlinux to install in subdirectories 2010-08-25 16:59:45 +02:00
Tobias Powalowski
046ca2f60d change to syslinux.cfg instead of isolinux.cfg 2010-08-25 15:58:09 +02:00
Tobias Powalowski
87bfe1c8c2 bump to new release 2010-08-06 20:52:55 +02:00
Tobias Powalowski
a7b1401703 add background 2010-06-02 23:27:30 +02:00
Tobias Powalowski
9cd144bddf add pci.ids and modules.pcimap 2010-06-02 21:00:52 +02:00
Tobias Powalowski
1099b11150 add all syslinux .c32 files 2010-06-02 18:55:24 +02:00
Tobias Powalowski
c15aa81f80 remove IPAPPEND archboot doesnt need this 2010-06-01 19:22:47 +02:00
Tobias Powalowski
9fa5ebab61 bump to R4 release and change lts kernel to .32 with lzma compression 2010-05-10 19:44:10 +02:00
Tobias Powalowski
8286a7ce89 bump to new release name 2010-04-16 09:12:10 +02:00
Tobias Powalowski
eaa2262dca bump version 2010-03-17 23:38:48 +01:00
Tobias Powalowski
c92237305c change to use english 2009-12-17 19:03:26 +01:00
Tobias Powalowski
af77f560f3 fixed lts message and hwdetect module blacklisting 2009-12-17 18:38:51 +01:00
Tobias Powalowski
2c15cbd03e changed boot messages and rewrote documentation 2009-12-17 17:01:33 +01:00
Tobias Powalowski
ab912c27b7 fix names of boot images 2009-12-14 22:38:42 +01:00
Tobias Powalowski
0e18a97fe8 removed lowmem specific things, started to add lts kernel support 2009-12-13 20:54:58 +01:00
Tobias Powalowski
56afe5c440 changed release name to 2k10-R1 2009-12-11 20:17:01 +01:00
Tobias Powalowski
ffeec8d36b fix typo in path 2009-12-08 12:52:00 +01:00
Tobias Powalowski
2dbd89f61e fix clamav refresh in allinone script 2009-12-08 12:27:11 +01:00
Tobias Powalowski
2eefa977a8 bump to new release name Schepperle 2009-09-08 17:37:29 +02:00
Tobias Powalowski
70908c5674 change clamav db files to ondisk 2009-07-25 14:30:17 +02:00
Tobias Powalowski
11d5bb901a fix arch any destination 2009-07-25 11:37:07 +02:00
Tobias Powalowski
8c6ea9cb63 'changed release name to Schmollie' 2009-06-17 13:26:55 +02:00
Tobias Powalowski
8fceb84d8e 'changed release name to Schmuie' 2009-04-25 19:46:08 +02:00
Tobias Powalowski
a3a59ba48e 'changed release name' 2009-04-19 23:32:12 +02:00
Tobias Powalowski
85a80eba76 'add hybrid iso to allinone' 2009-04-19 18:04:42 +02:00
Tobias Powalowski
b69efea9df 'checked in all latest changes' 2008-12-06 19:12:19 +01:00
Renamed from allinone/create-allinone.sh (Browse further)