This website requires JavaScript.
Explore
Help
Sign In
forge
/
pmaports
Watch
1
Star
0
Fork
You've already forked pmaports
0
Code
Issues
2
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
73a8aec0cc
pmaports
/
main
/
postmarketos-mkinitfs
/
postmarketos-mkinitfs.trigger
5 lines
40 B
Text
Raw
Normal View
History
Unescape
Escape
mkinitfs: Fail on missing depends / better usability in general (#1133) * Fail if mkbootimg/uboot-tools are not installed, but creating a boot.img file / u-boot legacy image was requested via deviceinfo (fixes #312) * Fail if /boot/dt.img is missing, but we have a qcdt device * Fail if the dtb file specified in deviceinfo does not exist * Fail if mkbootimg etc. exit with error code * Don't try to add the ext4 module into the initramfs. We always compile it into the kernel. Instead, kconfig_check makes sure it is enabled now. (fixes #1037) * Add a note that modprobe warnings can be ignored mostly
2018-01-31 19:39:09 +00:00
#!/bin/sh -e
Put postmarketOS aports inside pmbootstrap repo Later, the aports folder will probably get split up in its own repository. But right now this is simply convenient.
2017-05-26 20:26:25 +00:00
postmarketos-mkinitfs: upgrade to 2.0 (MR 3895) - 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
2023-02-17 22:36:09 +00:00
/usr/sbin/mkinitfs
Put postmarketOS aports inside pmbootstrap repo Later, the aports folder will probably get split up in its own repository. But right now this is simply convenient.
2017-05-26 20:26:25 +00:00
exit 0
Reference in a new issue
Copy permalink