make cp instead of rm
This commit is contained in:
parent
5343a8b8af
commit
fbcecc1bf2
1 changed files with 2 additions and 2 deletions
|
@ -26,8 +26,8 @@ auto eth0
|
|||
iface eth0 inet6 auto
|
||||
EOF
|
||||
|
||||
mv ${dir}/boot/vmlinuz-* ${kernel}
|
||||
rm ${dir}/boot/initrd*
|
||||
cp ${dir}/boot/vmlinuz-* ${kernel}
|
||||
#rm ${dir}/boot/initrd*
|
||||
mkdir -p ${dir}/root/.ssh
|
||||
|
||||
for key in balazs dominique jinguk nico; do
|
||||
|
|
Loading…
Reference in a new issue