From 52be99d8c0862ff87db9a4f9ccec1ac4b5f7caed Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Fri, 2 Sep 2022 09:18:52 +0200 Subject: added a quite unsorted first version of a floppy boot loader --- floppy/ramdisk/sbin/blkid | 1 + floppy/ramdisk/sbin/depmod | 1 + floppy/ramdisk/sbin/fdisk | 1 + floppy/ramdisk/sbin/fsck | 1 + floppy/ramdisk/sbin/halt | 1 + floppy/ramdisk/sbin/ifconfig | 1 + floppy/ramdisk/sbin/init | 1 + floppy/ramdisk/sbin/insmod | 1 + floppy/ramdisk/sbin/ip | 1 + floppy/ramdisk/sbin/losetup | 1 + floppy/ramdisk/sbin/lsmod | 1 + floppy/ramdisk/sbin/mke2fs | 1 + floppy/ramdisk/sbin/mkfs.ext2 | 1 + floppy/ramdisk/sbin/mkswap | 1 + floppy/ramdisk/sbin/modprobe | 1 + floppy/ramdisk/sbin/pivot_root | 1 + floppy/ramdisk/sbin/poweroff | 1 + floppy/ramdisk/sbin/reboot | 1 + floppy/ramdisk/sbin/swapoff | 1 + floppy/ramdisk/sbin/swapon | 1 + floppy/ramdisk/sbin/sysctl | 1 + floppy/ramdisk/sbin/udhcpc | 1 + 22 files changed, 22 insertions(+) create mode 120000 floppy/ramdisk/sbin/blkid create mode 120000 floppy/ramdisk/sbin/depmod create mode 120000 floppy/ramdisk/sbin/fdisk create mode 120000 floppy/ramdisk/sbin/fsck create mode 120000 floppy/ramdisk/sbin/halt create mode 120000 floppy/ramdisk/sbin/ifconfig create mode 120000 floppy/ramdisk/sbin/init create mode 120000 floppy/ramdisk/sbin/insmod create mode 120000 floppy/ramdisk/sbin/ip create mode 120000 floppy/ramdisk/sbin/losetup create mode 120000 floppy/ramdisk/sbin/lsmod create mode 120000 floppy/ramdisk/sbin/mke2fs create mode 120000 floppy/ramdisk/sbin/mkfs.ext2 create mode 120000 floppy/ramdisk/sbin/mkswap create mode 120000 floppy/ramdisk/sbin/modprobe create mode 120000 floppy/ramdisk/sbin/pivot_root create mode 120000 floppy/ramdisk/sbin/poweroff create mode 120000 floppy/ramdisk/sbin/reboot create mode 120000 floppy/ramdisk/sbin/swapoff create mode 120000 floppy/ramdisk/sbin/swapon create mode 120000 floppy/ramdisk/sbin/sysctl create mode 120000 floppy/ramdisk/sbin/udhcpc (limited to 'floppy/ramdisk/sbin') diff --git a/floppy/ramdisk/sbin/blkid b/floppy/ramdisk/sbin/blkid new file mode 120000 index 0000000..7125971 --- /dev/null +++ b/floppy/ramdisk/sbin/blkid @@ -0,0 +1 @@ +../bin/busybox \ No newline at end of file diff --git a/floppy/ramdisk/sbin/depmod b/floppy/ramdisk/sbin/depmod new file mode 120000 index 0000000..7125971 --- /dev/null +++ b/floppy/ramdisk/sbin/depmod @@ -0,0 +1 @@ +../bin/busybox \ No newline at end of file diff --git a/floppy/ramdisk/sbin/fdisk b/floppy/ramdisk/sbin/fdisk new file mode 120000 index 0000000..7125971 --- /dev/null +++ b/floppy/ramdisk/sbin/fdisk @@ -0,0 +1 @@ +../bin/busybox \ No newline at end of file diff --git a/floppy/ramdisk/sbin/fsck b/floppy/ramdisk/sbin/fsck new file mode 120000 index 0000000..7125971 --- /dev/null +++ b/floppy/ramdisk/sbin/fsck @@ -0,0 +1 @@ +../bin/busybox \ No newline at end of file diff --git a/floppy/ramdisk/sbin/halt b/floppy/ramdisk/sbin/halt new file mode 120000 index 0000000..7125971 --- /dev/null +++ b/floppy/ramdisk/sbin/halt @@ -0,0 +1 @@ +../bin/busybox \ No newline at end of file diff --git a/floppy/ramdisk/sbin/ifconfig b/floppy/ramdisk/sbin/ifconfig new file mode 120000 index 0000000..7125971 --- /dev/null +++ b/floppy/ramdisk/sbin/ifconfig @@ -0,0 +1 @@ +../bin/busybox \ No newline at end of file diff --git a/floppy/ramdisk/sbin/init b/floppy/ramdisk/sbin/init new file mode 120000 index 0000000..7125971 --- /dev/null +++ b/floppy/ramdisk/sbin/init @@ -0,0 +1 @@ +../bin/busybox \ No newline at end of file diff --git a/floppy/ramdisk/sbin/insmod b/floppy/ramdisk/sbin/insmod new file mode 120000 index 0000000..7125971 --- /dev/null +++ b/floppy/ramdisk/sbin/insmod @@ -0,0 +1 @@ +../bin/busybox \ No newline at end of file diff --git a/floppy/ramdisk/sbin/ip b/floppy/ramdisk/sbin/ip new file mode 120000 index 0000000..7125971 --- /dev/null +++ b/floppy/ramdisk/sbin/ip @@ -0,0 +1 @@ +../bin/busybox \ No newline at end of file diff --git a/floppy/ramdisk/sbin/losetup b/floppy/ramdisk/sbin/losetup new file mode 120000 index 0000000..7125971 --- /dev/null +++ b/floppy/ramdisk/sbin/losetup @@ -0,0 +1 @@ +../bin/busybox \ No newline at end of file diff --git a/floppy/ramdisk/sbin/lsmod b/floppy/ramdisk/sbin/lsmod new file mode 120000 index 0000000..7125971 --- /dev/null +++ b/floppy/ramdisk/sbin/lsmod @@ -0,0 +1 @@ +../bin/busybox \ No newline at end of file diff --git a/floppy/ramdisk/sbin/mke2fs b/floppy/ramdisk/sbin/mke2fs new file mode 120000 index 0000000..7125971 --- /dev/null +++ b/floppy/ramdisk/sbin/mke2fs @@ -0,0 +1 @@ +../bin/busybox \ No newline at end of file diff --git a/floppy/ramdisk/sbin/mkfs.ext2 b/floppy/ramdisk/sbin/mkfs.ext2 new file mode 120000 index 0000000..7125971 --- /dev/null +++ b/floppy/ramdisk/sbin/mkfs.ext2 @@ -0,0 +1 @@ +../bin/busybox \ No newline at end of file diff --git a/floppy/ramdisk/sbin/mkswap b/floppy/ramdisk/sbin/mkswap new file mode 120000 index 0000000..7125971 --- /dev/null +++ b/floppy/ramdisk/sbin/mkswap @@ -0,0 +1 @@ +../bin/busybox \ No newline at end of file diff --git a/floppy/ramdisk/sbin/modprobe b/floppy/ramdisk/sbin/modprobe new file mode 120000 index 0000000..7125971 --- /dev/null +++ b/floppy/ramdisk/sbin/modprobe @@ -0,0 +1 @@ +../bin/busybox \ No newline at end of file diff --git a/floppy/ramdisk/sbin/pivot_root b/floppy/ramdisk/sbin/pivot_root new file mode 120000 index 0000000..7125971 --- /dev/null +++ b/floppy/ramdisk/sbin/pivot_root @@ -0,0 +1 @@ +../bin/busybox \ No newline at end of file diff --git a/floppy/ramdisk/sbin/poweroff b/floppy/ramdisk/sbin/poweroff new file mode 120000 index 0000000..7125971 --- /dev/null +++ b/floppy/ramdisk/sbin/poweroff @@ -0,0 +1 @@ +../bin/busybox \ No newline at end of file diff --git a/floppy/ramdisk/sbin/reboot b/floppy/ramdisk/sbin/reboot new file mode 120000 index 0000000..7125971 --- /dev/null +++ b/floppy/ramdisk/sbin/reboot @@ -0,0 +1 @@ +../bin/busybox \ No newline at end of file diff --git a/floppy/ramdisk/sbin/swapoff b/floppy/ramdisk/sbin/swapoff new file mode 120000 index 0000000..7125971 --- /dev/null +++ b/floppy/ramdisk/sbin/swapoff @@ -0,0 +1 @@ +../bin/busybox \ No newline at end of file diff --git a/floppy/ramdisk/sbin/swapon b/floppy/ramdisk/sbin/swapon new file mode 120000 index 0000000..7125971 --- /dev/null +++ b/floppy/ramdisk/sbin/swapon @@ -0,0 +1 @@ +../bin/busybox \ No newline at end of file diff --git a/floppy/ramdisk/sbin/sysctl b/floppy/ramdisk/sbin/sysctl new file mode 120000 index 0000000..7125971 --- /dev/null +++ b/floppy/ramdisk/sbin/sysctl @@ -0,0 +1 @@ +../bin/busybox \ No newline at end of file diff --git a/floppy/ramdisk/sbin/udhcpc b/floppy/ramdisk/sbin/udhcpc new file mode 120000 index 0000000..7125971 --- /dev/null +++ b/floppy/ramdisk/sbin/udhcpc @@ -0,0 +1 @@ +../bin/busybox \ No newline at end of file -- cgit v1.2.3-70-g09d2