mirror of
https://git.myvelabs.com/lab/archlinux.git
synced 2026-09-04 12:39:22 -05:00
Change mkinitcpio hook to systemd only
This commit is contained in:
parent
9bca3775dd
commit
f50a09d40b
1 changed files with 5 additions and 2 deletions
|
|
@ -262,8 +262,11 @@ sed -e '/ParallelDownloads/c ParallelDownloads = 10' \
|
||||||
-e '/^\[core\]$\|^\[extra\]$/a CacheServer = http://192.168.122.1:9090' \
|
-e '/^\[core\]$\|^\[extra\]$/a CacheServer = http://192.168.122.1:9090' \
|
||||||
-i /mnt/etc/pacman.conf
|
-i /mnt/etc/pacman.conf
|
||||||
|
|
||||||
# Mkinitcpio decompress
|
# Mkinitcpio
|
||||||
echo 'MODULES_DECOMPRESS="yes"' >/mnt/etc/mkinitcpio.conf.d/zz-modules.conf
|
cat >/mnt/etc/mkinitcpio.conf.d/default.conf <<- 'default'
|
||||||
|
HOOKS=(systemd)
|
||||||
|
MODULES_DECOMPRESS="yes"
|
||||||
|
default
|
||||||
|
|
||||||
# Manually configure mkinitcpio
|
# Manually configure mkinitcpio
|
||||||
sed -e "s|%PKGBASE%|linux|g" \
|
sed -e "s|%PKGBASE%|linux|g" \
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue