mirror of
https://github.com/MichielDerhaeg/build-linux.git
synced 2025-09-24 22:41:31 +02:00
shame on me
This commit is contained in:
@@ -8,9 +8,10 @@ init() {
|
||||
mkdir -p /dev/pts /dev/shm # TODO check if in filesystem
|
||||
/usr/bin/mount -t devpts devpts /dev/pts
|
||||
/usr/bin/mount -t tmpfs tmpfs /dev/shm
|
||||
/usr/bin/mount -t tmpfs tmpfs /run
|
||||
|
||||
if [[ -f /etc/hostname ]]; then
|
||||
echo "$(cat /etc/hostname)" > /proc/sys/kernel/hostname
|
||||
cat /etc/hostname > /proc/sys/kernel/hostname
|
||||
fi
|
||||
|
||||
/sbin/mdev -s
|
||||
|
Reference in New Issue
Block a user