Added /etc/init.d and /etc/rc{[0-6],S}.d in usher
This commit is contained in:
@@ -25,6 +25,9 @@ case $1 in
|
||||
exit 0
|
||||
;;
|
||||
postinst)
|
||||
install -d -m 755 ${TARGET}/etc/init.d
|
||||
install -d -m 755 ${TARGET}/etc/rc{[0-6],S}.d
|
||||
|
||||
if [ ! -f ${TARGET}/etc/inittab ]; then
|
||||
echo "${INITTAB}" > ${TARGET}/etc/inittab
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user