Add a basic read-only implementation for the Ext2 filesystem #29
@ -1,3 +1,3 @@
|
||||
Name=ext2fs
|
||||
Script=/sbin/test-ext2fs
|
||||
Script=/sbin/mount-ext2fs
|
||||
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