mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-20 05:32:11 +00:00
33 lines
1017 B
Plaintext
33 lines
1017 B
Plaintext
# /etc/inittab
|
|
#
|
|
# This inittab is a basic inittab sample for sysvinit, which mimics
|
|
# Buildroot's default inittab for BusyBox.
|
|
id:3:initdefault:
|
|
|
|
si0::sysinit:/bin/mount -t proc proc /proc
|
|
#si1::sysinit:/bin/mount -o remount,rw /
|
|
si2::sysinit:/bin/mkdir -p /dev/pts
|
|
si3::sysinit:/bin/mkdir -p /dev/shm
|
|
si4::sysinit:/bin/mount -a
|
|
si5::sysinit:/bin/hostname -F /etc/hostname
|
|
si6::sysinit:/usr/bin/nwipe_process_disable
|
|
rcS:12345:wait:/etc/init.d/rcS
|
|
|
|
sole::respawn:/sbin/getty -L console 0 vt100 # GENERIC_SERIAL
|
|
1:3:respawn:/sbin/getty 38400 tty1 -n -l /usr/bin/nwipe_launcher
|
|
2:3:respawn:/sbin/getty 38400 tty2 -n -l /bin/sh
|
|
# tty3 is reserved for the regular console
|
|
4:3:respawn:/sbin/getty 38400 tty4 -n -l /usr/bin/smartdmt_launcher
|
|
|
|
# Stuff to do for the 3-finger salute
|
|
#ca::ctrlaltdel:/sbin/reboot
|
|
|
|
# Stuff to do before rebooting
|
|
shd0:06:wait:/etc/init.d/rcK
|
|
shd1:06:wait:/sbin/swapoff -a
|
|
shd2:06:wait:/bin/umount -a -r
|
|
|
|
# The usual halt or reboot actions
|
|
hlt0:0:wait:/sbin/halt -dhp
|
|
reb0:6:wait:/sbin/reboot
|