Commit graph

330 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
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
dd097703ba revert build function usage, will be in mkinitcpio 0.7 2011-06-17 11:31:53 +02:00
Tobias Powalowski
799a93a87d remove tiacx and ndiswrapper from environment 2011-06-07 17:11:23 +02:00
Tobias Powalowski
a71665d3d7 remove crc32 from config 2011-05-11 17:08:19 +02:00
Tobias Powalowski
a6b1b3af30 remove clamav from config files 2011-05-11 16:55:30 +02:00
Tobias Powalowski
7a119dbacc merge in skodabenz cleanup patch 2011-03-16 20:34:33 +01:00
Tobias Powalowski
053f54d232 bump version name to 2k11-R2 2011-02-22 14:35:51 +01:00
Tobias Powalowski
248da9ba70 start adding grub2 to install environment and remove grub legacy 2011-02-02 22:06:56 +01:00
Tobias Powalowski
e39d6ae528 bump version and year to 2011 2010-12-13 19:08:13 +01:00
Tobias Powalowski
1380b38869 bump version to 2k10-R8 2010-10-03 08:15:09 +02:00
Tobias Powalowski
5f08190606 add chntpw to environment 2010-09-27 18:41:10 +02:00
Tobias Powalowski
91acb44d20 bump version to 2k10-R7 2010-08-26 17:02:54 +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
e57db8222f add btrfs to hooks 2010-07-11 17:40:33 +02:00
Tobias Powalowski
9a42bc9185 change bootloader hooks and presets 2010-06-03 12:59:55 +02:00
Tobias Powalowski
5ec42092c0 change prompt mode to menu, and change menu 2010-06-02 22:30:17 +02:00
Tobias Powalowski
9f4f037736 change to new release name 2010-06-01 19:26:57 +02:00
Tobias Powalowski
4f9a074d4b add menu background to config files 2010-06-01 07:17:55 +02:00
Tobias Powalowski
7e93ce53e1 start to prepare allinone isolinux menu 2010-05-31 22:10:58 +02:00
Tobias Powalowski
5c0427df77 kill intel_wireless hook, add linux-firmware to config files, cleanup wireless hooks 2010-05-30 22:36:44 +02:00
Tobias Powalowski
69c7ca338a add mmc to config files 2010-05-14 21:13:38 +02:00
Tobias Powalowski
ab83382bd8 fixed lts config 2010-05-10 20:29:48 +02:00
Tobias Powalowski
acb94a8cc4 add platform modules to install environment 2010-05-10 20:06:30 +02:00
Tobias Powalowski
2ccc057c84 added new lts wireless hook for .32 staging modules 2010-05-10 19:57:09 +02:00
Tobias Powalowski
9101b7c690 removed unneeded lts hooks 2010-05-10 19:51:57 +02:00
Tobias Powalowski
b08cba133f remove udev_compat 2010-05-10 19:46:41 +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
1401e6635c bump release name 2010-03-17 22:54:06 +01:00
Tobias Powalowski
0c4affde37 fixed depmod call in fb hook 2010-02-13 14:11:54 +01:00
Tobias Powalowski
605cb1afc6 add updates hook to include updated kernel modules 2010-02-13 13:27:35 +01:00
Tobias Powalowski
77ec7c77a7 added nfs root boot support 2010-02-09 23:55:14 +01:00
Tobias Powalowski
6277f1dc17 readd arch_hwdetect_lts 2010-02-08 14:41:57 +01:00
Tobias Powalowski
586eb02483 changed lts config file 2010-02-08 07:35:02 +01:00
Tobias Powalowski
e5dda4dcd4 change to new upstream dmraid hook 2010-02-06 21:18:39 +01:00
Tobias Powalowski
2c15cbd03e changed boot messages and rewrote documentation 2009-12-17 17:01:33 +01:00
Tobias Powalowski
fad5cd9491 fix typo in lts config file 2009-12-14 20:36:15 +01:00
Tobias Powalowski
d78dc1c55a add more lts changes 2009-12-14 18:25:59 +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
bc2367c750 start udev right after base 2009-12-08 10:10:49 +01:00
Tobias Powalowski
1cd5b3f43f changed fb loading 2009-12-06 19:25:17 +01:00
Tobias Powalowski
01812bc6d7 add devicemapper install 2009-11-23 22:24:01 +01:00
Tobias Powalowski
2eefa977a8 bump to new release name Schepperle 2009-09-08 17:37:29 +02:00
Tobias Powalowski
53f420ae16 added advanced root detection if root= was specified 2009-07-25 10:23:59 +02:00
Tobias Powalowski
68eddf9dde add new hooks 2009-07-24 13:03:39 +02:00
Tobias Powalowski
9267199e55 'removed lzma usage it needs too much more ram' 2009-06-21 10:14:18 +02:00
Tobias Powalowski
0ddc06787d 'changed to rootdelay 10' 2009-06-17 22:32:40 +02:00
Tobias Powalowski
8db3cbda1e 'changed to init_functions' 2009-06-17 13:44:33 +02:00
Tobias Powalowski
ebd8b5d70c 'changing to lzma compression' 2009-06-17 13:36:06 +02:00
Tobias Powalowski
8c6ea9cb63 'changed release name to Schmollie' 2009-06-17 13:26:55 +02:00
Tobias Powalowski
36fdcc862a 'cleanup for new mkinitcpio' 2009-05-24 15:47:17 +02:00
Tobias Powalowski
122346fb5c 'added fsarchiver to config files' 2009-05-18 21:00:56 +02:00
Tobias Powalowski
557cd0c189 'added syslinux to generation' 2009-04-26 11:49:11 +02:00
Tobias Powalowski
8fceb84d8e 'changed release name to Schmuie' 2009-04-25 19:46:08 +02:00
Tobias Powalowski
21b568676b 'added staging drivers and added virtio' 2009-04-10 10:56:51 +02:00
Tobias Powalowski
d33615fe84 'replaced arch_raid with arch_mdadm' 2009-03-28 14:11:35 +01:00
Tobias Powalowski
a0f24fc9f2 'added ntfs-3g to svn' 2009-01-26 13:40:10 +01:00
Tobias Powalowski
d0e1ef51b5 'fixed various stuff, added pcspkr to environment, added usb
hostcontroller sorting, added v86d to fb'
2008-12-17 17:36:59 +01:00
Tobias Powalowski
b69efea9df 'checked in all latest changes' 2008-12-06 19:12:19 +01:00
Tobias Powalowski
0779f65890 'big update to latest status' 2008-10-20 22:39:25 +02:00
Tobias Powalowski
0ac5f74f04 'bump to new layout with many fixes and some additions' 2008-03-16 22:57:21 +01:00
Tobias Powalowski
4a402037ad 'fixed git calls in hooks, changed 64MB RAM message again to not use >= anymore' 2007-11-20 12:27:09 +01:00
Tobias Powalowski
9d62cb5f48 update to new usbutils and pciutils, fixed syslog-ng.conf 2007-10-26 10:32:48 +02:00
Tobias Powalowski
f75da8e862 'upgpkg: added new ram limit' 2007-10-22 07:37:27 +00:00
Tobias Powalowski
ddd268c971 'upgpkg: added torrent creation to scripts, added latest initscript changes, updated udev.rules,
unload already loaded intel wireless drivers first, added release name to config files instead of rc.sysinit check'
2007-10-22 06:31:53 +00:00
Tobias Powalowski
061a334dd5 'upgpkg: added lowmem files, added iso creation scripts' 2007-10-22 06:26:34 +00:00
Tobias Powalowski
2a6e4af0fc 'upgpkg: added latest changes to core' 2007-10-22 05:56:38 +00:00
Tobias Powalowski
442f9d78a0 'upgpkg: update to archboot 0.4.22' 2007-09-07 17:22:10 +00:00
Tobias Powalowski
e7585bfa30 'fixed isolinux.cfg' 2007-08-04 20:38:49 +00:00
Tobias Powalowski
fb29ace5c2 'upgpgk: bump to new archboot 0.4.18' 2007-07-29 12:22:28 +00:00
Tobias Powalowski
470d6c18fc 'upgpkg: added xterm terminfo and updated ssh_config to latest status' 2007-05-27 14:08:26 +00:00
Tobias Powalowski
7c01471100 'upgpkg: update to duke release' 2007-05-13 17:50:46 +00:00
Benoit Chesneau
268f513a94 Add yaboot configuration file 2007-04-10 18:00:48 +00:00
Tobias Powalowski
178f5d7a1e 'upgpkg: added wlan stuff and updated to latest udev' 2007-03-26 20:45:41 +00:00
Tobias Powalowski
dc558c313d 'upgpkg: added lspci, lsusb vpnclient and openvpn support+ framebuffer support' 2007-03-21 23:07:44 +00:00
Tobias Powalowski
211f514e5e 'upgpkg: added proliant ide cdrom detection, added lspci to install environment' 2007-02-26 21:45:55 +00:00
Alexander Baldeck
2a150b1dca Initial revision 2007-02-22 22:46:50 +00:00