initrd: Rename test-ext2fs to mount-ext2fs

This commit is contained in:
apio 2023-06-25 20:54:37 +02:00
parent e9e7b22323
commit 21d093b1fa
Signed by: asleepymoon
GPG Key ID: B8A7D06E42258954
3 changed files with 3 additions and 5 deletions

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

2
initrd/sbin/mount-ext2fs Normal file

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

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