Add mkinitpcio.conf
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
parent
3aab1c0e4e
commit
da557f29f5
2 changed files with 69 additions and 0 deletions
3
install
3
install
|
@ -338,6 +338,9 @@ sudo install -m 644 "${SYSTEM_DIR}/etc/X11/xorg.conf.d/20-displaylink.conf" "/et
|
|||
print_log "Copying vconsole.conf to ${YELLOW}/etc/vconsole.conf${RESET}"
|
||||
sudo install -m 644 "${SYSTEM_DIR}/etc/vconsole.conf" "/etc/vconsole.conf"
|
||||
|
||||
print_log "Copying mkinitpcio.conf to ${YELLOW}/etc/mkinitpcio.conf${RESET}"
|
||||
sudo install -m 644 "${SYSTEM_DIR}/etc/mkinitpcio.conf" "/etc/mkinitpcio.conf"
|
||||
|
||||
###############################################################################
|
||||
# Setting lockscreen image #
|
||||
###############################################################################
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue