Commit graph

112 commits

Author SHA1 Message Date
Tobias Powalowski
f8fd851fc0 add big UEFI changes 2012-09-26 12:51:22 +02:00
Tobias Powalowski
9f88d8b9eb add memdisk support 2012-09-13 21:53:22 +02:00
Tobias Powalowski
6ab31d16dd add usb_modeswitch to environment 2012-09-12 12:11:35 +02:00
Tobias Powalowski
d3803c86d5 add wvdial to install environment 2012-09-12 12:04:11 +02:00
Tobias Powalowski
4e2e74275d remove rtc hook, not needed anymore 2012-09-12 11:47:38 +02:00
Tobias Powalowski
a3ecd563a9 add xl2tpd to install environment 2012-09-12 11:25:12 +02:00
Tobias Powalowski
243aa95080 merge pacman support into base, move depends to separate hook 2012-09-12 11:11:00 +02:00
Tobias Powalowski
3b2faba47f move ide-blacklist in front of udev start 2012-09-10 22:02:03 +02:00
Tobias Powalowski
ba6f3a582c merge udev into base 2012-09-10 21:59:22 +02:00
Tobias Powalowski
c9f87f37c1 remove systemd, pam and shadow from config files 2012-09-10 21:34:24 +02:00
Tobias Powalowski
3f57b38140 split wireless into staging files to reduce code 2012-08-16 11:44:46 +02:00
Tobias Powalowski
d2349d44a8 move zsh to base hook, we need it there for default shell 2012-08-15 14:22:43 +02:00
Tobias Powalowski
99159c41dc change to zsh as default login shell 2012-08-15 14:04:56 +02:00
Tobias Powalowski
32b8c35e96 populate archlinux-keyring already on boot, remove it from install scripts 2012-06-27 12:12:27 +02:00
Tobias Powalowski
cb164c8611 add intel and amd ucode 2012-06-26 09:06:08 +02:00
Tobias Powalowski
f20ec0d81f rename all grub2 references to grub 2012-06-25 11:34:07 +02:00
Tobias Powalowski
d3cf8cc06b bump version to R4 2012-06-25 09:32:16 +02:00
Tobias Powalowski
77475a6522 add wiki_lite to install image 2012-06-23 20:45:07 +02:00
Tobias Powalowski
c277c387c4 readd dmidecode to config files and cleanup 2012-05-31 12:37:27 +02:00
Tobias Powalowski
1ed456002f add systemd to config files 2012-05-29 15:11:53 +02:00
Tobias Powalowski
64f617c994 bump release 2012-05-10 14:59:29 +02:00
Tobias Powalowski
a7132a1de1 fix xz in config files, mkinitcpio now handles it correct 2012-04-19 08:31:12 +02:00
Tobias Powalowski
66e55051e1 only use gzip in allinone conf files 2012-04-19 08:29:55 +02:00
Tobias Powalowski
8d24cfeeab bump release version 2012-04-18 10:21:44 +02:00
Tobias Powalowski
767a03838b fix arch_base 2012-04-05 12:52:04 +02:00
Tobias Powalowski
8a6d8d98bd remove capi4k merge into isdn 2012-03-27 17:13:10 +02:00
Tobias Powalowski
5815e4de9c remove arch_floppy we are in 2012 no floppies should be needed anymore 2012-03-07 15:16:33 +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
950ffdd313 fix lts kernel preset 2012-01-15 13:58:21 +01:00
Tobias Powalowski
865a1ab279 bump release name 2012-01-13 14:46:26 +01:00
Tobias Powalowski
45fe82096d fix extramodule path 2012-01-13 14:30:41 +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
95e416ea93 remove ide and ide_blacklist hooks from default config files 2011-11-16 15:17:32 +01:00
Tobias Powalowski
2ed4091f1a bump to new version 2011-11-15 21:42:10 +01:00
Tobias Powalowski
9d6202756d fix lts module path 2011-11-15 16:46:06 +01:00
Tobias Powalowski
3d3a6619db remove arch_pcmcia 2011-10-29 11:14:09 +02:00
Tobias Powalowski
15a3aebff0 change compression to gzip on allinone configs 2011-09-13 09:51:45 +02:00
Tobias Powalowski
910be63a4b add hypervisor modules to install environment 2011-09-09 14:21:36 +02:00
Tobias Powalowski
207b7fe62a add weechat to environment 2011-08-31 09:14:49 +02:00
Tobias Powalowski
5d0ca70eff add nmap to install environment 2011-08-30 17:14:16 +02:00
Tobias Powalowski
222ecd640e add tcpdump to environment 2011-08-30 15:44:50 +02:00
Tobias Powalowski
6622c972fd add speedtouch to environment 2011-08-30 15:39:36 +02:00
Tobias Powalowski
202b73f3c4 add openconnect to environment 2011-08-30 15:26:25 +02:00
Tobias Powalowski
6e5638f2b7 add dnsmasq to install environment 2011-08-30 14:53:06 +02:00
Tobias Powalowski
1665870b36 add smartmontools 2011-08-23 14:30:29 +02:00
Tobias Powalowski
1a9bd7c330 add new version 2011-08-11 15:37:05 +02:00
Tobias Powalowski
b9dc20c5bc replace hwdetect hook with ide blacklist hook 2011-08-03 22:21:48 +02:00
Tobias Powalowski
78d84e60fb rename vmlinuz26 to vmlinuz-linux in all configs 2011-07-30 09:44:35 +02:00