Commit b74b2c93 authored by Anthony G. Basile's avatar Anthony G. Basile
Browse files

Move haveged to tty4

parent bda547c3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -216,7 +216,7 @@ cat << EOF > inittab
tty1::respawn:/bin/setup
tty2::respawn:/bin/nmeter '%79c'
tty3::respawn:/bin/ntpd -s -d
tty4::askfirst:-/bin/sh
tty4::respawn:/bin/haveged -r 0 -w 1024 -v 1 -F -f -
tty5::askfirst:-/bin/sh
tty6::askfirst:-/bin/sh
EOF
@@ -226,6 +226,7 @@ cat << EOF > inittab
tty1::respawn:/bin/setup
tty2::respawn:/bin/nmeter '%79c'
tty3::respawn:/bin/ntpd -s -d
tty4::respawn:/bin/haveged -r 0 -w 1024 -v 1 -F -f -
EOF
fi

@@ -234,7 +235,6 @@ cat << EOF > rcS
/bin/mount -t proc proc /proc
/bin/mount -o remount,rw /dev/ram0 /
/sbin/ifconfig lo 127.0.0.1
/bin/haveged -r 0 -w 1024 -v 0
EOF

chmod 755 rcS
+1 −1
Original line number Diff line number Diff line
@@ -447,7 +447,7 @@ CONFIG_BINFMT_ELF=y
CONFIG_ARCH_BINFMT_ELF_RANDOMIZE_PIE=y
# CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set
CONFIG_BINFMT_SCRIPT=y
# CONFIG_HAVE_AOUT is not set
CONFIG_HAVE_AOUT=y
# CONFIG_BINFMT_MISC is not set
CONFIG_COREDUMP=y
CONFIG_HAVE_ATOMIC_IOMAP=y