12 lines
190 B
Makefile
12 lines
190 B
Makefile
preinstall:
|
|
|
|
postinstall:
|
|
# we want sshd running
|
|
chroot "$(CHROOT)" rc-update add sshd default
|
|
|
|
# and root account enabled, so we can ssh in
|
|
chroot "$(CHROOT)" chage -E -1 root
|
|
|
|
clean:
|
|
|