Add a basic read-only implementation for the Ext2 filesystem #29

Merged
apio merged 14 commits from ext2 into main 2023-07-01 15:38:00 +00:00
3 changed files with 3 additions and 5 deletions
Showing only changes of commit 21d093b1fa - Show all commits

View File

@ -1,3 +1,3 @@
Name=ext2fs
Script=/sbin/test-ext2fs
Script=/sbin/mount-ext2fs
Wait=true

2
initrd/sbin/mount-ext2fs Normal file
View File

@ -0,0 +1,2 @@
mkdir /mnt
mount -t ext2 /dev/cd0p2 /mnt

View File

@ -1,4 +0,0 @@
# (for testing) Remove this automatic mount once ext2 is working.
mkdir /mnt
mount -t ext2 /dev/cd0p2 /mnt