1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

spaces to tabs

Signed-off-by: Staf Wagemakers <staf@wagemakers.be>
This commit is contained in:
Staf Wagemakers 2019-07-17 19:48:13 +02:00
parent 74e3edc7d1
commit 0a1947cb9f

View file

@ -24,50 +24,50 @@ chmod 755 $ROOTFS
# required packages # required packages
PKGREQUIRED=( PKGREQUIRED=(
bash bash
haveged haveged
pacman pacman
pacman-mirrorlist pacman-mirrorlist
) )
# packages to ignore for space savings # packages to ignore for space savings
PKGIGNORE=( PKGIGNORE=(
dhcpcd dhcpcd
diffutils diffutils
file file
inetutils inetutils
iproute2 iproute2
iputils iputils
jfsutils jfsutils
licenses licenses
linux linux
linux-firmware linux-firmware
lvm2 lvm2
man-db man-db
man-pages man-pages
mdadm mdadm
nano nano
netctl netctl
openresolv openresolv
pciutils pciutils
pcmciautils pcmciautils
psmisc psmisc
reiserfsprogs reiserfsprogs
s-nail s-nail
sysfsutils sysfsutils
systemd-sysvcompat systemd-sysvcompat
usbutils usbutils
vi vi
which which
xfsprogs xfsprogs
) )
PKGREMOVE=( PKGREMOVE=(
gawk gawk
haveged haveged
less less
linux-libre linux-libre
linux-libre-firmware linux-libre-firmware
) )
PKGREQUIRED="${PKGREQUIRED[*]}" PKGREQUIRED="${PKGREQUIRED[*]}"
@ -115,7 +115,7 @@ expect <<EOF
} }
set timeout $EXPECT_TIMEOUT set timeout $EXPECT_TIMEOUT
spawn pacstrap -C $PACMAN_CONF -c -d -G -i $ROOTFS base $PKGREQUIRED $PACMAN_EXTRA_PKGS --ignore $PKGIGNORE spawn pacstrap -C $PACMAN_CONF -c -d -G -i $ROOTFS base $PKGREQUIRED $PACMAN_EXTRA_PKGS --ignore $PKGIGNORE
expect { expect {
-exact "anyway? \[Y/n\] " { send -- "n\r"; exp_continue } -exact "anyway? \[Y/n\] " { send -- "n\r"; exp_continue }
-exact "(default=all): " { send -- "\r"; exp_continue } -exact "(default=all): " { send -- "\r"; exp_continue }