#!/bin/sh # part of the gn*nix conspiracy http://gnnix.org # Copyright (C) Linus Sphinx 2004 # func to make the distro system gnxutil() { gnxunwrap $UTIL gnxpatch util-linux-2.12a-kernel-headers-1 exit gnxfilelist start $UTIL gnxconfigure gnxmake HAVE_KILL=yes HAVE_SLN=yes cd login-utils gnxmake HAVE_KILL=yes HAVE_SLN=yes all-getty all-init all-misc gnxmake HAVE_KILL=yes HAVE_SLN=yes install-init install-getty install-misc cd .. gnxmake HAVE_KILL=yes HAVE_SLN=yes install gnxfilelist finish $UTIL } #eof