From 58b2a1d9db444c58c55809a0c996adc1c8348c5a Mon Sep 17 00:00:00 2001 From: stephen mahood Date: Tue, 10 Mar 2015 13:41:35 -0400 Subject: [PATCH] added FREEBASE to address drive size for FREETOPs and adjusted the class from FAIBASE to FREEBASE --- disk_config/FREEBASE | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 disk_config/FREEBASE diff --git a/disk_config/FREEBASE b/disk_config/FREEBASE new file mode 100644 index 0000000..46c1825 --- /dev/null +++ b/disk_config/FREEBASE @@ -0,0 +1,10 @@ +# example of new config file for setup-storage +# +# + +disk_config disk1 disklabel:msdos bootable:1 fstabkey:uuid + +primary / 14G ext3 rw,noatime,errors=remount-ro +primary /home 100-100% ext3 rw,noatime,nosuid,nodev createopts="-L home -m 1" tuneopts="-c 0 -i 0" +primary swap 2G swap rw + -- 2.25.1