summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2023-05-07 14:36:49 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2023-05-07 14:36:49 +0200
commitf2c131bc5294d0531edb3486874f37019b0b1413 (patch)
tree6923a9d65ecc21b53a16f73abdabf1a21d58d819 /README
parentd017ac75f05c65e2e736f6dea271b69d7c9524bb (diff)
downloadabase-f2c131bc5294d0531edb3486874f37019b0b1413.tar.gz
abase-f2c131bc5294d0531edb3486874f37019b0b1413.tar.bz2
added a simple rmmod
Diffstat (limited to 'README')
-rw-r--r--README5
1 files changed, 2 insertions, 3 deletions
diff --git a/README b/README
index 5745cd1..e53ed1c 100644
--- a/README
+++ b/README
@@ -11,11 +11,10 @@ Currently it contains the following:
- a 'ifconfig': show and configure simple interfaces
- a 'ping': test a network connection
- a 'netstat': see list of active connections of a machine
-- a 'mkswap': swapon/swapoff exist, so we should also be able to create
- a swap
+- a 'mkswap': swapon/swapoff/swaplabel exist, so we should also be able
+ to create a swap
- 'fsck.ext4', 'mkfs.ext4': if ext4 is the only file system we support
- 'nbd-client': for NBD root mounts
-- 'rmmod': 'insmod/lsmod' exists in ubase, removing is important to
play with hardware. dependencies can also be done from the text
modules.dep file and a samurai or simplistic make, 'modprobe' as
shell wrapper on dependencies and insmod calls