aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristos.K <freedomrfox@gmail.com>2017-08-22 13:52:43 +0300
committerChristos.K <freedomrfox@gmail.com>2017-08-22 13:52:43 +0300
commit65cb6d5d25d79f23b37d8f0a78dc67975eb181c6 (patch)
tree16874402678e903e4dea45aa181f1cf5f0725c5a
parentMajor network function change (diff)
downloadGSE-65cb6d5d25d79f23b37d8f0a78dc67975eb181c6.tar.gz
GSE-65cb6d5d25d79f23b37d8f0a78dc67975eb181c6.tar.bz2
GSE-65cb6d5d25d79f23b37d8f0a78dc67975eb181c6.zip
included extra dev entries
-rw-r--r--config.d/controller/modules/files/cdevname.info11
1 files changed, 6 insertions, 5 deletions
diff --git a/config.d/controller/modules/files/cdevname.info b/config.d/controller/modules/files/cdevname.info
index a62dfcb..9892391 100644
--- a/config.d/controller/modules/files/cdevname.info
+++ b/config.d/controller/modules/files/cdevname.info
@@ -1,14 +1,15 @@
# This file is will be automatically generated if you choose the guided fstab configuration entry
# However there is a manual entry on the submenu to aid extra needs.
+#
# The general syntax of a line is as follows: {LABEL} {device} {size{M,G}/all}
# Example 1 BOOT /dev/sda1 100M will create a partition /dev/sda1 with a fixed size of 100M and LABEL=BOOT
# Example 2 BOOT /dev/sda1 1G will create a partition /dev/sda1 with a fixed size of 1G and LABEL=BOOT
# Example 3 SYS /dev/sdb1 full will create a partition /dev/sdb1 which will take all the available space and LABEL=SYS
# The filesystem type is located at the fstab.info file which is automatically created from the guided fstab entry
# and it can also be configured manually from the same submenu.
-BOOT /dev/sda 500M
-SYS /dev/sdb
-USERDATA /dev/sdc
+#
-
-# EOF \ No newline at end of file
+BOOTFS SDX /dev/sda6 2G btrfs
+SYSFS SDX /dev/sda7 20G ext4
+USERDATAFS SDX /dev/sda8 20G btrfs
+BACKUPFS SDX /dev/sda9 20G ext4