linux-2.6.25.10 — новость одной строкой

linux kernel

cd /usr/src && wget ftp://ftp.kernel.org/pub//kernel/v2.6/incr/patch-2.6.25.9-10.bz2 && cd linux && bzcat /usr/src/patch-2.6.25.9-10.bz2 |patch -p1 && cd .. && mv linux-2.6.25.{9,10} && rm linux && ln -s linux{-2.6.25.10,} && cd linux && make oldconfig && make bzImage && make modules && make modules_install && cp /boot/vmlinuz{,.old} && cp arch/x86/boot/bzImage /boot/vmlinuz && reboot

linux-2.6.25.10 — новость одной строкой: 2 комментария

  1. напомнило:

    it only takes three commands to install Gentoo
    cfdisk /dev/hda && mkfs.xfs /dev/hda1 && mount /dev/hda1 /mnt/gentoo/ && chroot /mnt/gentoo/ && env-update && . /etc/profile && emerge sync && cd /usr/portage && scripts/bootsrap.sh && emerge system && emerge vim && vi /etc/fstab && emerge gentoo-dev-sources && cd /usr/src/linux && make menuconfig && make install modules_install && emerge gnome mozilla-firefox openoffice && emerge grub && cp /boot/grub/grub.conf.sample /boot/grub/grub.conf && vi /boot/grub/grub.conf && grub && init 6
    that’s the first one

    http://bash.org/?464385

Добавить комментарий

Ваш адрес email не будет опубликован. Обязательные поля помечены *