Commit graph

939 commits

Author SHA1 Message Date
Tobias Powalowski
199ddd59a6 fix partition table and clean device with wipefs -a 2012-04-23 22:32:26 +02:00
Tobias Powalowski
a52210c043 bump memory requirement to 768MB 2012-04-23 15:23:31 +02:00
Tobias Powalowski
8dca57fd5f fix blkid calls, -p -i needs a device 2012-04-23 15:17:42 +02:00
Tobias Powalowski
85c7982034 replace deprecated parameter 2012-04-23 14:24:14 +02:00
Tobias Powalowski
f787ca2be2 small resolution fix 2012-04-23 11:26:19 +02:00
Tobias Powalowski
80a95db88c add lenovo GPT warning 2012-04-22 20:38:54 +02:00
Tobias Powalowski
04792068d9 add always latest refind 2012-04-22 20:35:28 +02:00
Tobias Powalowski
8ca264daaf readd lvm raid detection for grub2 config 2012-04-22 20:10:47 +02:00
Tobias Powalowski
09ccc4fecf rework lvm,raid grub2 support 2012-04-22 20:06:54 +02:00
Tobias Powalowski
6f6b31d359 remove raid metadata 0.90 usage 2012-04-22 19:30:41 +02:00
Tobias Powalowski
c6bd278630 remove raid metadata 0.90 usage 2012-04-22 19:29:38 +02:00
Tobias Powalowski
6bd5f7fd9d bump refind version 2012-04-22 18:47:37 +02:00
Tobias Powalowski
a97dc4772f fix gpt autoprepare space typo 2012-04-21 18:47:51 +02:00
Tobias Powalowski
1f4c594e91 refactor bootloader menu 2012-04-20 16:07:05 +02:00
Tobias Powalowski
9ff91fb0c2 fix UUID LABEL for fstab 2012-04-20 15:40:38 +02:00
Tobias Powalowski
2180b83df7 fix hook error message 2012-04-20 15:36:41 +02:00
Tobias Powalowski
1b57202140 fix framebuffer setup part, removed grub2 device map, added new hwdetect options 2012-04-20 12:51:20 +02:00
Tobias Powalowski
072b5d7cea add empty modprobe.conf file 2012-04-20 08:43:06 +02:00
Tobias Powalowski
878f5f1e95 shutup framebuffer grep 2012-04-20 08:36:14 +02:00
Tobias Powalowski
620fdfbf91 fix framebuffer detection, fix mkinitcpion install files location 2012-04-20 08:24:09 +02:00
Tobias Powalowski
27f62e69ec fix mkinitcpio call in setup 2012-04-19 18:18:32 +02:00
Tobias Powalowski
412675124d remove not needed grub2 options 2012-04-19 18:07:40 +02:00
Tobias Powalowski
dc114e3ce2 fix /boot grub2 detection 2012-04-19 17:23:56 +02:00
Tobias Powalowski
9d6f6a4d98 fix autoprepare 2012-04-19 15:10:28 +02:00
Tobias Powalowski
4ee6e7ab4a remove } from setup 2012-04-19 11:04:33 +02:00
Tobias Powalowski
157e1ab41f add syslog-ng.conf file 2012-04-19 08:54:05 +02:00
Tobias Powalowski
a77197d126 ChangeLog:
1. Added rEFInd boot manager support for both x86_64 and i386 UEFI
EFISTUB booting.
2. Unify blkid options in setup script via  .
3. Rename UUID to FSUUID, LABEL to FSLABEL and rename the
corresponding functions getuuid and getlabel to getfsuuid and
getfslabel recpectively.
2012-04-19 08:22:42 +02:00
Tobias Powalowski
eec40721fb fix netcfg 2012-04-18 10:47:42 +02:00
Tobias Powalowski
b2dbbbf604 fix udevd location 2012-04-10 18:11:28 +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
069488ada7 sync up init with latest mkinitcpio 2012-03-07 08:31:57 +01:00
Tobias Powalowski
deb0015a84 fix nfs config file 2012-03-03 09:04:50 +01:00
Tobias Powalowski
eacc98dfa2 fix location of extlinux in setup script 2012-03-03 08:33:34 +01: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
2e3cdfc903 add 2 modules to grub2 2012-01-22 08:13:32 +01:00
Tobias Powalowski
da9a830e45 shutup umount 2012-01-21 14:16:05 +01:00
Tobias Powalowski
fa2b6c0e63 add another uefi shell patch 2012-01-21 09:43:36 +01:00
Tobias Powalowski
9cc0971592 replace btrfs-progs-unstable 2012-01-20 18:24:16 +01:00
Tobias Powalowski
109051e461 add btrfs compression options 2012-01-18 18:13:01 +01:00
Tobias Powalowski
f6be7711fa add btrfs to autoprepare on lts kernel 2012-01-18 17:23:50 +01:00
Tobias Powalowski
919fa8aa3a add minor patch to setup from keshav 2012-01-17 18:00:39 +01:00
Tobias Powalowski
e712e56c7d fix quickinst for pacman4 2012-01-17 13:36:27 +01:00
Tobias Powalowski
62db390b88 init: remove depmod call 2012-01-17 13:13:55 +01:00
Tobias Powalowski
b6b9babf85 add no signature check to setup 2012-01-17 09:10:30 +01:00
Tobias Powalowski
fe2b83abc6 update pacman4 2012-01-17 09:08:23 +01:00
Tobias Powalowski
8879542181 update pacman4 2012-01-17 09:03:08 +01:00
Tobias Powalowski
50d3a60d57 update pacman4 2012-01-17 09:02:15 +01:00
Tobias Powalowski
68a9769c2c add separate /usr detection for hwdetect 2012-01-14 12:12:20 +01:00
Tobias Powalowski
3478bcbf44 drop support for non-devtmpfs 2012-01-13 17:56:15 +01:00
Tobias Powalowski
99d516746e init: mount separate /usr 2012-01-13 17:54:30 +01:00
Tobias Powalowski
23c4cf94c8 init: create /run/initramfs as mode 755 2012-01-13 17:50:57 +01:00
Tobias Powalowski
b1b27f4409 init: remove size limitations from API filesystems 2012-01-13 17:42:54 +01:00
Tobias Powalowski
4e251e5293 fix lilo for new lts kernel 2012-01-13 16:39:59 +01:00
Tobias Powalowski
82a8f744d4 only install booted kernel fix for new lts name 2012-01-13 16:34:24 +01:00
Tobias Powalowski
f58ee05937 allow btrfs on lts kernel 2012-01-13 16:09:25 +01:00
Tobias Powalowski
f0c9e5933d change to new lts layout 2012-01-13 15:52:11 +01:00
Tobias Powalowski
6873fb82a9 remove nouveau packages 2012-01-13 15:41:32 +01:00
Tobias Powalowski
f0c52aaef8 remove nouveau packages 2012-01-13 15:35:16 +01:00
Tobias Powalowski
7a6e43a955 add more patches 2012-01-09 13:54:09 +01:00
Tobias Powalowski
def2b7564d init: Remove unneeded test 2011-11-26 13:24:07 +01:00
Tobias Powalowski
c103860cfc include new_root as part of build process 2011-11-24 09:29:21 +01:00
Tobias Powalowski
384bc1370e init: Remove sed cmd usage 2011-11-24 09:23:31 +01:00
Tobias Powalowski
ed719386ac init: Remove grep usage 2011-11-24 09:22:37 +01:00
Tobias Powalowski
a1718f67db add new switch_root method 2011-11-24 09:21:09 +01:00
Tobias Powalowski
cf3c3b90a5 create /run/initramfs after mounting /run 2011-11-24 09:11:36 +01:00
Tobias Powalowski
d6b3b9d144 dont tell kernel about modprobe 2011-11-24 09:10:31 +01:00
Tobias Powalowski
b65932c897 final fix for manually mounting install media 2011-11-23 11:56:33 +01:00
Tobias Powalowski
2b68bcead2 check on manually mounted media, fix GPT detection in grub2_uefi 2011-11-17 08:12:50 +01:00
Tobias Powalowski
46b1dd1694 fix GPT check in bios_grub function 2011-11-16 20:09:05 +01:00
Tobias Powalowski
d847e0cce9 adopt udev 174 changes 2011-10-29 09:55:08 +02:00
Tobias Powalowski
3821e71143 adopt udev 174 changes 2011-10-29 09:54:51 +02:00
Tobias Powalowski
4143438838 dont redirect to dev/null 2011-10-29 09:52:29 +02:00
Tobias Powalowski
016787290b bump syslog-ng configs 2011-10-29 09:24:01 +02:00
Tobias Powalowski
1b19381c2f update mirrorlist 2011-10-29 09:21:18 +02:00
Tobias Powalowski
478b8e9bb6 add Keshavs patch 2011-10-27 09:51:17 +02:00
Tobias Powalowski
fb8c57ba02 fix partition hexcode 2011-10-07 16:13:44 +02:00
Tobias Powalowski
2e5ebda433 fix cgdisk calling 2011-10-07 15:41:32 +02:00
Tobias Powalowski
c0be8e2101 next try to fix check_gpt and values 2011-10-07 09:47:17 +02:00
Tobias Powalowski
e46aa49b5b first try to fix check_gpt and values 2011-10-07 09:38:59 +02:00
Tobias Powalowski
964a5e2847 fix partition number in gpt autoprepare 2011-10-06 18:10:38 +02:00
Tobias Powalowski
2a1992cbdc replace MiB with MB, to fix partitioning issues 2011-10-06 16:04:53 +02:00
Tobias Powalowski
d8d0a0d1f6 fix missing ; on if check 2011-10-06 12:57:21 +02:00
Tobias Powalowski
93b8c481c8 sync init with mkinitcpio 2011-10-06 11:25:00 +02:00
Tobias Powalowski
5053567572 some setup fixes and usage of cgdisk 2011-09-12 21:38:58 +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
9b3d33e541 use only 1 initrd for each architecture, saves 120 MB space 2011-08-31 15:57:21 +02:00
Tobias Powalowski
c219f5ce2a add lftp to install environment 2011-08-30 15:19:35 +02:00
Tobias Powalowski
b9aecc1cec add config for dnsmasq 2011-08-30 14:59:17 +02:00
Tobias Powalowski
82827e2787 fix kexec paths 2011-08-26 12:52:32 +02:00
Tobias Powalowski
1665870b36 add smartmontools 2011-08-23 14:30:29 +02:00
Tobias Powalowski
320d7ab40a update mirrorlist 2011-08-17 08:21:34 +02:00
Tobias Powalowski
e5a019f42d remove network from rc.conf, it is not configured anyway 2011-08-08 09:23:41 +02:00
Tobias Powalowski
f7497319cc add new persistent sound code 2011-08-07 23:32:01 +02:00
Tobias Powalowski
e9f16fd078 correct lilo bootloader, fix btrfs on linux kernel 2011-08-05 14:42:06 +02:00
Tobias Powalowski
cce51514b0 start adding persistent network stuff 2011-08-04 09:26:03 +02:00
Tobias Powalowski
bd06cfb340 adopt rc.shutdown changes 2011-07-30 11:12:50 +02:00
Tobias Powalowski
1825ca26d1 rename kernel name in quickinst 2011-07-30 09:47:11 +02:00
Tobias Powalowski
f6ff51a543 add new kernelname and initramfs names to setup 2011-07-30 09:35:05 +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
adb8711491 add paths in init back 2011-07-27 21:23:36 +02:00
Tobias Powalowski
61a8f55097 fix init bash linking 2011-07-26 23:10:45 +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
a597bcf9dd fix restore usbstick docs 2011-07-23 17:47:41 +02:00
Tobias Powalowski
1bcde5d4d7 add ro to all bootloaders, fix lilo and syslinux/extlinux 2011-07-23 17:46:31 +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
73b960f376 remove tcp_wrappers part 3 2011-07-23 17:31:19 +02:00
Tobias Powalowski
14dc26bcc7 remove tcp_wrappers part 1 2011-07-23 17:22:48 +02:00
Tobias Powalowski
1e8c713151 Trim leading spaces in MODULES and earlymodules to prevent error messages when one is set to " " 2011-07-21 21:11:30 +02:00
Tobias Powalowski
1dda4a3b6e readd paths where needed 2011-07-21 21:08:33 +02:00
Tobias Powalowski
054c3f4823 remove absolute paths from init 2011-07-21 21:01:14 +02:00
Tobias Powalowski
19a4b39ffd remove message from init 2011-07-21 20:56:31 +02:00
Tobias Powalowski
c804df9243 simplify base 2011-07-06 16:20:11 +02:00
Tobias Powalowski
20e3f87985 really fix package installation 2011-06-19 21:23:56 +02:00
Tobias Powalowski
2285019cef fix package installation 2011-06-17 22:09:29 +02:00
Tobias Powalowski
a07428be7b remove double / in grub2 config 2011-06-17 21:31:22 +02:00
Tobias Powalowski
72b91809bf remove usbhost from setup again, it's handled by udev 2011-06-17 11:56:45 +02:00
Tobias Powalowski
932a80e079 start adding PARTUUID 2011-06-16 17:49:18 +02:00
Tobias Powalowski
10c1bb3d3f rework kms activation 2011-06-16 14:45:57 +02:00
Tobias Powalowski
df9c0f9c0e add dhclient fallback if dhcpcd fails to retrieve an address 2011-06-16 12:54:00 +02:00
Tobias Powalowski
31734fabaa finish ftp install 2011-06-16 09:31:56 +02:00
Tobias Powalowski
7205e62ef2 remove unused funtion and refactored functions 2011-06-15 18:17:20 +02:00
Tobias Powalowski
e96a2ca940 added package description to ftp routine, added processing on ftp routine 2011-06-15 18:14:28 +02:00
Tobias Powalowski
4607887d2d refactor new funcionts 2011-06-14 18:36:37 +02:00
Tobias Powalowski
96227b7992 implement package description for cdrom mode 2011-06-14 18:32:36 +02:00
Tobias Powalowski
c901c081cb fix modules in init 2011-06-13 21:10:47 +02:00
Tobias Powalowski
0be03a1a30 add missing brackets 2011-06-10 17:00:51 +02:00
Tobias Powalowski
e3b0df48ae remove c&p error 2011-06-10 16:57:49 +02:00
root
09191a41d4 finish removement of net-tools from installer 2011-06-10 16:55:41 +02:00
Tobias Powalowski
31d9310826 add hostname to rc.sysinit and add broadcast to rc.conf 2011-06-10 14:42:03 +02:00
Tobias Powalowski
480af43e64 start removing net-tools usage from setup 2011-06-10 12:46:17 +02:00
Tobias Powalowski
cc4180c08d adopt changes to rc.conf file 2011-06-09 16:10:52 +02:00
Tobias Powalowski
316021297a adopt rc.shutdown changes 2011-06-09 16:03:22 +02:00
Tobias Powalowski
95419e9ef0 remove VERBOSE from rc.sysinit not needed anymore 2011-06-09 15:57:33 +02:00
Tobias Powalowski
a5c96f7bc5 add devtmpfs mounted parameter 2011-06-09 15:50:19 +02:00
Tobias Powalowski
71c9da7adf purge everything before going into installed system 2011-06-09 15:48:33 +02:00
Tobias Powalowski
9dbb48fe7e simplify earlymodules 2011-06-09 15:45:19 +02:00
Tobias Powalowski
dcf85b8489 remove disablemodules 2011-06-09 15:44:03 +02:00
Tobias Powalowski
63fae7e869 activate blacklisting with new hwdetect 2011-06-09 15:29:41 +02:00
Tobias Powalowski
983748f7e9 add new blacklisting + add usbhost to modules array again 2011-06-09 15:23:04 +02:00
Tobias Powalowski
73225c6691 remove disablemodules from documentation 2011-06-08 23:46:54 +02:00
Tobias Powalowski
27ae39ab52 remove stuff from documentation that doesn't work anymore 2011-06-08 22:40:06 +02:00
Tobias Powalowski
d76b1da867 allow btrfs in grub2 on /boot, remove clamav from docs 2011-05-15 21:57:17 +02:00
Tobias Powalowski
fa218b5ded add keyutils to environment 2011-05-15 10:47:18 +02:00
Tobias Powalowski
ce6c5dee03 stop udev on booting into existing system 2011-05-14 21:30:55 +02:00
Tobias Powalowski
05924355c5 adopt /run patch from mkinitpcio 2011-05-14 13:02:41 +02:00
Tobias Powalowski
513bd1e65f update to krb5 gssapi 2011-05-12 09:02:33 +02:00
Tobias Powalowski
e974936d11 add verbose part from initscripts 2011-05-12 07:39:32 +02:00
Tobias Powalowski
d015623efc remove deprecated hotplug call in init 2011-05-11 15:57:48 +02:00
Tobias Powalowski
765f5a51b5 add latest efi additions 2011-04-17 20:40:05 +02:00
Tobias Powalowski
6a32ee20d6 add latest mkinitcpio changes 2011-04-11 10:30:00 +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
9ac4be6ffe add makepkg.conf for 3.5.1 2011-03-24 10:28:28 +01:00
Tobias Powalowski
ffc2f6d4a8 bump to 3.5.1 makepkg.conf 2011-03-24 10:25:07 +01:00
Tobias Powalowski
5eb202e0e9 update mirrorlist 2011-03-24 10:23:49 +01:00
Tobias Powalowski
d339e52c0f add serial console to syslinux.config 2011-03-21 18:03:21 +01:00
Tobias Powalowski
642a4334cd update mirrorlist 2011-03-14 08:45:45 +01:00
Tobias Powalowski
a3350729d5 add makepkg config files 2011-03-13 14:26:39 +01:00
Tobias Powalowski
365c1553e3 add filesystem packages to quickinst 2011-02-19 17:27:44 +01:00
Tobias Powalowski
245ab2f8d6 fix quickinst awk call 2011-02-19 17:25:31 +01:00
Tobias Powalowski
f36c434cdd fix awk calls in ftp routine 2011-02-19 17:17:22 +01:00
Tobias Powalowski
dbcddd1581 readd uefi bootloaders to menu 2011-02-16 08:54:15 +01:00
Tobias Powalowski
39e212fa63 update syslogng file 2011-02-14 09:00:47 +01:00
Tobias Powalowski
a3a00c4cd4 move syslog files to correct place 2011-02-14 08:56:35 +01:00
Tobias Powalowski
200212419f update TODO file 2011-02-13 20:34:09 +01:00
Tobias Powalowski
db1cc2a34a update docs 2011-02-13 20:28:54 +01:00
Tobias Powalowski
a7b470701e change messages, remove efi from bootloader menu, its autodetected 2011-02-13 20:14:04 +01:00
Tobias Powalowski
16fc500cf3 allow nilfs in grub2 2011-02-13 18:18:55 +01:00
Tobias Powalowski
7d811723b2 more dmraid grub2 fixes 2011-02-13 17:39:53 +01:00
Tobias Powalowski
e3cd27f70a allow dmraid devices for grbu2, add LD_LIBRARY to grub2 map generation 2011-02-13 10:34:24 +01:00
Tobias Powalowski
9938b9c4ad add more dmraid fixes, added filesystem checks 2011-02-12 21:41:44 +01:00
Tobias Powalowski
11e65c9d93 readd /usr/lib to LD_LIBRARY_PATH for grub2 2011-02-11 09:20:54 +01:00
Tobias Powalowski
1bc494fc97 fix btrfs mounting 2011-02-10 17:25:27 +01:00
Tobias Powalowski
6e8b292c64 test 2011-02-10 17:16:23 +01:00
Tobias Powalowski
44da625008 remove conflicting grub2-common instead of grub2 package 2011-02-09 17:05:42 +01:00
Tobias Powalowski
81b4a8e4b3 add LD_PATH to grub-probe 2011-02-09 17:00:42 +01:00
Tobias Powalowski
72cb502a39 change to installed grub-probe dont rely on possible archboot grub-probe 2011-02-09 15:26:44 +01:00
Tobias Powalowski
ae3c8a7618 move grub2_map to correct place, right after package installation 2011-02-09 15:22:39 +01:00
Tobias Powalowski
a850ed673c change encryption to aes-cbc-essiv:sha256 -s 128 2011-02-09 15:00:46 +01:00
Tobias Powalowski
37f54b3547 correct ask for password in crypttab 2011-02-09 11:34:46 +01:00
Tobias Powalowski
55d7ff0f5d add fallback name to grub2.cfg 2011-02-08 23:38:06 +01:00
Tobias Powalowski
c67ec257f8 more crypt fixes 2011-02-08 23:35:02 +01:00
Tobias Powalowski
1ad3099dc2 only add rootflags if they are present 2011-02-08 22:22:29 +01:00
Tobias Powalowski
9930030bca only add rootflags if they are present 2011-02-08 22:21:51 +01:00
Tobias Powalowski
24475e704d add comment about grub-config 2011-02-08 19:30:54 +01:00
Tobias Powalowski
3d8b427b02 remove rw from rootflags 2011-02-08 17:46:39 +01:00
Tobias Powalowski
29bd14bded fix device-names 2011-02-08 17:30:09 +01:00
Tobias Powalowski
049fa2f4eb more cryptsetup fixes 2011-02-08 17:06:48 +01:00
Tobias Powalowski
ef04233088 more cryptsetup cleanup 2011-02-08 16:25:16 +01:00
Tobias Powalowski
bdd432cd36 more cryptsetup fixes 2011-02-08 09:45:49 +01:00
Tobias Powalowski
de1ab657f1 add correct paths for uuid, path in crypttab 2011-02-07 20:26:28 +01:00
Tobias Powalowski
6aa1679b23 add correct paths for uuid, path in crypttab 2011-02-07 20:23:51 +01:00
Tobias Powalowski
e274745c24 add more grub2 fixes from skodabenz 2011-02-07 17:07:41 +01:00
Tobias Powalowski
d8e3c99cda more cryptsetup fixed, not yet working 2011-02-06 22:12:44 +01:00
Tobias Powalowski
25a8ae868f fix cryptsetup resetting 2011-02-06 20:14:39 +01:00
Tobias Powalowski
bc1d2f713e readd shm and pts mounting 2011-02-05 23:33:23 +01:00
Tobias Powalowski
32db23c39a add memo for filesystem packages 2011-02-04 22:24:44 +01:00
Tobias Powalowski
328090b63d bump mirrorlist 2011-02-04 21:05:37 +01:00
Tobias Powalowski
76f8161958 reduce arch_base add sysctl.conf 2011-02-04 21:04:11 +01:00
Tobias Powalowski
d86bbe66ab remove all copyright notices, new initscripts also dont have them 2011-02-04 20:52:07 +01:00
Tobias Powalowski
86c1ee93cb change rc.shutdown to latest initscript changes 2011-02-04 20:19:40 +01:00
Tobias Powalowski
f1e531bd91 change rc.sysinit to new initscript layout 2011-02-04 19:35:10 +01:00
Tobias Powalowski
a7ba5c9129 add changes from mkinitcpio init 2011-02-04 18:43:09 +01:00
Tobias Powalowski
54aca57abb change tz to new bash internal test, remove tabs 2011-02-04 18:19:22 +01:00
Tobias Powalowski
fe4e84f3c2 change test in km to bash internal test 2011-02-04 18:16:43 +01:00
Tobias Powalowski
f6704b031e add bash and remove tabs in km 2011-02-04 18:15:22 +01:00
Tobias Powalowski
b7691a27ec add brackets to km 2011-02-04 18:13:06 +01:00
Tobias Powalowski
7886b21666 change tests in quickinst to bash test 2011-02-04 18:11:11 +01:00
Tobias Powalowski
04afcc4b88 add brackets to quickinst 2011-02-04 18:08:56 +01:00
Tobias Powalowski
9e56fc92b8 change some messages 2011-02-04 18:04:59 +01:00
Tobias Powalowski
7ba7ed7f9b add brackets for readability again 2011-02-04 14:34:11 +01:00
Tobias Powalowski
d5cb841536 fix grub2 typo 2011-02-04 13:44:58 +01:00
Tobias Powalowski
7616922b44 merge syslinux and extlinux 2011-02-04 13:42:15 +01:00
Tobias Powalowski
aba05f72cb continue with removin brackets if not really needed 2011-02-03 23:01:35 +01:00
Tobias Powalowski
151b46a7de start with removin brackets if not really needed 2011-02-03 22:50:58 +01:00
Tobias Powalowski
74553a3a79 replace ${DESTDIR} with $DESTDIR in setup 2011-02-03 22:20:37 +01:00
Tobias Powalowski
24934321a6 fix wrong -o replacement 2011-02-03 22:15:29 +01:00
Tobias Powalowski
996352be6c new patch with test replacement 2011-02-03 21:54:43 +01:00
Tobias Powalowski
06dac153b6 revert bash test, needs more testing first 2011-02-03 21:23:26 +01:00
Tobias Powalowski
9ecb88fb74 change tests in setup to use bash internal test 2011-02-03 21:08:35 +01:00
Tobias Powalowski
843f83e768 some fixes in grub2 hook and add config files to archboot 2011-02-03 21:02:28 +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
928e9a1cf1 add comment about sys/extlinux and updated todo file 2011-02-02 21:45:17 +01:00
Tobias Powalowski
db7a90a932 remove extra grub2 server, next iso will contain the packages from the repo 2011-02-02 21:10:35 +01:00
Tobias Powalowski
d2544e05ab remove all tabs from setup replace with 4 spaces 2011-02-02 20:31:49 +01:00
Tobias Powalowski
0773849e41 merge next skodabenz patch into archboot 2011-02-02 20:23:25 +01:00
Tobias Powalowski
918da3784c add grub2 efi support and some minor fixes, thanks to skodabenz again :) 2011-01-08 22:04:41 +01:00
Tobias Powalowski
e39d6ae528 bump version and year to 2011 2010-12-13 19:08:13 +01:00
Tobias Powalowski
d4efb0b863 add init changes from mkinitcpio 2010-12-11 22:38:16 +01:00
Tobias Powalowski
101e40d84c fix group file 2010-12-11 20:25:36 +01:00
Tobias Powalowski
28be2c3397 fix syslog-ng logging system 2010-12-11 18:50:16 +01:00
Tobias Powalowski
441c3d2111 fix bootloader configs and fix tarball helper for poweroff 2010-12-11 01:09:07 +01:00
Tobias Powalowski
02426b33c7 update syslog-ng.conf to version 3.2 2010-12-11 00:12:38 +01:00
Tobias Powalowski
a6120bfbbe add poweroff to menu 2010-11-01 09:06:56 +01:00
Tobias Powalowski
101d042df7 change sylinux.cfg to use correct names 2010-10-31 22:52:57 +01:00
Tobias Powalowski
51ab650628 change sylinux.cfg to use correct names 2010-10-31 22:49:31 +01:00
Tobias Powalowski
7d0aeb1b49 change sylinux.cfg to use correct names 2010-10-31 22:47:10 +01:00
Tobias Powalowski
82c24f5be7 dont create /media entries anymore, it can create issues 2010-10-31 22:32:09 +01:00
Tobias Powalowski
76b70288f8 replace fdisk with parted in docs 2010-10-03 19:37:26 +02:00
Tobias Powalowski
eced8956f2 remove outdated pacman.conf 2010-10-03 08:11:39 +02:00
Tobias Powalowski
d8c8e2afb4 update docs for uefi support 2010-10-01 21:24:27 +02:00
Tobias Powalowski
ca3052b356 simplify partition number 2010-09-29 21:32:11 +02:00
Tobias Powalowski
985c1177ae fix extlinux installation 2010-09-29 21:27:16 +02:00
Tobias Powalowski
49bfce0f1c fix typo in config file 2010-09-29 16:06:15 +02:00
Tobias Powalowski
7a8ad5491f rename auto labels to sync them with normal routine 2010-09-28 11:33:40 +02:00
Tobias Powalowski
e6eaee476c fix another typo in setup script 2010-09-28 11:27:06 +02:00
Tobias Powalowski
37c6060602 fix setup spelling to set up network 2010-09-27 20:05:27 +02:00
Tobias Powalowski
0dc13b1d11 add new pacman.conf file 2010-09-08 09:51:20 +02:00