kernel 2.6.19

pacman -Suy すると、なんか色々表示されたけれど、
特に設定変える必要なかった。

upgrading kernel26... done.
>>> Updating module dependencies. Please wait ...
>>> MKINITCPIO SETUP
>>> ----------------

>>> New PATA/IDE subsystem - EXPERIMENTAL
>>> ----------
>>> To use the new pata drivers, change the 'ide' hook
>>> to 'pata' in /etc/mkinicpio.conf HOOKS=
>>> The new system changes: /dev/hd? to /dev/sd?
>>> Don't forget to modify GRUB, LILO and fstab to the
>>> new naming system.
>>> eg: hda3 --> sda3, hdc8 --> sdc8

>>> piix/ata_piix (Intel chipsets) - IMPORTANT
                  • -
>>> If you have enabled ide/pata/sata HOOKs in /etc/mkinitcpio.conf >>> the 'ata_piix' module will be used. >>> This may cause your devices to shift names, eg: >>> - IDE: devices from hd? to sd? >>> - SATA: sda might shift to sdc if you have 2 other disks on a PIIX IDE port. >>> To check if this will affect you, check 'mkinitcpio -M' for piix/ata_piix > If you use LVM2, Encrypted root or software RAID, >>> Ensure you enable support in /etc/mkinitcpio.conf . >>> More information about mkinitcpio setup can be found here: >>> http://wiki.archlinux.org/index.php/Mkinitcpio >>> Generating initial ramdisk, using mkinitcpio. Please wait... ==> Building image "default" ==> Running command: /sbin/mkinitcpio -m "ATTENTION:\nIf you get a kernel panic below and are using an Intel chipset, append 'earlymodules=piix' to the kernel commandline" -k 2.6.19-ARCH -c /etc/mkinitcpio.conf -g /boot/kernel26.img
Begin build
Parsing hook [base]
Parsing hook [udev]
Parsing hook [autodetect]
Parsing hook [ide]
Parsing hook [scsi]
Parsing hook [sata]
Parsing hook [filesystems]
Generating module dependencies
Generating image '/boot/kernel26.img'...SUCCESS
==> SUCCESS ==> Building image "fallback" ==> Running command: /sbin/mkinitcpio -m "ATTENTION:\nIf you get a kernel panic below and are using an Intel chipset, append 'earlymodules=piix' to the kernel commandline" -k 2.6.19-ARCH -c /etc/mkinitcpio.d/kernel26-fallback.conf -g /boot/kernel26-fallback.img
Begin build
Parsing hook [base]
Parsing hook [udev]
Parsing hook [ide]
Parsing hook [pata]
Parsing hook [scsi]
Parsing hook [sata]
Parsing hook [usbinput]
Parsing hook [raid]
Parsing hook [filesystems]
Generating module dependencies
Generating image '/boot/kernel26-fallback.img'...SUCCESS
==> SUCCESS ATTENTION UDEV:
                  • -
udev >=098 rules syntax has changed, please update your own rules. udev >=099 Added persistent network and CD/DVD Symlink generator rules. Please read the instructions carefully before reboot. They are located in /etc/udev/readme-udev-arch.txt
                  • -
upgrading udev... done.