The following changes were made:
* Corrected zfs detection in init * Moved to use CONFIG rather than usher
This commit is contained in:
5
Makefile
5
Makefile
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user