Skip to content

Commit

Permalink
developer: Enable debug logging
Browse files Browse the repository at this point in the history
Ensure high level of debug logging enabled for developers.
Also view console output on starndard tty to get rescue shell
during boot fails.

Signed-off-by: Mark D Horn <[email protected]>
  • Loading branch information
mdhorn committed Nov 30, 2018
1 parent 4ce634b commit 0992e93
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/developer-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ targetMedia:
- name: ${installer}3
fstype: ext4
mountpoint: /
size: "2.6G"
size: "3.0G"
type: part

bundles: [os-core, os-core-update, clr-installer]
Expand All @@ -33,6 +33,7 @@ telemetry: false
keyboard: us
language: en_US.UTF-8
kernel: kernel-native
kernel-arguments: {add: [clri.loglevel=4], remove: [console=ttyS0,115200n8]}

pre-install: [
{cmd: "scripts/developer-image-pre.sh"}
Expand Down

0 comments on commit 0992e93

Please sign in to comment.