mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-19 21:22:10 +00:00
8 lines
187 B
Bash
Executable File
8 lines
187 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# Busybox is built without network support
|
|
sed -i '/hostname/d' ${TARGET_DIR}/etc/inittab
|
|
|
|
# Kernel is built without devpts support
|
|
sed -i '/^devpts/d' ${TARGET_DIR}/etc/fstab
|