4eda07153a
- Move base files/modules out of package, this package now only provides the mkinitfs tool. - Add all required modules, these were copied over from postmarketos-mkinitfs and sorted - Use new exe name in trigger - Update triggers to ignore /etc, add /usr/share/mkinitfs. No packages should be installing into /etc/mkinitfs/ - Support building/installing docs - Add vendored deps - Change trigger path
4 lines
40 B
Bash
4 lines
40 B
Bash
#!/bin/sh -e
|
|
|
|
/usr/sbin/mkinitfs
|
|
exit 0
|