mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-11 01:54:36 +08:00
try a different preset in mkinitcpio.conf
This commit is contained in:
parent
0fbeffe733
commit
fdf006f2ba
@ -5,7 +5,7 @@
|
||||
|
||||
pkgname=mkinitcpio
|
||||
pkgver=0.15.0
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
pkgdesc="Modular initramfs image creation utility"
|
||||
arch=('x86_64')
|
||||
url="http://www.archlinux.org/"
|
||||
@ -24,5 +24,6 @@ sha256sums=('2a00421c5ce4abfcc971c71a6efd22f6bbaf0e541f9a93410f35e864c818c3db'
|
||||
'SKIP')
|
||||
|
||||
package() {
|
||||
sed -i 's/^HOOKS.*$/HOOKS="base systemd autodetect modconf block keymap resume filesystems keyboard"/g' ${srcdir}/${pkgname}-${pkgver}/mkinitcpio.conf
|
||||
make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user