Skip to content

Commit 1e1ea03

Browse files
committed
make test_image include the banner module
Signed-off-by: Zen <[email protected]>
1 parent d1380bf commit 1e1ea03

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/ugrd/fs/cpio.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ cpio_rotate = true
44
check_cpio = true
55

66
[imports.build_final]
7-
"ugrd.fs.cpio" = ['get_archive_path']
7+
"ugrd.fs.cpio" = [ "get_archive_path" ]
88

99
[imports.pack]
1010
"ugrd.fs.cpio" = [ "make_cpio" ]

src/ugrd/fs/test_image.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
modules = ['ugrd.fs.cpio'] # get_archive_path
1+
modules = [ 'ugrd.fs.cpio', 'ugrd.base.banner' ] # get_archive_path
22
paths = ['dev', 'sys', 'proc']
33

44
test_image_size = 16

0 commit comments

Comments
 (0)