summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--etc/fstab_initrd3
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/fstab_initrd b/etc/fstab_initrd
index fd51d69..75b6c4b 100644
--- a/etc/fstab_initrd
+++ b/etc/fstab_initrd
@@ -3,4 +3,5 @@
# Basically, initrd should consider this issue.
# <file system> <mount point> <type> <options> <dump> <pass>
/dev/root / ext4 defaults,noatime 0 1
-PARTLABEL=user /opt ext4 defaults,noatime 0 2
+PARTLABEL=system-data /opt ext4 defaults,noatime 0 2
+PARTLABEL=user /opt/usr ext4 defaults,noatime 0 2