Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 95dc13c

Browse files
committed
Boot timeout so tests for ISOs can hook stdio & increased size of EFI image
1 parent 49c4ebf commit 95dc13c

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

‎resources/syslinux.cfg

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
SERIAL 0
2+
PROMPT 1
3+
TIMEOUT 1
4+
15
DEFAULT NodeOS
26
LABEL NodeOS
37
SAY Booting NodeOS...

‎scripts/build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ function createEfiImage() {
129129
# Create EFI disk image
130130

131131
# DISK_SIZE=`du -ks $STEP_DIR | cut -f1`
132-
DISK_SIZE=$((20*1024))
132+
DISK_SIZE=$((32*1024))
133133

134134
genfatfs -b $DISK_SIZE \
135135
--root $STEP_DIR \

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /