Commit graph

32 commits

Author SHA1 Message Date
Jakub Jirutka bbce54cf55 Move repository to alpinelinux org 2017-10-22 16:59:00 +02:00
Jakub Jirutka 14033a86af Readme: Add section Creating Image for VMware (ESXi) 2017-10-22 16:55:00 +02:00
Jakub Jirutka 0a4e4a572f Readme: Update version and checksum 2017-10-18 02:20:44 +02:00
Jakub Jirutka 1440040838 Release version 0.2.1 2017-10-16 17:43:33 +02:00
Jakub Jirutka 9d8b1a5d83 Improve qemu-nbd performance, use cache=writeback 2017-10-16 17:06:33 +02:00
Jakub Jirutka 6ed09223de Readme: Fix typo in tip 2017-10-13 19:10:30 +02:00
Jakub Jirutka b8bc13c3d0 Fix check of realpath to not print path to console 2017-10-13 15:24:36 +02:00
Jakub Jirutka 18c59486c3 Readme: Add tip for alpine-chroot-install 2017-10-11 21:56:03 +02:00
Jakub Jirutka d883b19ca6 Readme: Improve preamble 2017-10-11 21:42:43 +02:00
Jakub Jirutka c61c6b0e9e Travis: Remove before_script with "modprobe nbd" 2017-10-11 21:34:49 +02:00
Jakub Jirutka 1da8290b14 Readme: Add link to alpinelinux.org 2017-10-11 21:33:53 +02:00
Jakub Jirutka 8fbab94a88 Readme: Add requirement for Linux system 2017-10-11 21:30:32 +02:00
Jakub Jirutka a91dfcd57d Release version 0.2.0 2017-10-11 21:18:58 +02:00
Jakub Jirutka 2cf1399572 Add some doc comments 2017-10-11 21:10:49 +02:00
Jakub Jirutka bdde467433 Disable -e inside cleanup() 2017-10-11 21:05:25 +02:00
Jakub Jirutka 84d01a86c3 Remove unnecessary "-n" inside [ ... ] 2017-10-11 21:03:11 +02:00
Jakub Jirutka 7b64749745 Travis: Run script directly on host system w/o alpine-chroot-install 2017-10-11 20:50:40 +02:00
Jakub Jirutka c50b9100a1 Fix incorrect usage of $@
"$@" works differently on ash and dash. `foo="$@"` assigns only the
first item (according to IFS) to the variable on dash.
2017-10-11 20:50:40 +02:00
Jakub Jirutka fb0ad9b107 Fix error when cleanup is called before nbd_dev is set 2017-10-11 20:50:40 +02:00
Jakub Jirutka 5059118e8c Use "readlink -f" if realpath command is not available 2017-10-11 20:50:40 +02:00
Jakub Jirutka b71a6e448b Add support for downloading apk-tools if not available on host 2017-10-11 20:50:40 +02:00
Jakub Jirutka fa87e36f9c Run "extlinux --install" inside chroot, not on host 2017-10-11 20:50:40 +02:00
Jakub Jirutka 61790283f5 Install packages on host system only if it's Alpine 2017-10-11 20:50:40 +02:00
Jakub Jirutka ac501b16fa Make attach_image() more robust 2017-10-11 20:50:40 +02:00
Jakub Jirutka d9070c4379 Do not discard blocks on NBD image when creating FS
It's useless for NBD image and probably causes the following error:

    > Formatting image to ext4
    mke2fs 1.43.4 (31-Jan-2017)
    Discarding device blocks:    4096/1310720               failed - I/O error
2017-10-11 20:50:10 +02:00
Jakub Jirutka 3f25533136 Release version 0.1.0 2017-09-09 00:10:52 +02:00
Jakub Jirutka b706b24fe5 Allow to redefine APK variable and add APK_OPTS 2017-09-08 23:57:20 +02:00
Jakub Jirutka e5b6e1baa0 Readme: Add content 2017-08-30 00:54:42 +02:00
Jakub Jirutka 3a558beef6 Set up Travis CI to build example image 2017-08-30 00:53:42 +02:00
Jakub Jirutka 91ed2961c6 Add alpine-make-vm-image script 2017-08-30 00:36:39 +02:00
Jakub Jirutka 3f4031272f Prepare project 2017-08-29 20:01:51 +02:00
Jakub Jirutka 36ea253ea9 Initial commit 2017-08-29 20:01:41 +02:00