aboutsummaryrefslogtreecommitdiffstats
path: root/initcpio/install/pacredir
blob: f9663af5837b7fa5e6ab02575d3b62e7fcef91bb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

build() {
	add_runscript
}

help() {
	echo 'This hook adds servers to pacredir.conf from inside initramfs.'
	echo 'Useless for installed systems, but can be handy with'
	echo 'no-persistent configurations.'
}