Commit graph

1247 commits

Author SHA1 Message Date
Tobias Powalowski
d7984a65f4 fix ##29835 2012-05-12 15:53:04 +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
62f5b356a4 small fixes 2012-04-24 18:50:27 +02:00
Tobias Powalowski
b59301c8a3 fix missing -o option 2012-04-24 12:53:47 +02:00
Tobias Powalowski
f982142e4c remove not working check on uefi, fix messager for Lenovo 2012-04-24 11:09:05 +02:00
Tobias Powalowski
901d90a763 remove DISC assignment in check_gpt it's always set before the function is called 2012-04-24 08:40:27 +02:00
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
Tobias Powalowski
0e8c55b2ab updated mirrorlist file 2010-08-28 08:22:29 +02:00
Tobias Powalowski
0905bb230a more output fixes 2010-08-27 21:48:37 +02:00
Tobias Powalowski
6cdbb74df7 fix dmraid check 2010-08-27 17:16:46 +02:00
Tobias Powalowski
15559c7b79 kill fdisk usage, use parted it makes much better partition tables. 2010-08-27 16:04:30 +02:00
Tobias Powalowski
9634ecf7ac revert devicemapper checks for logical size, its always 512 2010-08-27 15:03:17 +02:00
Tobias Powalowski
c2bcebb697 fix dmraid grepping 2010-08-26 14:11:13 +02:00
Tobias Powalowski
888d746efe corrected config files path 2010-08-25 18:36:47 +02:00
Tobias Powalowski
e24035317b remove wrong comment 2010-08-25 17:06:15 +02:00
Tobias Powalowski
0c0169f02f change syslinux/extlinux to install in subdirectories 2010-08-25 17:01:51 +02:00
Tobias Powalowski
432dfce6c5 change syslinux/extlinux to install in subdirectories 2010-08-25 16:59:45 +02:00
Tobias Powalowski
efc7b210cb fixed hwdetect calling hooks 2010-08-25 12:07:37 +02:00
Tobias Powalowski
c820a6bfd5 change lvm2 sizes correct typos 2010-08-25 07:56:01 +02:00
Tobias Powalowski
fbc1c92ed6 change lvm2 sizes 2010-08-25 07:53:44 +02:00
Tobias Powalowski
bdeff575bc calculate mapper devices only by /sys also in disk section 2010-08-25 07:36:23 +02:00
Tobias Powalowski
bdcdc86599 calculate mapper devices only by /sys cleanup 2010-08-25 07:29:55 +02:00
Tobias Powalowski
4185bb5873 calculate mapper devices only by /sys 2010-08-25 07:28:12 +02:00
Tobias Powalowski
e5df0f736d change lv mb listing to /sys usage 2010-08-25 07:15:22 +02:00
Tobias Powalowski
29000d074f corrected dmraid exlude check in dm_devices 2010-08-25 06:46:03 +02:00
Tobias Powalowski
5b51af3ec5 add an additional -s to dmraid and check from backward 2010-08-25 00:40:38 +02:00
Tobias Powalowski
fa9d4a0acf add more 4k fixes 2010-08-24 23:54:07 +02:00
Tobias Powalowski
71d4eff30e corrected gdisk call, workaround was fixed upstream yeah 2010-08-24 23:29:45 +02:00
Tobias Powalowski
564c43b481 remove 2 unneeded btrfs compress,ssd calls 2010-08-24 23:18:03 +02:00
Tobias Powalowski
aeb5774336 change btrfs subvolume dialog to ask for new subvolume 2010-08-24 23:11:19 +02:00
Tobias Powalowski
37b82d4d1b add subvolume name to compress and ssd dialog 2010-08-24 23:05:30 +02:00
Tobias Powalowski
c4d0e586bf set correct place of compress and ssd usage in btrfs mode 2010-08-24 22:49:24 +02:00
Tobias Powalowski
203a1196d6 change compress ssd question to ask first 2010-08-24 17:42:32 +02:00
Tobias Powalowski
9494bf9ccd change btrfs subvolume dialog to no by default 2010-08-24 07:16:18 +02:00
Tobias Powalowski
c2b5420eaf move and correct chmod command to correct position for btrfs submounts 2010-08-23 17:47:15 +02:00
Tobias Powalowski
7a2156c60b be more correct on permissions on base directory 2010-08-23 15:56:31 +02:00
Tobias Powalowski
d0eff8a9a1 fix permission on submounts of btrfs filesystem 2010-08-23 15:31:41 +02:00
Tobias Powalowski
d4de43c258 fix dmraid partition listing 2010-08-22 15:45:49 +02:00
Tobias Powalowski
7901185c52 remove unneeded editor check from lowmem images 2010-08-19 09:05:11 +02:00
Tobias Powalowski
792fe11637 dont allow ntfs as / this is stupid 2010-08-19 09:01:41 +02:00
Tobias Powalowski
e1afd624d7 abort if no editor is selected 2010-08-18 22:05:32 +02:00
Tobias Powalowski
ff5f09140e prepare device listing for 4k sectors, mapper devices still not fixed 2010-08-18 21:58:59 +02:00
Tobias Powalowski
43f42e7381 implemented automatic boot flag for ext/syslinux 2010-08-18 17:12:15 +02:00
Tobias Powalowski
e639cfd3a7 fix extlinux for gpt usage and some extlinux cleanup 2010-08-17 14:05:11 +02:00
Tobias Powalowski
ed3765b355 change to correct extlinux path check 2010-08-16 13:29:31 +02:00
Tobias Powalowski
581e2ebda7 make all needed changes for 4k drives and remove sfdisk usage, change to parted and fdisk usage 2010-08-15 19:28:39 +02:00
Tobias Powalowski
e64de6ec76 fixed guid partsize to 2, 1 is not enough 2010-08-15 09:53:16 +02:00
Tobias Powalowski
82d2453681 reduce bios_grub partition size to minimum 2010-08-14 22:22:21 +02:00
Tobias Powalowski
88b26ac340 add nilfs and simple btrfs to autoprepare menu 2010-08-14 15:14:10 +02:00
Tobias Powalowski
1365802e66 unset LANG= 2010-08-12 20:55:08 +02:00
Tobias Powalowski
3d3b379a7d last correction to package grepping 2010-08-12 13:39:22 +02:00
Tobias Powalowski
f5cc32f643 update mirrorlist pacman file 2010-08-11 18:32:48 +02:00
Tobias Powalowski
7a2561706c add extlinux check for btrfs subvolumes 2010-08-11 17:28:38 +02:00
Tobias Powalowski
a95ebbb9e8 adopt changes to quickinst script 2010-08-11 17:14:06 +02:00
Tobias Powalowski
ea3c5de019 fixed some menu output and shutup the greps in package selection 2010-08-11 17:11:20 +02:00
Tobias Powalowski
0e1cf3620d fixed some ftp installation menus 2010-08-11 12:17:29 +02:00
Tobias Powalowski
7a033473b8 fix ftp install routine with new group listing 2010-08-09 23:12:19 +02:00
Tobias Powalowski
beff6dedd1 remove not usable nilfs mountflag 2010-08-06 22:46:31 +02:00
Tobias Powalowski
87bfe1c8c2 bump to new release 2010-08-06 20:52:55 +02:00
Tobias Powalowski
6660ab85eb finished nilfs2 support in setup 2010-08-02 21:34:30 +02:00
Tobias Powalowski
00331e34ac start adding nilfs2 support 2010-08-02 16:41:54 +02:00
Tobias Powalowski
ef1cd1c228 fixed setup permission 2010-07-25 21:56:16 +02:00
Tobias Powalowski
f40f402e86 add iana-etc to packages 2010-07-25 21:53:03 +02:00
Tobias Powalowski
45cb9a3355 added Architecture option to pacman.conf 2010-07-25 19:44:24 +02:00
Tobias Powalowski
404ee24ad9 fixed typo in config to fix lts 64 booting from menu 2010-07-21 22:03:22 +02:00
Tobias Powalowski
b55b802e26 fix device listing by adding two remarks and removing one remark 2010-07-21 21:52:24 +02:00
Tobias Powalowski
dd3f325007 add docs and debug info to git 2010-07-18 09:12:01 +02:00
Tobias Powalowski
da6bb29f42 fix rootflags for subvolumes 2010-07-15 22:40:14 +02:00
Tobias Powalowski
9633f7dbe2 final fixes for next release 2010-07-15 21:24:55 +02:00
Tobias Powalowski
5f053b8219 fixed some todos on btrfs 2010-07-15 19:04:22 +02:00
Tobias Powalowski
8de7e53a42 use mtab for getting rootflags 2010-07-15 07:55:53 +02:00
Tobias Powalowski
d3b5f1fddb added btrfs /boot check# 2010-07-15 07:47:14 +02:00
Tobias Powalowski
86160639e0 minor extlinux fixes + more todos 2010-07-12 23:39:09 +02:00
Tobias Powalowski
82cd2344a8 removed grub2 lvm hack, changed docs to VC7 and some minor setup cleanup 2010-07-12 21:18:47 +02:00
Tobias Powalowski
9e644af67f some bootloader fixes 2010-07-11 21:50:50 +02:00
Tobias Powalowski
ae4eef0906 add rootflage to bootloader config files 2010-07-11 16:19:50 +02:00
Tobias Powalowski
9d4c618bf5 prepare initcpio for btrfs autodetection 2010-07-06 22:55:42 +02:00
Tobias Powalowski
9e639dd044 fix destdir mount to correct execution on break 2010-07-04 21:42:27 +02:00
Tobias Powalowski
0740f9a7d8 added some quotations 2010-07-04 21:35:10 +02:00
Tobias Powalowski
6d8a4612a3 btrfs should be now usable in filesystem mode 2010-07-04 18:44:26 +02:00
Tobias Powalowski
1bd916a3fc remove fixed comment 2010-07-04 17:37:48 +02:00
Tobias Powalowski
54f03030ed add correct return values 2010-07-04 17:35:42 +02:00
Tobias Powalowski
ed76f8e901 more comments 2010-07-02 07:30:29 +02:00
Tobias Powalowski
ee84457377 more fixed to btrfs, we soon come to an end 2010-07-01 23:46:57 +02:00
Tobias Powalowski
a846ea5a55 fix labal and btrfs device values and added more comments on functions 2010-07-01 22:38:20 +02:00
Tobias Powalowski
881d999f67 remove unnecessary file cleaning 2010-07-01 22:22:54 +02:00
Tobias Powalowski
8ee3cdac41 add more comments on what is still missing in btrfs 2010-07-01 14:22:29 +02:00
Tobias Powalowski
036ae45a1d add more comments on what is still missing in btrfs 2010-07-01 12:23:03 +02:00
Tobias Powalowski
3f82f6e35b remove already in use subvolumes 2010-07-01 12:09:25 +02:00
Tobias Powalowski
8580cfa2a7 simplified check 2010-07-01 11:28:04 +02:00
Tobias Powalowski
da511362d5 moved parameters to correct check 2010-07-01 11:24:51 +02:00
Tobias Powalowski
3a14babb0b remove syslinux warning about gpt its now supportet since 4.0.0 2010-07-01 11:13:22 +02:00
Tobias Powalowski
a00e36521f smooth btrfs chosing options added 2010-07-01 11:09:06 +02:00
Tobias Powalowski
596707c7bf more comments added 2010-06-30 23:06:36 +02:00
Tobias Powalowski
133d0aff1a add correct btrfs devices 2010-06-29 07:44:46 +02:00
Tobias Powalowski
73a7a2d3de fixed btrfs raid creation 2010-06-29 07:39:07 +02:00
Tobias Powalowski
b43587e396 more btrfs integration 2010-06-28 22:40:35 +02:00
Tobias Powalowski
1f93ee9ef7 allow subvolume creation witout format 2010-06-28 20:49:46 +02:00
Tobias Powalowski
4f072782be more btrfs fixes 2010-06-27 23:04:56 +02:00
Tobias Powalowski
a12c81c3e5 functionalize more btrfs things 2010-06-27 11:33:33 +02:00
Tobias Powalowski
047e32f4da add some "" 2010-06-27 11:18:21 +02:00
Tobias Powalowski
dff68f16e6 some comments for further steps 2010-06-26 23:26:45 +02:00
Tobias Powalowski
9c75272e69 more btrfs fixes and simplification 2010-06-26 21:41:17 +02:00
Tobias Powalowski
5bb51a0fa5 more btrfs fixes 2010-06-25 22:21:17 +02:00
Tobias Powalowski
21585afe5c update pacman to 3.4.0 2010-06-25 12:08:17 +02:00
Tobias Powalowski
5a6f7f5cae more subvolume fixes 2010-06-21 22:30:50 +02:00
Tobias Powalowski
92d351ce64 start subvolume btrfs support 2010-06-20 22:18:53 +02:00
Tobias Powalowski
749d457951 add more btrfs raid fixes 2010-06-20 19:00:41 +02:00
Tobias Powalowski
12a802f147 btrfs filesystem creation started 2010-06-13 23:14:29 +02:00
Tobias Powalowski
b449ca9acf more btrfs raid fixes 2010-06-13 16:17:05 +02:00
Tobias Powalowski
b1cab63b74 start adding btrfs raid support 2010-06-12 18:30:33 +02:00
Tobias Powalowski
b11b9e6fd0 add btrfs option only for latest kernel 2010-06-10 19:57:16 +02:00
Tobias Powalowski
dea4303f7c added btrfs fail dialogs 2010-06-10 19:54:23 +02:00
Tobias Powalowski
1eff20158c add persistent network to rc.conf 2010-06-10 16:47:16 +02:00
Tobias Powalowski
e18c854afe adopt rc.shutdown changes 2010-06-10 16:42:45 +02:00
Tobias Powalowski
8c85345b26 fix bootloader preconfiguration 2010-06-06 22:15:27 +02:00
Tobias Powalowski
6b33f03a9a add btrfs to docs 2010-06-06 17:34:31 +02:00
Tobias Powalowski
ec15525a54 add destdir mount to configure dialog 2010-06-06 17:22:25 +02:00
Tobias Powalowski
92211fd4d2 fix filesystemcreation 2010-06-06 16:29:35 +02:00
Tobias Powalowski
00433402c9 add mkfs options and started rudimentary btrfs support 2010-06-05 08:52:42 +02:00
Tobias Powalowski
efd460b68b corrected installation of syslinux depend 2010-06-04 17:46:17 +02:00
Tobias Powalowski
a30ffacdd1 add mtools to syslinux part 2010-06-04 16:28:43 +02:00
Tobias Powalowski
0b3597f0c0 change autoprepare names for xfs usage 2010-06-04 16:13:37 +02:00
Tobias Powalowski
372c8c977e functionalize bootloader stuff 2010-06-04 15:49:31 +02:00
Tobias Powalowski
2562bde705 fixed extlinux /boot install 2010-06-04 13:39:31 +02:00
Tobias Powalowski
e11ffecf38 fix aborting on bootloader section 2010-06-04 12:52:10 +02:00
Tobias Powalowski
0b173fff87 extlinux and syslinux fixes 2010-06-04 11:42:35 +02:00
Tobias Powalowski
1f07f7d9fe fix lilo sed call 2010-06-04 09:38:33 +02:00
Tobias Powalowski
4bcb8c29b5 fix grub mapping 2010-06-04 09:35:58 +02:00
Tobias Powalowski
2ea36f2777 fixed bootloader menu 2010-06-03 23:27:58 +02:00
Tobias Powalowski
b9425baa61 fix autoprepare function 2010-06-03 23:02:57 +02:00
Tobias Powalowski
3659044446 fix activate luks 2010-06-03 22:38:56 +02:00
Tobias Powalowski
d5bb8090a0 add extlinux and fix extlinux in setup 2010-06-03 19:55:44 +02:00
Tobias Powalowski
a4529611ac added extlinux bootloader support 2010-06-03 19:20:49 +02:00
Tobias Powalowski
608eb908d8 change ssyslinux to use menu 2010-06-03 18:18:01 +02:00
Tobias Powalowski
1ad256c740 add latest udev changes 2010-06-03 17:36:05 +02:00
Tobias Powalowski
9a42bc9185 change bootloader hooks and presets 2010-06-03 12:59:55 +02:00
Tobias Powalowski
b57ea8873c changed bootmessage to fit to new menu layout 2010-06-03 12:19:50 +02:00
Tobias Powalowski
d3e01ba151 hardcode splash name 2010-06-02 23:34:23 +02:00
Tobias Powalowski
1a168069ba fix append message 2010-06-02 22:46:59 +02:00
Tobias Powalowski
0bd59eb80f change boot messages according to menu changes 2010-06-02 22:42:23 +02:00
Tobias Powalowski
5ec42092c0 change prompt mode to menu, and change menu 2010-06-02 22:30:17 +02:00
Tobias Powalowski
324c3879b9 added HDT to syslinux boot files 2010-06-02 18:03:40 +02:00
Tobias Powalowski
c15aa81f80 remove IPAPPEND archboot doesnt need this 2010-06-01 19:22:47 +02:00
Tobias Powalowski
4f9a074d4b add menu background to config files 2010-06-01 07:17:55 +02:00
Tobias Powalowski
52f3aca0c7 change normal bootloader.cfg to menu 2010-06-01 07:10:29 +02:00
Tobias Powalowski
7e93ce53e1 start to prepare allinone isolinux menu 2010-05-31 22:10:58 +02:00
Tobias Powalowski
4855830582 remove intel-wireless from docs 2010-05-30 22:42:07 +02:00
Tobias Powalowski
5a5dd052d9 show mapper devices instead of dm-* 2010-05-30 10:29:26 +02:00
Tobias Powalowski
65c3d6423b correct dm device listing in pv dialog 2010-05-28 18:59:54 +02:00
Tobias Powalowski
7a6e5e94f6 remove senseless check for raid creation 2010-05-28 18:09:05 +02:00
Tobias Powalowski
8814bd5ea6 remove senseless check for pv creation 2010-05-28 18:04:33 +02:00
Tobias Powalowski
a2d9eed734 dont output useless lvm info 2010-05-28 18:00:25 +02:00
Tobias Powalowski
ba1fc04031 fixed mb usage in lvm 2010-05-28 17:55:02 +02:00
Tobias Powalowski
758d92d0d5 added additional luks dialog 2010-05-28 17:49:07 +02:00
Tobias Powalowski
05f2b2ce81 added name in dialogs for luks encryption 2010-05-28 17:37:04 +02:00
Tobias Powalowski
e733ab0a98 finished automatic activation loop 2010-05-28 16:45:28 +02:00
Tobias Powalowski
abc52371a6 splitted out dm devices from dmraid_partitions 2010-05-28 15:27:59 +02:00
Tobias Powalowski
12dcde9163 added last checks to additional devices 2010-05-28 11:53:45 +02:00
Tobias Powalowski
66f5585383 revert raid changes 2010-05-28 11:40:45 +02:00
Tobias Powalowski
edc02c89df many changes in blockdevices, added autodetection of luks devices 2010-05-27 21:33:47 +02:00
Tobias Powalowski
26fc824951 finished big cleanup and menu structure while setting mountpoints 2010-05-26 22:06:10 +02:00
Tobias Powalowski
0d8161ed6e add additional loops for mountpoints 2010-05-25 16:33:02 +02:00
Tobias Powalowski
fcfcb55a3d added missing $ to autoprepare 2010-05-25 15:54:01 +02:00
Tobias Powalowski
c88772fde1 added label to autoprepare 2010-05-25 15:52:24 +02:00
Tobias Powalowski
932f81695d more simplifying label 2010-05-25 15:40:24 +02:00
Tobias Powalowski
0afebda5b4 added label options to mkfs 2010-05-25 15:28:57 +02:00
Tobias Powalowski
2b3115e2bf more label fixes 2010-05-25 15:14:19 +02:00
Tobias Powalowski
6bfcef6cd5 more label fixes 2010-05-25 13:15:04 +02:00
Tobias Powalowski
a9715610dc add device information to all config files 2010-05-25 09:54:01 +02:00
Tobias Powalowski
aadc66610e fixed uuid dialog 2010-05-24 18:23:09 +02:00
Tobias Powalowski
ef1dc431be more label uuid fixes 2010-05-24 16:15:47 +02:00
Tobias Powalowski
ef635a5f79 start adding label support 2010-05-24 15:39:55 +02:00
Tobias Powalowski
0ffd3212ca Dont use nano if dialog is canceled 2010-05-24 15:11:14 +02:00
Tobias Powalowski
b58ad6d84e added getlabel funcion 2010-05-24 15:05:20 +02:00
Tobias Powalowski
ab1b1bbe52 added automatic hostname to hosts after rc.conf edit 2010-05-24 15:00:57 +02:00
Tobias Powalowski
ed58e40bab added more grub checks 2010-05-20 21:09:09 +02:00
Tobias Powalowski
a3459da0ac added blockdevices to bootloader check 2010-05-20 17:22:32 +02:00
Tobias Powalowski
a43b3aa250 change md_d check to md*p 2010-05-19 20:17:23 +02:00
Tobias Powalowski
dd19e50d3c sort functions to better order 2010-05-19 20:10:52 +02:00
Tobias Powalowski
85fa930490 fixed cciss available disk space 2010-05-19 20:05:11 +02:00
Tobias Powalowski
e3cfdffe5e replace sys/block with $block 2010-05-19 19:59:16 +02:00
Tobias Powalowski
2fe001a4e0 more cciss fixes 2010-05-19 18:10:35 +02:00
Tobias Powalowski
afa1377350 changed cciss rd ida funtcion, removed amiraid,ataraid and carmel again 2010-05-19 17:26:09 +02:00
Tobias Powalowski
32f895267d changed mmcblk listing 2010-05-19 16:32:12 +02:00
Tobias Powalowski
2581f5d132 fixed raid listing of devices 2010-05-19 13:47:11 +02:00
Tobias Powalowski
66608c7c06 more raid list fixes 2010-05-19 07:43:36 +02:00
Tobias Powalowski
b711c2549b change raid partition checks 2010-05-18 23:52:30 +02:00
Tobias Powalowski
a46e28e424 change to correct nouveau usage on .32 and .34 kernel 2010-05-17 10:30:37 +02:00
Tobias Powalowski
dedea752c6 remove unneeded dialog 2010-05-16 15:30:01 +02:00
Tobias Powalowski
071119a1e5 added new activation functions dmraid,raid and lvm2 2010-05-16 15:12:14 +02:00
Tobias Powalowski
679d0f8170 added text for mmc 2010-05-16 11:51:58 +02:00
Tobias Powalowski
071c0b651e delete old pvs check 2010-05-16 11:36:11 +02:00
Tobias Powalowski
e4e44fe8fa more mmc fixes 2010-05-16 11:35:35 +02:00
Tobias Powalowski
4e1f88083e add check on any directory on media 2010-05-15 09:12:59 +02:00
Tobias Powalowski
f3889f59c1 added mmcblk devices and ataraid. changed uuid function 2010-05-13 22:43:20 +02:00
Tobias Powalowski
a122d2c715 added AMIRAID, CARMEL and DAC960 controller support 2010-05-13 12:45:35 +02:00
Tobias Powalowski
3933509780 fixed grub2 installing on lvm device 2010-05-12 07:35:38 +02:00
Tobias Powalowski
1592d7b0db fixed broken check in grub2 2010-05-11 07:40:21 +02:00
Tobias Powalowski
fcda66ad2e added nouveau-drm-lts to setup 2010-05-10 21:23:49 +02:00
Tobias Powalowski
a7adacde6d fixed type for lts 64bit boot option 2010-05-02 16:12:37 +02:00
Tobias Powalowski
485ca18035 fix ram recommandation to 320MB 2010-04-16 20:05:06 +02:00
Tobias Powalowski
522d2d5bc5 finished virtio support 2010-04-16 17:22:07 +02:00
Tobias Powalowski
6bbf086741 fixed grub2 mapping of virtio devices 2010-04-16 12:43:20 +02:00
Tobias Powalowski
8cdc677cc8 fix bootloader installation without package installation 2010-04-16 12:20:26 +02:00
Tobias Powalowski
9aa9db94ba fixed virtio check in setup 2010-04-16 10:00:17 +02:00
Tobias Powalowski
5b8c631153 updated pacman mirrorlist 2010-04-16 09:16:45 +02:00
Tobias Powalowski
fcd8e59393 remove not needed pacman mirror dialog, editing config file is enough 2010-04-16 08:06:55 +02:00
Tobias Powalowski
55bfa66f74 added sanity checks in autoprepare 2010-04-16 07:31:29 +02:00
Tobias Powalowski
736f6b1cf7 switch uuid call 2010-04-12 22:56:41 +02:00
Tobias Powalowski
07af748f2c added no-floppy option to grub2 2010-03-20 13:42:42 +01:00
Tobias Powalowski
7bcfd6f0e2 fixed raid function 2010-03-18 22:46:21 +01:00
Tobias Powalowski
434c38c14e added homepage reference 2010-03-18 07:39:32 +01:00
Tobias Powalowski
3f9aafafc6 added lvmwait 2010-03-17 23:00:06 +01:00
Tobias Powalowski
1095a30b3b fixed archdoc 2010-03-17 22:48:23 +01:00
Tobias Powalowski
405b1b3bd2 added btrfs and nilfs support to install environment 2010-03-17 22:25:07 +01:00
Tobias Powalowski
9f0c8771e4 fix lvm2 changes 2010-03-17 00:09:17 +01:00
Tobias Powalowski
7db082c460 change db name to extra 2010-03-16 23:48:39 +01:00
Tobias Powalowski
603ab6d7f8 correct cd install package selection 2010-03-16 23:35:38 +01:00
Tobias Powalowski
442c5bb571 fixed mount check for $DESTDIR 2010-03-16 07:41:15 +01:00
Tobias Powalowski
161b9b5d48 added correct $DESTDIR mount check 2010-03-16 07:32:39 +01:00
Tobias Powalowski
d300135187 added return 1 to tz 2010-03-15 23:04:04 +01:00
Tobias Powalowski
a0f4c47203 fixed function calling in tz and km, menu names 2010-03-15 23:01:51 +01:00
Tobias Powalowski
1b24aeacb1 fixed function calling and setup messages 2010-03-15 22:53:21 +01:00
Tobias Powalowski
01145bcfe1 added correct uuid and guid dialogs 2010-03-15 07:14:28 +01:00
Tobias Powalowski
1a7ce02980 use same locale-gen command 2010-03-14 23:00:52 +01:00
Tobias Powalowski
c6f24c7fd6 add uuid checks to functions 2010-03-14 22:51:57 +01:00
Tobias Powalowski
46b42f1d96 fixed device listing, fixed bootloader install 2010-03-14 22:27:35 +01:00
Tobias Powalowski
e2bb4148ef fixed device listing 2010-03-14 17:41:03 +01:00
Tobias Powalowski
172c37e1b5 cleanup grub/grub2 installing 2010-03-14 17:03:56 +01:00
Tobias Powalowski
b57b3968f1 added gpt checks to other bootloaders 2010-03-14 14:53:30 +01:00
Tobias Powalowski
d2d0cafaa1 major disk check cleanup and simplifying 2010-03-14 14:34:13 +01:00
Tobias Powalowski
6fcd511395 fix spaces in function 2010-03-14 10:32:39 +01:00
Tobias Powalowski
edce94bbed clean available lvm parts 2010-03-14 10:29:03 +01:00
Tobias Powalowski
d446e039ea removed raid4 parity mode 2010-03-14 10:23:45 +01:00
Tobias Powalowski
dcad573423 added raid4 and raid6 support 2010-03-14 10:15:47 +01:00
Tobias Powalowski
e8abd98225 merge raid and raid_partitions function 2010-03-14 09:45:55 +01:00
Tobias Powalowski
7b67a74501 remove not needed setting of raid fd tag 2010-03-14 09:24:23 +01:00
Tobias Powalowski
d67329cb77 added additional syslinux checks 2010-03-14 09:13:50 +01:00
Tobias Powalowski
05adeb1c4f finished grub2 checks 2010-03-14 09:05:49 +01:00
Tobias Powalowski
824b82916c more grub2 gpt checks 2010-03-13 22:19:09 +01:00
Tobias Powalowski
dae545366f add more grub2 checks 2010-03-13 21:31:55 +01:00
Tobias Powalowski
536afcaf40 added gdisk to install environment 2010-03-13 20:07:02 +01:00
Tobias Powalowski
022aeac08c some bootloader cleanup 2010-03-12 23:35:44 +01:00
Tobias Powalowski
9fb37bf562 comment cleaning 2010-03-12 07:13:51 +01:00
Tobias Powalowski
8312169ce1 added grub2 and gpt to docs 2010-03-11 23:07:41 +01:00
Tobias Powalowski
410858ad2a add virtio devices 2010-03-11 22:58:10 +01:00
Tobias Powalowski
b52fd8faf2 small cosmetical fixes 2010-03-11 22:51:04 +01:00
Tobias Powalowski
75eafd96c0 big grub2 update, now everything should run like a charm 2010-03-11 22:17:36 +01:00
Tobias Powalowski
ce792c5722 added full GPT support to partition step, yeehaa 2010-03-11 17:49:28 +01:00
Tobias Powalowski
567da5f27e removed unneeded checks 2010-03-11 12:17:56 +01:00
Tobias Powalowski
2b8964e691 added GPT support to autoprepare 2010-03-11 12:07:35 +01:00
Tobias Powalowski
c573d2017d more raid additions for grub2 2010-03-06 20:55:55 +01:00
Tobias Powalowski
d3bda76243 change grub2 devicemap creation 2010-03-06 10:25:08 +01:00
Tobias Powalowski
32eb01f72d add better select source check 2010-03-06 10:13:54 +01:00
Tobias Powalowski
40356d4229 some grub2 cleanup 2010-03-06 09:51:27 +01:00
Tobias Powalowski
244a58bc17 fixed passwd nobody 2010-03-06 09:39:09 +01:00
Tobias Powalowski
33f9f5b4ab fixed shadow 2010-03-06 09:37:55 +01:00
Tobias Powalowski
7816279652 yikes again, xfs installation fixed :D 2010-03-05 22:13:35 +01:00
Tobias Powalowski
2fa1657485 yikes, basic grub2 support works, xfs is still broken though. 2010-03-05 21:59:48 +01:00
Tobias Powalowski
752f8f106f change package installation of bootloader to first position, added grub mapping 2010-03-05 20:44:35 +01:00
Tobias Powalowski
0d20fb9c19 add new grub2 name scheme to mapdev 2010-03-05 20:28:59 +01:00
Tobias Powalowski
17dc45f468 make extra package pullin more readable 2010-03-05 20:17:15 +01:00
Tobias Powalowski
48ea879a67 small fix 2010-02-22 23:26:52 +01:00
Tobias Powalowski
f0655a88b4 added more grub2 code, not working at all though! 2010-02-22 23:24:32 +01:00
Tobias Powalowski
1edfc9f14d some function renaming 2010-02-22 07:40:53 +01:00
Tobias Powalowski
85c9e8ce26 move package installation text to correct function 2010-02-22 07:19:16 +01:00
Tobias Powalowski
c27208711f added additional line for bootloader 2010-02-21 23:02:29 +01:00
Tobias Powalowski
bd0d10f871 fixed kernel name in lilo.conf 2010-02-21 23:00:42 +01:00
Tobias Powalowski
429893e938 fixed chroot_mount and chroot_umount 2010-02-21 22:42:23 +01:00
Tobias Powalowski
ddd4c3730a fixed URL of bootloader repo 2010-02-21 22:35:33 +01:00
Tobias Powalowski
004ff902d5 changed pacman installation to function, added bootloader install support on demand 2010-02-21 22:11:08 +01:00
Tobias Powalowski
3c9fdb8167 add grub2 option 2010-02-21 18:30:14 +01:00
Tobias Powalowski
9e9af7a960 change setup mode 2010-02-21 18:24:56 +01:00
Tobias Powalowski
1b808cedb8 changed grub2 addition 2010-02-21 18:04:17 +01:00
Tobias Powalowski
df405ff6b1 added freetype2 depend 2010-02-21 17:46:39 +01:00
Tobias Powalowski
fc9312c9e4 remerged grbu2 2010-02-21 17:45:11 +01:00
Tobias Powalowski
ddf446be2f simplified netcfg file 2010-02-21 17:19:15 +01:00
Tobias Powalowski
e2bfef2723 start adding grub2 support 2010-02-21 17:10:58 +01:00
Tobias Powalowski
09284baf12 change to any compression in setup 2010-02-21 16:32:52 +01:00
Tobias Powalowski
dabb067f46 added latest initcpio change 2010-02-21 11:04:08 +01:00
Tobias Powalowski
a17be8f978 merge initcpio init changes 2010-02-18 20:06:03 +01:00
Tobias Powalowski
78482d02fb fixed function name, to fix ftp installation and ntfs-3g 2010-02-16 14:05:33 +01:00
Tobias Powalowski
2b5514de27 add latest init changes from initcpio 2010-02-16 13:49:46 +01:00
Tobias Powalowski
764dcbe74e merge latest init changes 2010-02-14 19:24:03 +01:00
Tobias Powalowski
fb06a57581 commit change 2010-02-13 17:22:37 +01:00
Tobias Powalowski
f81b495bf3 get size of partition from sys and not from hdparm output 2010-02-13 16:08:05 +01:00
Tobias Powalowski
5900978332 remove /dev/vc from km script it has been removed in udev 2010-02-13 15:50:54 +01:00
Tobias Powalowski
9898df3863 fix double spaces in grub entry 2010-02-11 17:30:19 +01:00
Tobias Powalowski
ba8e0927a6 clean modprobe.conf 2010-02-11 12:04:02 +01:00
Tobias Powalowski
ba0cb125ac fixed framebuffer setup 2010-02-11 08:46:32 +01:00
Tobias Powalowski
6242110cee fixed udev-compat to support category and changed kernel install to first place 2010-02-11 08:15:56 +01:00
Tobias Powalowski
308286ffc7 fix quickinst 2010-02-10 17:41:24 +01:00
Tobias Powalowski
77ec7c77a7 added nfs root boot support 2010-02-09 23:55:14 +01:00
Tobias Powalowski
996cf9c8fd honor rw ro option on booting 2010-02-09 23:41:24 +01:00
Tobias Powalowski
32fa779a6e remove unneeded raid partition replace uuid check 2010-02-09 19:42:54 +01:00
Tobias Powalowski
a38e29694a fixed wrong sys location in init 2010-02-09 07:26:50 +01:00
Tobias Powalowski
51c27ff264 fixes due to new layout of blkid and sys 2010-02-08 23:10:54 +01:00
Tobias Powalowski
bbae9992ca block/254 is not uses anymore 2010-02-08 17:43:37 +01:00