Changeset 218


Ignore:
Timestamp:
Nov 9, 2017, 11:25:48 PM (8 years ago)
Author:
Ben Rietbroek
Message:

Added 'CRC_IGNORE=y' build option to fake vendor build [v1.1.3-testing]

This is mainly used to for making screen-shots for manual, so that
the proper release version is shown.

CAUTION:
This is a testbuild !
AirBoot uses the BIOS to access disks and a small coding error can trash
partition tables or other vital disk structures. You are advised to make
backups of TRACK0 and EBRs before using this testbuild. More info at:
https://rousseaux.github.io/netlabs.air-boot/pdf/AirBoot-v1.1.2-manual.pdf

Location:
trunk/bootcode
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/bootcode/fc.mnu

    r190 r218  
    1111        wmake -h dev DEV_BLD_LANG=en %CRC_IGNORE=y
    1212F:      Build Fake  Release Version  [EN]
    13         wmake dev DEV_BLD_LANG=en %RELEASE=y
     13        wmake dev DEV_BLD_LANG=en %RELEASE=y %CR_IGNORE=y
    1414-:      -------------------------------------
    1515L:      Build Anonymous Dev Version  [LANG]
  • trunk/bootcode/fcl.mnu

    r190 r218  
    1111        make dev DEV_BLD_LANG=en BLDLVL_VENDOR=${USER} BLDLVL_MACHINE=${HOSTNAME} USE_GNU_MAKE=y
    1212F:      Build Fake  Release Version  [EN]
    13         make dev DEV_BLD_LANG=en RELEASE=y USE_GNU_MAKE=y
     13        make dev DEV_BLD_LANG=en RELEASE=y CRC_IGNORE=y USE_GNU_MAKE=y
    1414-:      -------------------------------------
    1515L:      Build Anonymous Dev Version  [LANG]
Note: See TracChangeset for help on using the changeset viewer.