FreeBSD Bugzilla – Attachment 179651 Details for
Bug 216830
RPI2 configuration script for nanobsd is missing partition change requirements
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Define the partitions so the built system can mount root on startup
rpi2.diff (text/plain), 646 bytes, created by
karl
on 2017-02-05 17:06:42 UTC
(
hide
)
Description:
Define the partitions so the built system can mount root on startup
Filename:
MIME Type:
Creator:
karl
Created:
2017-02-05 17:06:42 UTC
Size:
646 bytes
patch
obsolete
>Index: tools/tools/nanobsd/embedded/rpi2.cfg >=================================================================== >--- tools/tools/nanobsd/embedded/rpi2.cfg (revision 313159) >+++ tools/tools/nanobsd/embedded/rpi2.cfg (working copy) >@@ -33,4 +33,18 @@ > NANO_BOOT_PKG=u-boot-rpi2 > NANO_CPUTYPE=cortex-a7 > >+# >+# Partition layout for the Pi2 is: >+# 1 = FAT16 boot (MSDOS) containing bootcode, ubldr, etc. >+# 2 = CFG >+# 3 = Root (must be separately marked active so ubldr can find it) >+# 4 = Altroot >+# >+NANO_SLICE_CFG=s2 >+NANO_SLICE_ROOT=s3 >+NANO_SLICE_ALTROOT=s4 >+NANO_ROOT=s3a >+NANO_ALTROOT=s4a >+ > . common # Pull in common definitions, keep last >+
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 216830
: 179651