Browse code

Delete man pages of installed packages in mkimage-arch.sh

Docker-DCO-1.1-Signed-off-by: Zoltan Tombol <zoltan.tombol@gmail.com> (github: ztombol)

Zoltan Tombol authored on 2014/12/21 09:25:15
Showing 1 changed files
... ...
@@ -61,6 +61,7 @@ expect <<EOF
61 61
 	}
62 62
 EOF
63 63
 
64
+arch-chroot $ROOTFS /bin/sh -c 'rm -r /usr/share/man/*'
64 65
 arch-chroot $ROOTFS /bin/sh -c "haveged -w 1024; pacman-key --init; pkill haveged; pacman -Rs --noconfirm haveged; pacman-key --populate archlinux; pkill gpg-agent"
65 66
 arch-chroot $ROOTFS /bin/sh -c "ln -s /usr/share/zoneinfo/UTC /etc/localtime"
66 67
 echo 'en_US.UTF-8 UTF-8' > $ROOTFS/etc/locale.gen