From f3e8f3e5640283f09a8327b0338cca059d9f647c Mon Sep 17 00:00:00 2001 From: pjht Date: Sun, 9 Jun 2024 18:41:53 -0500 Subject: [PATCH] Add test file used by init --- .gitignore | 3 ++- sysroot/test_file.txt | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 sysroot/test_file.txt diff --git a/.gitignore b/.gitignore index bb763c0..bd47576 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ target -sysroot +sysroot/* +!sysroot/test_file.txt initrd_path kernel_path diff --git a/sysroot/test_file.txt b/sysroot/test_file.txt new file mode 100644 index 0000000..dc80ddb --- /dev/null +++ b/sysroot/test_file.txt @@ -0,0 +1,2 @@ +This is a test file +This is line two