Skip to content

Commit 103ad57

Browse files
committed
fixxing
1 parent 0912092 commit 103ad57

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

create_bootstrap_archlinux.sh

+3
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,9 @@ sed -i 's|^#*.Server|Server|g' "archlinux-$arch/etc/pacman.d/mirrorlist"
150150
sed -i "s/^Architecture = auto/Architecture = $arch/" "archlinux-$arch/etc/pacman.conf"
151151
sed -i 's/^#ParallelDownloads/ParallelDownloads/' "archlinux-$arch/etc/pacman.conf"
152152

153+
# for testing
154+
cat "archlinux-$arch/etc/pacman.d/mirrorlist"
155+
153156
# Creating archive bootstrap
154157
cd archlinux-$arch
155158
tar cf archlinux-$arch.tar.gz ./*

0 commit comments

Comments
 (0)