mirror of
https://github.com/nchevsky/systemrescue-zfs.git
synced 2026-04-21 06:03:41 +00:00
Merge branch 'bind-tools' into 'master'
Replace dnsutils package with bind-tools See merge request fdupoux/sysresccd-src!31
This commit is contained in:
commit
857d5895dd
2 changed files with 2 additions and 2 deletions
2
build.sh
2
build.sh
|
|
@ -134,7 +134,7 @@ make_customize_airootfs() {
|
|||
curl -o ${work_dir}/${arch}/airootfs/etc/pacman.d/mirrorlist 'https://www.archlinux.org/mirrorlist/?country=all&protocol=http&use_mirror_status=on'
|
||||
|
||||
setarch ${arch} mkarchiso ${verbose} -w "${work_dir}/${arch}" -C "${work_dir}/pacman.conf" -D "${install_dir}" -r '/root/customize_airootfs.sh' run
|
||||
rm ${work_dir}/${arch}/airootfs/root/customize_airootfs.sh
|
||||
rm -f ${work_dir}/${arch}/airootfs/root/customize_airootfs.sh
|
||||
}
|
||||
|
||||
# Prepare kernel/initramfs ${install_dir}/boot/
|
||||
|
|
|
|||
2
packages
2
packages
|
|
@ -4,6 +4,7 @@ arch-install-scripts
|
|||
atop
|
||||
b43-fwcutter
|
||||
bash-completion
|
||||
bind-tools
|
||||
borg
|
||||
btrfs-progs
|
||||
busybox
|
||||
|
|
@ -21,7 +22,6 @@ diffutils
|
|||
dmidecode
|
||||
dmraid
|
||||
dnsmasq
|
||||
dnsutils
|
||||
dosfstools
|
||||
dstat
|
||||
dvd+rw-tools
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue