From ceb0f9bf615c95d8edf5b3c95e4db2e60e427b63 Mon Sep 17 00:00:00 2001 From: Ella-0 <23418164+Ella-0@users.noreply.github.com> Date: Sat, 31 Jul 2021 12:03:40 +0000 Subject: [PATCH] package grouping --- bad/README.md | 4 ++++ base/README.md | 3 +++ gui/README.md | 3 +++ linux/README.md | 2 ++ 4 files changed, 12 insertions(+) create mode 100644 bad/README.md create mode 100644 base/README.md create mode 100644 gui/README.md create mode 100644 linux/README.md diff --git a/bad/README.md b/bad/README.md new file mode 100644 index 0000000..fe39dc0 --- /dev/null +++ b/bad/README.md @@ -0,0 +1,4 @@ +# Bad Packages +Bad packages are packages included that we want +to remove our dependency on. All of these packages +should eventually be removed. diff --git a/base/README.md b/base/README.md new file mode 100644 index 0000000..5561118 --- /dev/null +++ b/base/README.md @@ -0,0 +1,3 @@ +# Base Packages +These packages make up the base Iglunix system and are +included in all kernels diff --git a/gui/README.md b/gui/README.md new file mode 100644 index 0000000..c20a815 --- /dev/null +++ b/gui/README.md @@ -0,0 +1,3 @@ +# GUI Packages +These packages provide anything specific to a graphical system focusing +mainly on the desktop. diff --git a/linux/README.md b/linux/README.md new file mode 100644 index 0000000..50a31a1 --- /dev/null +++ b/linux/README.md @@ -0,0 +1,2 @@ +# Linux Packages +These packages are specific Iglunix on a Linux kernel