The following changes were made:
* findutils added as dependency * modified cp command in mkinitramfs to prevent unnecessary errors * added 'all' option to mkinitramfs
This commit is contained in:
2
Makefile
2
Makefile
@@ -8,7 +8,7 @@
|
||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
# GNU General Public License for more details.
|
||||
|
||||
DEPENDS = coreutils,cpio,dash,eudev,gzip,perl,psmisc,sed,util-linux
|
||||
DEPENDS = coreutils,cpio,dash,eudev,findutils,gzip,perl,psmisc,sed,util-linux
|
||||
ARCH = x86_64
|
||||
URL = http://snaplinux.org
|
||||
REPO = core
|
||||
|
||||
Reference in New Issue
Block a user