23 lines
510 B
Plaintext
23 lines
510 B
Plaintext
|
## DESCRIPTION:
|
||
|
## partition related config
|
||
|
##
|
||
|
|
||
|
## Partition size in MB
|
||
|
## The default size is 32GB
|
||
|
: ${ONIE_IMAGE_PART_SIZE:=32768}
|
||
|
|
||
|
## Target hardware information
|
||
|
: ${TARGET_PLATFORM:=x86_64}
|
||
|
: ${TARGET_MACHINE:=generic}
|
||
|
|
||
|
ONIEIMAGE_VERSION=r0
|
||
|
|
||
|
## Filename for squashfs file system
|
||
|
FILESYSTEM_SQUASHFS=fs.squashfs
|
||
|
|
||
|
## Filename for onie installer payload, will be the main part of onie installer
|
||
|
ONIE_INSTALLER_PAYLOAD=fs.zip
|
||
|
|
||
|
## Output file name for onie installer
|
||
|
OUTPUT_ONIE_IMAGE=acs-$TARGET_MACHINE.bin
|