Commit graph

70 commits

Author SHA1 Message Date
Jakub Jirutka 581202213d Ensure that numerical branch has "v" prefix 2020-01-28 17:15:31 +01:00
Jakub Jirutka f8568641b4 Change default ALPINE_BRANCH to latest-stable 2020-01-28 17:13:32 +01:00
Jakub Jirutka 683361f70e License: Bump year 2020-01-28 17:03:13 +01:00
Jakub Jirutka d5b96dcaab Call shell by absolute path in chroot
When using the --script-chroot option, chroot is called with just sh
(relative path), relying on the host environment's $PATH to find the
executable. At least on Arch Linux, this does not work, as Arch Linux
by default does not have /bin in the PATH (/bin is just a symlink to
/usr/bin).

Since the chroot system was just built and it is know to contain
/bin/sh, I think it makes sense to just call it explicitly here.

Related to https://github.com/alpinelinux/alpine-make-rootfs/issues/10

Co-Authored-By: Conrad Hoffmann <ch@bitfehler.net>
2020-01-28 16:55:35 +01:00
Jakub Jirutka 4f8d71c4f4 Don't install qemu package, qemu-nbd is already provided by qemu-img
Since Alpine 3.7.
2019-12-22 17:40:55 +01:00
Jakub Jirutka 3b59b59aa1 Release version 0.6.0 2019-12-22 17:35:50 +01:00
Jakub Jirutka 213802b79f License: Bump year 2019-12-22 17:34:39 +01:00
Jakub Jirutka 21460ac20c Readme: Update LoC and run time 2019-12-22 17:32:50 +01:00
Jakub Jirutka 687478f2cb CI: Change dist to bionic 2019-12-22 17:31:34 +01:00
Oliver Frommel 6c4201fcd1 Add option to activate serial console
Resolves #6

Co-Authored-By: Jakub Jirutka <jakub@jirutka.cz>
I just refactored the code.
2019-12-22 17:26:14 +01:00
Jakub Jirutka b4e289fd4b Readme: Remove note about running hardened kernel on VMware 2019-12-22 15:38:05 +01:00
Jakub Jirutka 9a9446c27f Readme: Fix grammar 2019-12-22 15:36:06 +01:00
Jakub Jirutka d4b56bd70a Change default ALPINE_BRANCH to v3.11 2019-12-22 15:26:30 +01:00
Jakub Jirutka 2edd20e787 Add support for Alpine 3.11 2019-12-22 15:23:37 +01:00
Jakub Jirutka 3f4e577959 Remove unused variable $5 (kernel_opts) in setup_extlinux() 2019-12-22 15:20:59 +01:00
Jakub Jirutka e3867f2ebc Remove default for hardened kernel 2019-12-22 11:59:06 +01:00
Jakub Jirutka 8fdd32d72d Upgrade apk-tools to 2.10.4 2019-12-22 11:30:27 +01:00
Jakub Jirutka 9c6ac41e2c Update apk-tools to 2.10.3 2019-10-17 13:29:05 +02:00
Jakub Jirutka dd03b21af5 Release version 0.5.0 2019-08-14 23:17:31 +02:00
Jakub Jirutka ed7a69d738 Fix installing of FS progs with newer apk
See 37fbafcd92
2019-08-14 23:08:40 +02:00
Pedro Filipe 1c5a181593 Change default ALPINE_BRANCH branch to v3.10 2019-08-14 22:29:53 +02:00
Alex Gaines a3462e896b Ensure that /usr/sbin /usr/bin /sbin /bin is in PATH
Arch Linux does not have /bin or /sbin in PATH by default, so the script
fails to execute extlinux, update-extlinux, mkfs.* etc.
2019-08-14 22:24:55 +02:00
Jakub Jirutka ea6dcfe635 Change default ALPINE_BRANCH branch to v3.9 2019-02-05 17:15:53 +01:00
Jakub Jirutka 180de0d818 Release version 0.4.0 2018-09-16 19:44:32 +02:00
Jakub Jirutka 5f34e1c93c Update apk-tools to 2.10.1 2018-09-16 18:53:41 +02:00
Jakub Jirutka aa55b71a9c Explicitly set bind mounts' propagation type to private
If I understand it correctly, the default propagation type is private,
but f**king systemd mounts everything as shared. This is especially
problematic when doing recursive bind, which is not our case, but still
better to explicitly set propagation to private anyway.

See: https://lwn.net/Articles/689856/, https://lwn.net/Articles/690679/
2018-09-16 18:13:12 +02:00
Jakub Jirutka 27b5a7e2d0 Add options --branch and --mirror-uri
Resolves #3
2018-09-09 23:13:22 +02:00
Jakub Jirutka 9357e9dd66 Embed Alpine keys for x86_64 into the script
Resolves #3
2018-09-09 22:38:18 +02:00
Jakub Jirutka 30c8b67c6c Release version 0.3.0 2018-06-27 00:42:59 +02:00
Jakub Jirutka df0af96210 License: Update year 2018-06-27 00:42:10 +02:00
Jakub Jirutka 73e3595694 Update example repositories to v3.8 2018-06-26 15:49:58 +02:00
Jakub Jirutka c48b06d2c2 Add cgroups to sysinit runlevel when available
See https://github.com/alpinelinux/aports/pull/3886
2018-06-26 15:47:10 +02:00
Jakub Jirutka f0d2580af3 Install linux-virt by default if available, fallback to virthardened 2018-06-26 15:36:37 +02:00
Jakub Jirutka 12ee2de4c6 Update apk-tools link to 2.10.0 2018-06-26 15:23:05 +02:00
Jakub Jirutka fc36d1b8e7 Release version 0.2.2 2018-03-30 23:29:31 +02:00
Jakub Jirutka 9453e17006 Update apk-tools link to 2.9.1 2018-03-30 23:22:27 +02:00
Jakub Jirutka 86e3340c0a Makefile: Declare "install" as PHONY and sort targets 2017-11-15 13:18:59 +01:00
Jakub Jirutka f106daf12b Add Makefile 2017-11-11 18:03:22 +01:00
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