blob: 03b6fc128df46c351e1727bcc9e3f81568e3fab5 (
plain)
1
2
3
4
5
|
# Use eMMC swap partition as MeeGo swap as well.
# Because of the 2nd partition is swap for the partition numbering
# we can just change the current fstab entry to match the eMMC partition.
sed -i 's/mmcblk0p2/mmcblk1p3/g' /etc/fstab
|