Users Guide
50 CCTK Options
Sub Options
--sequence
Sets the bootorder based on the arguments provided. Use the device
number or device short form as the argument.
Example
C:\>cctk bootorder --sequence=embnic,hdd.1
or
C:\>cctk bootorder --sequence=1,3
Example for Unknown Devices
C:\>cctk bootorder --sequence=x01.1,x01.2
--enabledevice
Enables a device in the boot sequence. Use the device number or device
short form as the argument.
Example
C:\>cctk bootorder --enabledevice=embnic,hdd.1
or
C:\>cctk bootorder --enabledevice=1,3
--disabledevice
Disables a device in the boot sequence. Use the device number or device
short form as the argument.
Example
C:\>cctk bootorder --disabledevice=embnic,hdd.1
or
C:\>cctk bootorder --disabledevice=1,3