Commit f403db1d authored by Rafael Monnerat's avatar Rafael Monnerat

[slapos-tweak] Remove "\" from the script

 This were caused by copy and paste mistake.
parent ec0c1cf4
......@@ -33,8 +33,8 @@ sysctl -w kernel.panic=120
e2label /dev/sda1 SLAPOS
# Enable noop scheduler for disk which have SLAPOS labeled partition
disk=\`blkid -L SLAPOS | sed -r -e 's/(\/dev\/|[0-9]*$)//g'\`
echo noop > /sys/block/\$disk/queue/scheduler
disk=`blkid -L SLAPOS | sed -r -e 's/(\/dev\/|[0-9]*$)//g'`
echo noop > /sys/block/$disk/queue/scheduler
# Set kvm up
modprobe kvm_intel
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment