![Albert Hopkins](/assets/img/avatar_default.png)
appliance with the list of installed packages on that appliance. PKGLIST is off by default. * Works with baselayout-2 stage3s, including the fix for the current broken stage3 tarballs. * The new stage3 tarballs are much more limited as far as what dev nodes are included. In addition to being broken stage3s themselves, it also broke the UDEV=NO option. So I have included my own device node tarball which is installed when UDEV=NO. * Put double quotes around hostname in /etc/conf.d/hostname.
13 lines
220 B
Makefile
13 lines
220 B
Makefile
preinstall:
|
|
eselect python set python2.7
|
|
|
|
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:
|
|
|