1
0
mirror of synced 2026-04-18 00:06:35 +00:00

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:
radu
2007-06-02 11:48:20 +00:00
parent ce3116f6bc
commit 8ac486921b
4 changed files with 50 additions and 10 deletions

View File

@@ -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.