mipsel-bfk3: add root and boot partitions to /etc/fstab

This commit is contained in:
Anton Midyukov 2019-11-13 23:05:26 +07:00
parent 11cc65a117
commit c310a1e999

View File

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