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 Nov 30, 2020
1 parent 6c023c8 commit 1ef4cc9
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 @@ -107,6 +107,7 @@ safe_mount_file() {
# 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 1ef4cc9

Please sign in to comment.