mkinitrd-dracut.sh: removed trailing space in comment

master
Harald Hoyer 2013-10-07 15:18:08 +02:00
parent 50f5bbbbaf
commit a3044aba53
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ default_kernel_images() {
;;
esac

# user mode linux
# user mode linux
if grep -q UML /proc/cpuinfo; then
regex='linux'
fi