Commit 429f1d18 authored by Ivan A. Melnikov's avatar Ivan A. Melnikov Committed by Michael Shigorin

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

parent d5ae97e9
#!/bin/sh -efu
# remove rootfs entry
sed -i '/rootfs/d' /etc/fstab
echo "/dev/sda6 / ext4 relatime 1 1" >> /etc/fstab
echo "/dev/sda1 /boot ext4 defaults 1 2" >> /etc/fstab
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment