Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Jun 2012 10:30:51 -0400
From:      Rick Miller <vmiller@hostileadmin.com>
To:        FreeBSD Questions <freebsd-questions@freebsd.org>
Subject:   sysinstall diskPartitionEditor Question
Message-ID:  <CAHzLAVGa0xsKi_ocyhNOWbdGyxRMFcHFh61nWRv0CAVKK_ni-w@mail.gmail.com>

next in thread | raw e-mail | index | archive | help
Hi All,

I'd like to set the offset/starting cylinder in install.cfg so that
partitions begin on appropriate boundaries.  The applicable section of
install.cfg looks like the following.  My assumption is that I need to
make the changes in the "partition" section.  Is this correct?  Is the
format of this value the same as a typical fdisk config file?

### Begin install.cfg snippet

disk=\${disk}
partition=all
bootManager=standard
diskPartitionEditor

# root
\${disk}s1-1=ufs 12582912 /

# swap
\${disk}s1-2=swap ${swap} none

# tmp
\${disk}s1-3=ufs 2097152 /tmp 1

# 2 GB var
\${disk}s1-4=ufs 4194304 /var 1

# 2 GB home
\${disk}s1-5=ufs 4194304 /home 1

diskLabelEditor
### End snippet

-- 
Take care
Rick Miller



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAHzLAVGa0xsKi_ocyhNOWbdGyxRMFcHFh61nWRv0CAVKK_ni-w>