5 lines
96 B
Bash
5 lines
96 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
# Kernel is built without devpts support
|
||
|
sed -i '/^devpts/d' ${TARGET_DIR}/etc/fstab
|