2007-06-02 11:48:18 by radu
Updated kernel and initrd guessing to use the backtick function. Added new file README.Debian which currently documents the kernel and initrd updating features.
This commit is contained in:
@@ -164,8 +164,8 @@ image = sparse # Specify sparse vs. full disk images.
|
||||
#
|
||||
# Default kernel and ramdisk to use for the virtual servers
|
||||
#
|
||||
kernel = /boot/vmlinuz-2.6.16-2-xen-686
|
||||
initrd = /boot/initrd.img-2.6.16-2-xen-686
|
||||
kernel = /boot/vmlinuz-`uname -r`
|
||||
initrd = /boot/initrd.img-`uname -r`
|
||||
|
||||
#
|
||||
# The architecture to use when using debootstrap or rpmstrap.
|
||||
|
||||
Reference in New Issue
Block a user