summary refs log tree commit diff
path: root/mkhrmpf.sh
blob: 55aa46e26fe0f4f3dd1ea608db6bfa810afe9c21 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
#!/bin/sh

pkgs='
acpi
aiccu
alsa-lib
alsa-utils
apg
attr
autoconf
automake
bc
bind-utils
binutils
bison
bmon
bridge-utils
bsdcpio
bsdtar
btrfs-progs
busybox
bzip2
cabextract
cdrtools
cksfv
cpio
cpuburn
cpufrequtils
cpupower
cronie
cryptsetup
curl
cv
cvs
dar
dash
ddate
ddrescue
debootstrap
dhcpcd
dialog
diffutils
diffutils
dmraid
dnsmasq
dos2unix
dosfstools
dstat
duplicity
dwdiff
e2fsprogs
ed
edbrowse
eject
elinks
emacs
ethtool
exfat-utils
extundelete
fatrace
fbset
fdupes
file
findutils
flex
foremost
fuse
fuse-exfat
fuse-sshfs
gawk
gcc
gdb
gettext
git
git-perl
git-svn
glibc-devel
gnupg
gpm
gptfdisk
grep
grub
gzip
hdapsd
hdparm
hfsprogs
hostapd
htop
ifenslave
iftop
inetutils
inotify-tools
iodine
ioping
iotop
iperf
iproute2
iptables
iptraf-ng
iputils
irqbalance
irssi
iw
john
jupp
kbd
kbd-data
kexec-tools
kpartx
ksh
less
lftp
libressl-openssl
libtool
linux-firmware
lm-sensors
logrotate
lshw
lsof
ltrace
lvm2
lxc
lynx
lzop
lzop
m4
make
mc
mdadm
memtest86+
mercurial
mg
mksh
mosh
most
mpg123
msmtp
mtools
mtr
multitail
mutt
ncdu
net-snmp
net-tools
nfs-utils
nfs-utils-server
nftables
ngrep
nmap
nmon
ntfs-3g
ntp
numactl
nvi
openbsd-netcat
openssh
openvpn
p7zip
parted
patch
pax
pax-utils
pbzip2
pciutils
perl
pigz
pixz
pkg-config
pm-utils
postfix
powertop
ppp
procmail
profanity
pv
pwgen
python
radvd
rc
rcs
rfkill
rpcbind
rpmextract
rsnapshot
rsync
rsyslog
rtorrent
ruby
s-nail
samba
screen
sdparm
sg3_utils
sharutils
shorewall
shorewall6
simple-mtpfs
smartmontools
socat
squashfs-tools
sslscan
strace
stunnel
subversion
sudo
sysfsutils
syslinux
sysstat
tar
tcpdump
tcsh
testdisk
texinfo
tftp-hpa
tlsdate
tmux
tor
traceroute
tree
unbound
unrar
unzip
usbutils
util-linux
vbindiff
vde2
vim
w3m
which
whois
wireless_tools
wpa_supplicant
xfsdump
xfsprogs
xinetd
xtools
xz
zerofree
zip
zsh
'
#for p in $pkgs; do
#	echo -n "$p "
#	xbps-query -R -p installed_size -S $p
#done

./mklive.sh -T "hrmpf live/rescue system" -C "loglevel=6 printk.time=1 net.ifnames=0" -p "$pkgs"
# cups?
# qemu?
# zfs?