Skip to content

Commit

Permalink
charch: mount /dev/pts
Browse files Browse the repository at this point in the history
* Its will fixed packages screen, tmux or other cant run

Signed-off-by: alanndz <[email protected]>
  • Loading branch information
alanndz committed Dec 18, 2020
1 parent 6680058 commit e1cd21d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/charch
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ find_mountpoint() {
# Mount essentials and remound current mount as suid,exec
setup_mounts() {
safe_mount_dir /dev tmpfs
safe_mount_dir /dev/pts devpts
safe_mount_dir /sys sysfs
safe_mount_dir /proc proc
safe_mount_file /etc/resolv.conf
Expand Down

0 comments on commit e1cd21d

Please sign in to comment.