git://git.onelab.eu
/
linux-2.6.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
13e2534
)
setup smp specific symlinks for conf, initrd-boot, and kernel-boot
author
Marc Fiuczynski
<mef@cs.princeton.edu>
Tue, 11 Apr 2006 14:27:23 +0000
(14:27 +0000)
committer
Marc Fiuczynski
<mef@cs.princeton.edu>
Tue, 11 Apr 2006 14:27:23 +0000
(14:27 +0000)
scripts/kernel-2.6-planetlab.spec
patch
|
blob
|
history
diff --git
a/scripts/kernel-2.6-planetlab.spec
b/scripts/kernel-2.6-planetlab.spec
index
c5b9110
..
8970050
100644
(file)
--- a/
scripts/kernel-2.6-planetlab.spec
+++ b/
scripts/kernel-2.6-planetlab.spec
@@
-569,9
+569,9
@@
fi
# make some useful links
pushd /boot > /dev/null ; {
- ln -sf config-%{KVERREL} config
- ln -sf initrd-%{KVERREL}.img initrd-boot
- ln -sf vmlinuz-%{KVERREL} kernel-boot
+ ln -sf config-%{KVERREL} config
smp
+ ln -sf initrd-%{KVERREL}.img initrd-boot
smp
+ ln -sf vmlinuz-%{KVERREL} kernel-boot
smp
}
popd > /dev/null