removed a print

This commit is contained in:
eoli3n 2020-05-05 22:49:31 +02:00
parent e57d9cce01
commit 62e06c4b51

2
init
View file

@ -15,8 +15,6 @@ print "Increasing cowspace to half of RAM"
mount -o remount,size=50% /run/archiso/cowspace
print "Searching zfs module"
# Get running kernel version
kernel_version=$(pacman -Qi linux | sed -n 's/^Version\s*: //p')