mipsel-bfk3: Fix 40-fstab script
This bug was introduced in c310a1e999
and was
breaking bfk3 builds ever since.
This commit is contained in:
parent
506730991b
commit
981971c240
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user