Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/floppy/ramdisk/usr
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2022-09-02 09:18:52 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2022-09-02 09:18:52 +0200
commit52be99d8c0862ff87db9a4f9ccec1ac4b5f7caed (patch)
tree1a1a1c98090afd8459cc8f045f9de2d4a7cba5ab /floppy/ramdisk/usr
parent15adaba9eaa6a98c8b55bc5c5f73c3a9e0e55e7a (diff)
added a quite unsorted first version of a floppy boot loader
Diffstat (limited to 'floppy/ramdisk/usr')
l---------floppy/ramdisk/usr/bin/chvt1
l---------floppy/ramdisk/usr/bin/clear1
l---------floppy/ramdisk/usr/bin/du1
l---------floppy/ramdisk/usr/bin/find1
l---------floppy/ramdisk/usr/bin/free1
l---------floppy/ramdisk/usr/bin/less1
l---------floppy/ramdisk/usr/bin/tail1
l---------floppy/ramdisk/usr/bin/test1
l---------floppy/ramdisk/usr/bin/wget1
l---------floppy/ramdisk/usr/bin/xargs1
l---------floppy/ramdisk/usr/sbin/chroot1
l---------floppy/ramdisk/usr/sbin/partprobe1
12 files changed, 12 insertions, 0 deletions
diff --git a/floppy/ramdisk/usr/bin/chvt b/floppy/ramdisk/usr/bin/chvt
new file mode 120000
index 0000000..f948f1a
--- /dev/null
+++ b/floppy/ramdisk/usr/bin/chvt
@@ -0,0 +1 @@
+../../bin/busybox \ No newline at end of file
diff --git a/floppy/ramdisk/usr/bin/clear b/floppy/ramdisk/usr/bin/clear
new file mode 120000
index 0000000..f948f1a
--- /dev/null
+++ b/floppy/ramdisk/usr/bin/clear
@@ -0,0 +1 @@
+../../bin/busybox \ No newline at end of file
diff --git a/floppy/ramdisk/usr/bin/du b/floppy/ramdisk/usr/bin/du
new file mode 120000
index 0000000..f948f1a
--- /dev/null
+++ b/floppy/ramdisk/usr/bin/du
@@ -0,0 +1 @@
+../../bin/busybox \ No newline at end of file
diff --git a/floppy/ramdisk/usr/bin/find b/floppy/ramdisk/usr/bin/find
new file mode 120000
index 0000000..f948f1a
--- /dev/null
+++ b/floppy/ramdisk/usr/bin/find
@@ -0,0 +1 @@
+../../bin/busybox \ No newline at end of file
diff --git a/floppy/ramdisk/usr/bin/free b/floppy/ramdisk/usr/bin/free
new file mode 120000
index 0000000..f948f1a
--- /dev/null
+++ b/floppy/ramdisk/usr/bin/free
@@ -0,0 +1 @@
+../../bin/busybox \ No newline at end of file
diff --git a/floppy/ramdisk/usr/bin/less b/floppy/ramdisk/usr/bin/less
new file mode 120000
index 0000000..f948f1a
--- /dev/null
+++ b/floppy/ramdisk/usr/bin/less
@@ -0,0 +1 @@
+../../bin/busybox \ No newline at end of file
diff --git a/floppy/ramdisk/usr/bin/tail b/floppy/ramdisk/usr/bin/tail
new file mode 120000
index 0000000..f948f1a
--- /dev/null
+++ b/floppy/ramdisk/usr/bin/tail
@@ -0,0 +1 @@
+../../bin/busybox \ No newline at end of file
diff --git a/floppy/ramdisk/usr/bin/test b/floppy/ramdisk/usr/bin/test
new file mode 120000
index 0000000..f948f1a
--- /dev/null
+++ b/floppy/ramdisk/usr/bin/test
@@ -0,0 +1 @@
+../../bin/busybox \ No newline at end of file
diff --git a/floppy/ramdisk/usr/bin/wget b/floppy/ramdisk/usr/bin/wget
new file mode 120000
index 0000000..f948f1a
--- /dev/null
+++ b/floppy/ramdisk/usr/bin/wget
@@ -0,0 +1 @@
+../../bin/busybox \ No newline at end of file
diff --git a/floppy/ramdisk/usr/bin/xargs b/floppy/ramdisk/usr/bin/xargs
new file mode 120000
index 0000000..f948f1a
--- /dev/null
+++ b/floppy/ramdisk/usr/bin/xargs
@@ -0,0 +1 @@
+../../bin/busybox \ No newline at end of file
diff --git a/floppy/ramdisk/usr/sbin/chroot b/floppy/ramdisk/usr/sbin/chroot
new file mode 120000
index 0000000..f948f1a
--- /dev/null
+++ b/floppy/ramdisk/usr/sbin/chroot
@@ -0,0 +1 @@
+../../bin/busybox \ No newline at end of file
diff --git a/floppy/ramdisk/usr/sbin/partprobe b/floppy/ramdisk/usr/sbin/partprobe
new file mode 120000
index 0000000..f948f1a
--- /dev/null
+++ b/floppy/ramdisk/usr/sbin/partprobe
@@ -0,0 +1 @@
+../../bin/busybox \ No newline at end of file