aboutsummaryrefslogtreecommitdiffstats
path: root/main/mkinitfs
Commit message (Collapse)AuthorAgeFilesLines
* main/mkinitfs: virtio_net depends on virtio_pciCarlo Landmeter2018-04-292-2/+27
|
* main/mkinitfs: features add virtio_net to network modulesCarlo Landmeter2018-04-292-2/+25
|
* main/mkinitfs: fix netboot warningCarlo Landmeter2018-02-222-2/+32
|
* main/mkinitfs: skip apk hooksHenrik Riomar2018-01-312-3/+35
| | | | | | Skip pre/post apk hooks on diskless initramfs installation. (cherry picked from commit 8c9aa20b2f1445d63a2923145fffca1b40f1470a)
* main/mkinitfs: remove unused patchesNatanael Copa2017-11-283-128/+0
|
* main/mkinitfs: upgrade to 3.2.0Natanael Copa2017-11-231-9/+3
|
* main/mkinitfs: fix building initfs without a kernelJakub Jirutka2017-11-202-2/+44
|
* main/*: fix homepage url and source from http:// to https://Jakub Jirutka2017-11-191-1/+1
| | | | | | | Most of these updates is based on data from https://repology.org/, detection based on permanent redirect from http:// to https://. $source urls are updated when they contain $url as substring.
* main/mkinitfs: Add busybox to makedepends_hostRajiv Ranganath2017-10-201-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When bootstrapping aarch64, mkinitfs fails to build with the following error ``` + apkbuildname mkinitfs + local repo=mkinitfs + local pkg=mkinitfs + [ mkinitfs = mkinitfs ] + repo=main + echo /home/builder/aports-edge/main/mkinitfs/APKBUILD + CHOST=aarch64 BOOTSTRAP=bootimage APKBUILD=/home/builder/aports-edge/main/mkinitfs/APKBUILD abuild -r >>> mkinitfs: abuild 3.0.2-r0 >>> mkinitfs: Checking sanity of /home/builder/aports-edge/main/mkinitfs/APKBUILD... >>> mkinitfs: Analyzing dependencies... ERROR: unsatisfiable constraints: /bin/sh (virtual): provided by: busybox required by: kmod-24-r0[/bin/sh] kmod-24-r0[/bin/sh] .makedepends-mkinitfs-0: masked in: cache satisfies: world[.makedepends-mkinitfs] >>> ERROR: mkinitfs: all failed >>> mkinitfs: Uninstalling dependencies... ``` Adding busybox to makedepends_host fixes this issue. Signed-off-by: Rajiv Ranganath <rajiv.ranganath@atihita.com>
* main/mkinitfs: modernize abuildJakub Jirutka2017-09-221-5/+5
|
* main/mkinitfs: fix Makefile to install btrfs.filesJakub Jirutka2017-09-222-3/+16
|
* main/mkinitfs: fix booting from Btrfs RAIDJakub Jirutka2017-09-222-2/+46
| | | | See http://bugs.alpinelinux.org/issues/6903
* main/mkinitfs: fix crc32 module deps for ext4Natanael Copa2017-08-032-2/+37
| | | | ref #7611
* main/mkinitfs: upgrade to 3.1.0Natanael Copa2017-06-161-2/+2
|
* main/mkinitfs: upgrade to 3.1.0_rc1Natanael Copa2017-05-192-36/+3
|
* main/mkinitfs: fix decrypt of apkovlNatanael Copa2017-01-252-4/+35
| | | | ref #6689
* main/mkinitfs: upgrade to 3.0.9Natanael Copa2017-01-105-224/+5
|
* main/mkinitfs: install nvme and zfs config filesNatanael Copa2017-01-093-4/+74
|
* main/mkinitfs: fix zfs supportNatanael Copa2016-12-242-4/+129
|
* main/mkinitfs: fix ext3 supportNatanael Copa2016-12-212-4/+28
| | | | | | the ext3 is provided by ext4 module nowdays. fixes #6167
* main/mkinitfs: upgrade to 3.0.7Natanael Copa2016-11-281-4/+4
|
* main/mkinitfs: upgrade to 3.0.6Timo Teräs2016-11-245-205/+5
| | | | | | fixes #6217 fixes #6469 fixes #6473
* main/mkinitfs: add K flagCarlo Landmeter2016-09-022-4/+69
|
* main/mkinitfs: update group fileSören Tempel2016-08-112-5/+63
|
* main/mkintfs: fix init to work with busybox 1.25Natanael Copa2016-08-042-4/+48
|
* main/mkinitfs: support cross buildingTimo Teräs2016-07-141-15/+8
|
* main/mkinitfs: fix ttyMFD/ttyUSB serial consoles and use 115200 speedNatanael Copa2016-06-202-4/+36
| | | | ref #5759
* main/mkinitfs: upgrade to 3.0.5Natanael Copa2016-06-154-195/+5
|
* main/mkinitfs: fix checksumNatanael Copa2016-06-101-3/+3
|
* main/mkinitfs: increase max timeoutNatanael Copa2016-06-103-41/+133
| | | | | | Avoid boot into error too early. ref #5479
* main/mkinitfs: fix raid5Natanael Copa2016-05-183-4/+68
| | | | we need add crc32 module as a dep for raid5
* main/mkinitfs: fix cold plugging of certain platform/usb devicesTimo Teräs2016-03-212-4/+38
|
* main/mkinitfs: upgrade to 3.0.4Natanael Copa2016-03-112-63/+5
|
* main/mkinitfs: support splash image for multiple fbdevsTimo Teräs2016-02-192-4/+62
|
* main/mkinitfs: upgrade to 3.0.3Natanael Copa2016-01-201-4/+4
| | | | fixes #5028
* main/mkinitfs: upgrade to 3.0.2Natanael Copa2016-01-062-35/+5
| | | | fixes #4975
* main/mkinitfs: initramfs fixNatanael Copa2016-01-052-4/+34
|
* main/mkinitfs: remove upstreamed patchesNatanael Copa2016-01-052-50/+0
|
* main/mkinitfs: upgrade to 3.0.1Natanael Copa2015-12-181-4/+4
|
* main/mkinitfs: upgrade to 3.0.0Natanael Copa2015-12-182-1977/+4
|
* main/mkinitfs: fix usb settle delay at bootNatanael Copa2015-12-162-17/+48
|
* main/mkinitfs: fix mount relocationNatanael Copa2015-11-252-32/+79
|
* main/mkinitfs: fix cryptsetup on lvmNatanael Copa2015-11-252-58/+224
| | | | fixes #4863
* main/mkinitfs: make sure nlplug-findfs are included in initramfsNatanael Copa2015-11-243-2/+11
| | | | | | | | If user had a modified /etc/mkinitfs/features.d/base.files we may not get the needed nlplug-findfs. Use post-* script to verify it is actually there. fixes #4873
* main/mkinitfs: remove kmod depNatanael Copa2015-11-021-2/+2
| | | | The patched busybox should be able to generate the .bin files
* main/mkinitfs: fork and load kernel modules in parallel in initramfsNatanael Copa2015-10-242-121/+230
| | | | | should resolve issue when cryptroot is waiting for password before keyboard driver was loaded.
* main/mkinitfs: fix cryptroot=/dev/sdaXNatanael Copa2015-10-222-8/+9
|
* main/mkinitfs: fix cryptroot in initramfsNatanael Copa2015-10-222-24/+26
| | | | fix setup of cryptroot in initramfs
* main/mkinitfs: update to development version with nlplug-findfsNatanael Copa2015-10-212-12/+1622
|
* don't prefix GPL version number with a dashSören Tempel2015-10-031-1/+1
| | | | | This conforms to wiki documentation regarding package creation: http://wiki.alpinelinux.org/wiki/Creating_an_Alpine_package#license