Browse code

spaces to tabs

Signed-off-by: Staf Wagemakers <staf@wagemakers.be>

Staf Wagemakers authored on 2019/07/18 02:48:13
Showing 1 changed files
... ...
@@ -24,50 +24,50 @@ chmod 755 $ROOTFS
24 24
 
25 25
 # required packages
26 26
 PKGREQUIRED=(
27
-    bash
28
-    haveged
29
-    pacman
30
-    pacman-mirrorlist
27
+	bash
28
+	haveged
29
+	pacman
30
+	pacman-mirrorlist
31 31
 )
32 32
 
33 33
 # packages to ignore for space savings
34 34
 PKGIGNORE=(
35
-    dhcpcd
36
-    diffutils
37
-    file
38
-    inetutils
39
-    iproute2
40
-    iputils
41
-    jfsutils
42
-    licenses
43
-    linux
44
-    linux-firmware
45
-    lvm2
46
-    man-db
47
-    man-pages
48
-    mdadm
49
-    nano
50
-    netctl
51
-    openresolv
52
-    pciutils
53
-    pcmciautils
54
-    psmisc
55
-    reiserfsprogs
56
-    s-nail
57
-    sysfsutils
58
-    systemd-sysvcompat
59
-    usbutils
60
-    vi
61
-    which
62
-    xfsprogs
35
+	dhcpcd
36
+	diffutils
37
+	file
38
+	inetutils
39
+	iproute2
40
+	iputils
41
+	jfsutils
42
+	licenses
43
+	linux
44
+	linux-firmware
45
+	lvm2
46
+	man-db
47
+	man-pages
48
+	mdadm
49
+	nano
50
+	netctl
51
+	openresolv
52
+	pciutils
53
+	pcmciautils
54
+	psmisc
55
+	reiserfsprogs
56
+	s-nail
57
+	sysfsutils
58
+	systemd-sysvcompat
59
+	usbutils
60
+	vi
61
+	which
62
+	xfsprogs
63 63
 )
64 64
 
65 65
 PKGREMOVE=(
66
-    gawk
67
-    haveged 
68
-    less
69
-    linux-libre
70
-    linux-libre-firmware
66
+	gawk
67
+	haveged 
68
+	less
69
+	linux-libre
70
+	linux-libre-firmware
71 71
 )
72 72
 
73 73
 PKGREQUIRED="${PKGREQUIRED[*]}"
... ...
@@ -115,7 +115,7 @@ expect <<EOF
115 115
 	}
116 116
 	set timeout $EXPECT_TIMEOUT
117 117
 
118
-  spawn pacstrap -C $PACMAN_CONF -c -d -G -i $ROOTFS base $PKGREQUIRED $PACMAN_EXTRA_PKGS --ignore $PKGIGNORE
118
+	spawn pacstrap -C $PACMAN_CONF -c -d -G -i $ROOTFS base $PKGREQUIRED $PACMAN_EXTRA_PKGS --ignore $PKGIGNORE
119 119
 	expect {
120 120
 		-exact "anyway? \[Y/n\] " { send -- "n\r"; exp_continue }
121 121
 		-exact "(default=all): " { send -- "\r"; exp_continue }