Oh really? Sorry about that. If you let me know what it breaks, I'll take a stab at fixing it?
On Thu, May 26, 2016 at 1:22 PM, Barret Rhoden <[email protected]> wrote: > this will break a bunch of things i do. i'll take a look at it > eventually. > > On 2016-05-26 at 13:13 Dan Cross <[email protected]> wrote: > > Remove some files that look like test data. Add a > > README. As I update the userland, I want to clean > > up the root a bit. > > > > But let us remember these venerable files: > > > > "7 Praise Agni in the sacrifice, the Sage whose ways are ever true, > > The God who driveth grief away. > > 8 God, Agni, be his strong defence who lord of sacrificial gifts, > > Worshippeth thee the messenger. > > 9 Whoso with sacred gift would fain call Agni to the feast of Gods, > > O Purifier, favour him." -- Rg Veda 1.XII > > > > Change-Id: I9d9434dd768a45a33c1084a27dd450fd4998dd6d > > Signed-off-by: Dan Cross <[email protected]> > > --- > > kern/kfs/README.md | 5 +++++ > > kern/kfs/{ => bin}/lockprov.sh | 0 > > kern/kfs/{ => bin}/looper.sh | 0 > > kern/kfs/{ => bin}/mountroot | 0 > > kern/kfs/dir1/dir1-1/f1-1.txt | 1 - > > kern/kfs/dir1/f1.txt | 1 - > > kern/kfs/dir2/f2.txt | 1 - > > kern/kfs/hello.txt | 1 - > > kern/kfs/kfs_test.txt | 2 -- > > 9 files changed, 5 insertions(+), 6 deletions(-) > > create mode 100644 kern/kfs/README.md > > rename kern/kfs/{ => bin}/lockprov.sh (100%) > > rename kern/kfs/{ => bin}/looper.sh (100%) > > rename kern/kfs/{ => bin}/mountroot (100%) > > delete mode 100644 kern/kfs/dir1/dir1-1/f1-1.txt > > delete mode 100644 kern/kfs/dir1/f1.txt > > delete mode 100644 kern/kfs/dir2/f2.txt > > delete mode 100644 kern/kfs/hello.txt > > delete mode 100644 kern/kfs/kfs_test.txt > > > > diff --git a/kern/kfs/README.md b/kern/kfs/README.md > > new file mode 100644 > > index 0000000..e30c674 > > --- /dev/null > > +++ b/kern/kfs/README.md > > @@ -0,0 +1,5 @@ > > +# Welcome to Akaros! > > + > > +Congratulations! You have successfully booted the Akaros > > +operating system. For more information, please see our > > +website at http://akaros.org/ > > diff --git a/kern/kfs/lockprov.sh b/kern/kfs/bin/lockprov.sh > > similarity index 100% > > rename from kern/kfs/lockprov.sh > > rename to kern/kfs/bin/lockprov.sh > > diff --git a/kern/kfs/looper.sh b/kern/kfs/bin/looper.sh > > similarity index 100% > > rename from kern/kfs/looper.sh > > rename to kern/kfs/bin/looper.sh > > diff --git a/kern/kfs/mountroot b/kern/kfs/bin/mountroot > > similarity index 100% > > rename from kern/kfs/mountroot > > rename to kern/kfs/bin/mountroot > > diff --git a/kern/kfs/dir1/dir1-1/f1-1.txt > b/kern/kfs/dir1/dir1-1/f1-1.txt > > deleted file mode 100644 > > index 108261c..0000000 > > --- a/kern/kfs/dir1/dir1-1/f1-1.txt > > +++ /dev/null > > @@ -1 +0,0 @@ > > -Yet another file, dir 1-1 > > diff --git a/kern/kfs/dir1/f1.txt b/kern/kfs/dir1/f1.txt > > deleted file mode 100644 > > index b7c7884..0000000 > > --- a/kern/kfs/dir1/f1.txt > > +++ /dev/null > > @@ -1 +0,0 @@ > > -File, in dir1. > > diff --git a/kern/kfs/dir2/f2.txt b/kern/kfs/dir2/f2.txt > > deleted file mode 100644 > > index c44ef79..0000000 > > --- a/kern/kfs/dir2/f2.txt > > +++ /dev/null > > @@ -1 +0,0 @@ > > -sigh.. file, dir 2 > > diff --git a/kern/kfs/hello.txt b/kern/kfs/hello.txt > > deleted file mode 100644 > > index 55fc2e3..0000000 > > --- a/kern/kfs/hello.txt > > +++ /dev/null > > @@ -1 +0,0 @@ > > -Hello moon, you cool son of a bitch. > > diff --git a/kern/kfs/kfs_test.txt b/kern/kfs/kfs_test.txt > > deleted file mode 100644 > > index 980900d..0000000 > > --- a/kern/kfs/kfs_test.txt > > +++ /dev/null > > @@ -1,2 +0,0 @@ > > -Goodbye, creole world! > > -Okay, maybe not goodbye. > > -- > You received this message because you are subscribed to the Google Groups > "Akaros" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Akaros" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. For more options, visit https://groups.google.com/d/optout.
