|
@@ -166,7 +166,7 @@ function image_setup {
|
166
|
166
|
if [ ! -d ~/develop/multipath-tools ]; then
|
167
|
167
|
git clone https://aur.archlinux.org/multipath-tools.git ~/develop/multipath-tools
|
168
|
168
|
fi
|
169
|
|
- sudo pacman -S device-mapper libaio liburcu fakeroot
|
|
169
|
+ sudo pacman -S --noconfirm device-mapper libaio liburcu fakeroot
|
170
|
170
|
cd ~/develop/multipath-tools
|
171
|
171
|
makepkg
|
172
|
172
|
makepkg -i
|