Skip to content

Commit

Permalink
update to riscv-kernel-6.11.20
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Sep 19, 2024
1 parent 231c8bf commit 09c00a5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions initrd.dir.riscv64/init
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,10 @@
echo "installed symlinks"

mount -t devtmpfs devtmpfs /dev
mount -t proc none /proc
mount -t sysfs none /sys
mkdir debugfs
mount -t debugfs debugfs /debugfs
mount -t proc procfs /proc
mount -t sysfs sysfs /sys

cat <<!

Expand Down

0 comments on commit 09c00a5

Please sign in to comment.