diff options
| -rw-r--r-- | scripts/lib/wic/canned-wks/mpc8315e-rdb.wks | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/scripts/lib/wic/canned-wks/mpc8315e-rdb.wks b/scripts/lib/wic/canned-wks/mpc8315e-rdb.wks new file mode 100644 index 0000000000..af587b2827 --- /dev/null +++ b/scripts/lib/wic/canned-wks/mpc8315e-rdb.wks | |||
| @@ -0,0 +1,6 @@ | |||
| 1 | # short-description: Create SD card image with a boot partition | ||
| 2 | # long-description: Creates a partitioned SD card image. Boot files | ||
| 3 | # are located in the first partition. | ||
| 4 | |||
| 5 | part /boot --source bootimg-partition --ondisk sdb --fstype=ext3 --label boot | ||
| 6 | part / --source rootfs --ondisk sdb --fstype=ext3 --label root | ||
