inittab: mount /dev/pts _after_ making mount point

This commit is contained in:
Ryan Heywood 2025-06-24 21:49:53 -04:00
parent e5d5ca37ec
commit 3145d5a75c
Signed by: ryan
GPG Key ID: 8E401478A3FBEF72
1 changed files with 1 additions and 1 deletions

View File

@ -9,8 +9,8 @@
# Startup the system # Startup the system
::sysinit:/bin/mount -t devtmpfs devtmpfs /dev ::sysinit:/bin/mount -t devtmpfs devtmpfs /dev
::sysinit:/bin/mount -t devpts devpts /dev/pts
::sysinit:/bin/mkdir -p /proc /run /dev/pts /dev/shm /sys ::sysinit:/bin/mkdir -p /proc /run /dev/pts /dev/shm /sys
::sysinit:/bin/mount -t devpts devpts /dev/pts
::sysinit:/bin/mount -t sysfs sysfs /sys ::sysinit:/bin/mount -t sysfs sysfs /sys
::sysinit:/bin/mount -t proc proc /proc ::sysinit:/bin/mount -t proc proc /proc
::sysinit:/bin/mount -o remount,rw / ::sysinit:/bin/mount -o remount,rw /