initrd: Rename test-ext2fs to mount-ext2fs
This commit is contained in:
parent
e9e7b22323
commit
21d093b1fa
@ -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
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
|
|
Loading…
Reference in New Issue
Block a user