![]()
|
|
Quellcode |
1 |
"su - " |
|
|
Quellcode |
1 2 |
tar xvjf linux-2.6.xx.yy.tar.bz2 ln -s /usr/src/linux-2.6.xx.yy /usr/src/linux |
|
|
Quellcode |
1 |
make-kpkg --initrd kernel_image |
|
|
Quellcode |
1 |
dpkg -i linux-image-xx.yy_xyz.deb |
, Renoise 2.6, Novation Bass Station VSTi, Sylenth1, several Samples-Libaries. Hardware: AMD Phenom II X4 955 Black Edition, 4 GB RAM, SB Audigy 2 ZS Platinum, m-audio axiom 25, Behringer MS20 (active nearfield monitor) |
|
Quellcode |
1 |
make-kpkg --initrd kernel_image |
|
|
Quellcode |
1 2 |
debian:/usr/src/linux# make-kpkg --initrd kernel_image -su: make-kpkg: Kommando nicht gefunden. |
, Renoise 2.6, Novation Bass Station VSTi, Sylenth1, several Samples-Libaries. Hardware: AMD Phenom II X4 955 Black Edition, 4 GB RAM, SB Audigy 2 ZS Platinum, m-audio axiom 25, Behringer MS20 (active nearfield monitor)
, Renoise 2.6, Novation Bass Station VSTi, Sylenth1, several Samples-Libaries. Hardware: AMD Phenom II X4 955 Black Edition, 4 GB RAM, SB Audigy 2 ZS Platinum, m-audio axiom 25, Behringer MS20 (active nearfield monitor) |
|
Quellcode |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 |
#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by /usr/sbin/grub-mkconfig using templates
# from /etc/grub.d and settings from /etc/default/grub
#
### BEGIN /etc/grub.d/00_header ###
set default=0
insmod ext2
set root=(hd1,1)
search --no-floppy --fs-uuid --set 8060a000-b7c4-45d7-a75e-b983690bd0ae
if loadfont /usr/share/grub/unicode.pf2 ; then
set gfxmode=640x480
insmod gfxterm
insmod vbe
if terminal_output gfxterm ; then true ; else
# For backward compatibility with versions of terminal.mod that don't
# understand terminal_output
terminal gfxterm
fi
fi
set timeout=5
### END /etc/grub.d/00_header ###
### BEGIN /etc/grub.d/05_debian_theme ###
insmod ext2
set root=(hd1,1)
search --no-floppy --fs-uuid --set 8060a000-b7c4-45d7-a75e-b983690bd0ae
insmod png
if background_image /boot/grub/moreblue-orbit-grub.png ; then
set color_normal=black/black
set color_highlight=magenta/black
else
set menu_color_normal=cyan/blue
set menu_color_highlight=white/blue
fi
### END /etc/grub.d/05_debian_theme ###
### BEGIN /etc/grub.d/10_linux ###
menuentry "Debian GNU/Linux, Linux 2.6.31.5" {
insmod ext2
set root=(hd1,1)
search --no-floppy --fs-uuid --set 8060a000-b7c4-45d7-a75e-b983690bd0ae
linux /boot/vmlinuz-2.6.31.5 root=/dev/sdb1 ro quiet
}
menuentry "Debian GNU/Linux, Linux 2.6.31.5 (recovery mode)" {
insmod ext2
set root=(hd1,1)
search --no-floppy --fs-uuid --set 8060a000-b7c4-45d7-a75e-b983690bd0ae
linux /boot/vmlinuz-2.6.31.5 root=/dev/sdb1 ro single
}
menuentry "Debian GNU/Linux, Linux 2.6.30-2-686" {
insmod ext2
set root=(hd1,1)
search --no-floppy --fs-uuid --set 8060a000-b7c4-45d7-a75e-b983690bd0ae
linux /boot/vmlinuz-2.6.30-2-686 root=UUID=8060a000-b7c4-45d7-a75e-b983690bd0ae ro quiet
initrd /boot/initrd.img-2.6.30-2-686
}
menuentry "Debian GNU/Linux, Linux 2.6.30-2-686 (recovery mode)" {
insmod ext2
set root=(hd1,1)
search --no-floppy --fs-uuid --set 8060a000-b7c4-45d7-a75e-b983690bd0ae
linux /boot/vmlinuz-2.6.30-2-686 root=UUID=8060a000-b7c4-45d7-a75e-b983690bd0ae ro single
initrd /boot/initrd.img-2.6.30-2-686
}
### END /etc/grub.d/10_linux ###
### BEGIN /etc/grub.d/30_os-prober ###
menuentry "Windows 7 (loader) (on /dev/sda1)" {
insmod ntfs
set root=(hd0,1)
search --no-floppy --fs-uuid --set 6ed40f54d40f1dc9
drivemap -s (hd0) ${root}
chainloader +1
}
### END /etc/grub.d/30_os-prober ###
### BEGIN /etc/grub.d/40_custom ###
# This file provides an easy way to add custom menu entries. Simply type the
# menu entries you want to add after this comment. Be careful not to change
# the 'exec tail' line above.
### END /etc/grub.d/40_custom ###
|
Dieser Beitrag wurde bereits 3 mal editiert, zuletzt von »Matt« (26.10.2009, 00:06)
|
|
Quellcode |
1 |
make-kpkg --initrd kernel_image |
Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von »Matt« (26.10.2009, 13:52)



