From 8a8f370e8f998009ae7cbb6771d1ff307db28e82 Mon Sep 17 00:00:00 2001 From: "Christos.K" Date: Sat, 8 Jul 2017 03:18:27 +0300 Subject: Minor module rework --- config.d/controller/modules/files/devname.info | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 config.d/controller/modules/files/devname.info (limited to 'config.d/controller/modules/files/devname.info') diff --git a/config.d/controller/modules/files/devname.info b/config.d/controller/modules/files/devname.info new file mode 100644 index 0000000..a62dfcb --- /dev/null +++ b/config.d/controller/modules/files/devname.info @@ -0,0 +1,14 @@ +# 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 -- cgit v1.2.3-65-gdbad