Searched refs:INITTAB (Results 1 - 1 of 1) sorted by relevance

/lxc/templates/
H A Dlxc-gentoo.in205 INITTAB="${partialfs}/etc/inittab"
207 [[ -w "$INITTAB" ]] || die 1 "Error: $INITTAB is not writeable"
210 echo "# Lxc main console" >> "$INITTAB"
211 echo "1:12345:respawn:/sbin/agetty -a root --noclear 115200 console linux" >> "$INITTAB"
214 echo "# clean container shutdown on SIGPWR" >> "$INITTAB"
215 echo "pf:12345:powerwait:/sbin/halt" >> "$INITTAB"

Completed in 8 milliseconds