Commit Graph

571 Commits

Author SHA1 Message Date
5c0cef01da Merge pull request #83 from void-ppc/installer-return
installer.sh: fail validation for EFI systems without proper ESP
2019-10-27 07:02:08 +01:00
510a4bebd1 Merge pull request #21 from Johnnynator/master
build-x86-images: add gnome image support
2019-10-27 07:01:12 +01:00
fc3ba9eaf7 Merge pull request #60 from Noah-Huppert/mklive-kver-opt
mklive: added -v kerver option
2019-10-27 07:00:48 +01:00
59274b0bfa Merge pull request #90 from bobertlo/ca
make docker use curl
2019-10-27 06:58:03 +01:00
56e7ba3565 Add /bin/dash as default command 2019-10-25 14:59:54 -04:00
f19733f80f mklive: fix bashism 2019-10-23 23:58:30 -07:00
163a923529 Dockerfile: include spdx-licenses-list
This is for linting license field on Travis.

One can also customize image as simple as
docker build "--build-arg=ADDINS=moreutils jq"
2019-10-23 23:55:01 -07:00
8ad31657b7 Fix additional packages not installed 2019-10-23 23:53:54 -07:00
a1352601ca add dockerignore 2019-10-23 23:50:00 -07:00
b71d3f9c7b installer.sh.in: add -f flag to mkfs.f2fs
Without -f, mkfs.f2fs refuses to overwrite an existing filesystem, causing installation to fail. With this flag we match the behavior of the other filesystems.
2019-10-23 23:47:00 -07:00
de6cc17b0c make docker use curl 2019-10-23 10:39:17 -05:00
q66
f4458db134 installer.sh: fail validation for EFI systems without proper ESP
Right now the installer will print an error dialog but mark the
filesystems done anyway and march on, which will later result
in a failed GRUB installation.
2019-07-19 14:50:01 +02:00
a3f49d0c11 installer.sh.in: update my email address.
Signed-off-by: Juan RP <xtraeme@gmail.com>
2019-06-12 14:00:13 -04:00
9bcbbc95e0 display-manager-autologin.sh: fix sddm detection
sddm doesn't ship with a /etc/sddm.conf as default so the old check
returned false.
2019-05-30 19:22:38 -07:00
6ce4732bbc release.sh.in: Make an easy release script 2019-05-27 20:16:15 -07:00
53b58fef3f Remove defunct systemd support
Closes: #70 [via git-merge-pr]
2019-05-25 13:36:49 -07:00
aa50f22312 installer: better timezone menu
Closes: #65 [via git-merge-pr]
2019-05-25 13:36:24 -07:00
90cfccb903 installer: better check for /bin/dialog
this works on distros where /bin isn't a symlink to /usr/bin
2019-05-25 13:36:24 -07:00
86834e3ff7 mkplatformfs.sh: fix -k option
Closes: #64 [via git-merge-pr]
2019-05-25 13:35:59 -07:00
d3505ba860 mkplatformfs.sh: add option to disable compression 2019-05-25 13:35:59 -07:00
65f88c6d6f mkplatformfs.sh: error out without base tarball 2019-05-25 13:35:59 -07:00
cd127e8320 mklive: fixed -o option so it could take an absolute path
Closes: #56 [via git-merge-pr]
2019-05-25 13:33:29 -07:00
43fae882e9 Added compressions
Apparrently xz requires liblz4

Closes: #54 [via git-merge-pr]
2019-05-25 13:33:03 -07:00
3b0177266d Update README.md 2019-05-25 13:33:03 -07:00
7b6fdc6003 installer.sh.in: clarify 'Network' source
Closes: #45 [via git-merge-pr]
2019-05-25 13:32:23 -07:00
q66
b795f541a6 mkrootfs: enable ppc64 + ppc-musl support
Closes: #26 [via git-merge-pr]
2019-05-25 13:30:54 -07:00
40dd7a4ede mkrootfs.sh.in: Mention ppc-musl 2019-05-12 01:13:53 -04:00
12bf9c0625 mkrootfs.sh.in: Actually implement the -b option 2019-05-12 01:12:24 -04:00
7ca1cbc168 mklive: added -v kerver option
Signed-off-by: Noah Huppert <contact@noahh.io>
2019-04-01 16:12:18 -04:00
5859e79c29 packer: Initial packer config 2019-03-30 23:10:12 -07:00
ba7f0e9475 Support building ethereal masterdirs 2019-03-24 20:42:51 -07:00
1b0964cc82 lib.sh.in: fix tool checking. 2019-03-15 18:08:27 +01:00
92bb9df1d3 add hooks for dockerhub 2019-03-14 23:30:16 +01:00
a4f673e053 Merge pull request #52 from Gottox/add-dockerfile
add Dockerfile
2019-03-12 11:54:52 +01:00
b2c1385570 add Dockerfile
This commit adds a Dockerfile that can be build using podman or docker.
2019-03-08 10:26:52 +01:00
8d364654ed Missing parenthesis.
Closes: #14 [via git-merge-pr]
2019-02-27 18:58:37 -08:00
77442599ce mklive.sh: Remove $ROOTFS_FREESIZE 2019-02-27 18:58:37 -08:00
f5ee7f420e mklive.sh: Use overlayfs for live image writable overlay. 2019-02-27 18:58:37 -08:00
08173eb25f mklive.sh: remove unused ISO_VOLUME variable. 2019-02-18 14:51:42 -08:00
d2c6fdf1a7 dracut: use .org website, use https 2019-02-16 21:45:33 -08:00
f1a9d5f3ee data/issue: use .org website, use https 2019-02-16 21:45:33 -08:00
3dcfb367c6 installer.sh.in: use .org website, use https 2019-02-16 21:45:33 -08:00
7559500693 mknet: take syslinux files from /usr/lib 2019-01-21 12:58:25 -08:00
2935dff0ce Allow GRUB to get installed on XFS roots 2019-01-16 20:27:09 -08:00
bb38cc21a2 installer.sh.in: fix check for *-musl arch 2019-01-16 20:26:44 -08:00
c45822d765 data/issue: fix manpage sections for xbps utils 2019-01-16 20:18:26 -08:00
1ffa7e4900 mklive.sh: fixed syslinux datadir value after pkg update 2019-01-16 20:17:27 -08:00
ff6be0b564 build-x86-images: add gnome image support 2018-11-15 00:30:16 +01:00
4d81747387 mkrootfs: enable ppc support 2018-09-28 18:50:58 -07:00
6302d82e15 build-x86-images.sh: Add intel-ucode to X_PKGS.
All isos that contain X_PKGS contain already the package for the amd microcode.
2018-09-20 17:31:49 -07:00