about summary refs log tree commit diff
path: root/mkhrmpf.sh
diff options
context:
space:
mode:
authorChristian Neukirchen <chneukirchen@gmail.com>2014-11-04 20:50:45 +0100
committerChristian Neukirchen <chneukirchen@gmail.com>2014-11-04 20:50:45 +0100
commit97cc5d96439673514f1260f2cfe80f2c3221142a (patch)
tree8bb1a04a717bbf7f348a5649d70ff6ece726f3df /mkhrmpf.sh
parent36aeca757be3372e06b1f00dce68c8b04526c45e (diff)
downloadhrmpf-97cc5d96439673514f1260f2cfe80f2c3221142a.tar.gz
hrmpf-97cc5d96439673514f1260f2cfe80f2c3221142a.tar.xz
hrmpf-97cc5d96439673514f1260f2cfe80f2c3221142a.zip
add mkhrmpf.sh
Diffstat (limited to 'mkhrmpf.sh')
-rwxr-xr-xmkhrmpf.sh250
1 files changed, 250 insertions, 0 deletions
diff --git a/mkhrmpf.sh b/mkhrmpf.sh
new file mode 100755
index 0000000..55aa46e
--- /dev/null
+++ b/mkhrmpf.sh
@@ -0,0 +1,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?