mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 05:37:34 +00:00
Build: Create device files according to the new major-minor numbers
This commit is contained in:
parent
469f20d4ee
commit
b781495e74
1 changed files with 2 additions and 2 deletions
|
@ -123,8 +123,8 @@ mknod mnt/dev/ptmx c 5 2
|
||||||
chmod 666 mnt/dev/ptmx
|
chmod 666 mnt/dev/ptmx
|
||||||
mknod mnt/dev/hda b 3 0
|
mknod mnt/dev/hda b 3 0
|
||||||
mknod mnt/dev/hdb b 3 1
|
mknod mnt/dev/hdb b 3 1
|
||||||
mknod mnt/dev/hdc b 4 0
|
mknod mnt/dev/hdc b 3 2
|
||||||
mknod mnt/dev/hdd b 4 1
|
mknod mnt/dev/hdd b 3 3
|
||||||
for hd in a b c d; do
|
for hd in a b c d; do
|
||||||
chmod 600 mnt/dev/hd$hd
|
chmod 600 mnt/dev/hd$hd
|
||||||
done
|
done
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue