diff options
author | dzwdz | 2021-09-16 06:50:15 +0000 |
---|---|---|
committer | dzwdz | 2021-09-16 06:50:15 +0000 |
commit | 32075c0a70c262faef86220b9f42db4836962f9e (patch) | |
tree | 7132ee14cadfdada4f45b4f07fc273245474f020 /fake_initrd.txt | |
parent | 267a85f9ef709ccbefe5ae0ccbb306bd21921418 (diff) |
scaffolding for the initrd: init can read files appended to it
currently this is just a text file, but it will be a tar archive later
on
Diffstat (limited to 'fake_initrd.txt')
-rw-r--r-- | fake_initrd.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fake_initrd.txt b/fake_initrd.txt new file mode 100644 index 0000000..77a9fda --- /dev/null +++ b/fake_initrd.txt @@ -0,0 +1 @@ +i am NOT a real initrd. |