mipsel-bfk3: Fix 40-fstab script

This bug was introduced in c310a1e999 and was
breaking bfk3 builds ever since.
This commit is contained in:
Ivan A. Melnikov 2020-10-08 14:22:05 +04:00 committed by Anton Midyukov
parent 506730991b
commit 981971c240

View File

@ -1,5 +1,5 @@
#!/bin/sh -efu
sed '/[[:space:]]\/[[:space:]]/d'
sed '/[[:space:]]\/[[:space:]]/d' /etc/fstab
printf "/dev/sda1\t/\t$GLOBAL_VM_FSTYPE\tdefault\t1 1\n" >> /etc/fstab
printf "/dev/sda1\t/\t$GLOBAL_VM_FSTYPE\tdefaults\t1 1\n" >> /etc/fstab