The following changes were made:

* Corrected zfs detection in init
  * Moved to use CONFIG rather than usher
This commit is contained in:
2018-08-04 06:26:50 -05:00
parent dcf90f69d6
commit 35668887a4
6 changed files with 11 additions and 46 deletions

View File

@@ -8,7 +8,7 @@
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
DEPENDS = coreutils,cpio,eudev,gzip,perl,psmisc,sed,util-linux
DEPENDS = coreutils,cpio,dash,eudev,gzip,perl,psmisc,sed,util-linux
ARCH = x86_64
URL = http://snaplinux.org
REPO = core
@@ -37,5 +37,6 @@ clean:
@rm -rvf $(ROOT) \
$(SNAPINFO) \
$(MANIFEST) \
$(FILES)
$(FILES) \
$(CONFIG)