Commit Graph

790 Commits

Author SHA1 Message Date
Juan RP f80057f06c build-x86-images: add lxde. 2015-06-03 14:30:29 +02:00
Juan RP 77ff6c34c9 mklive: require xbps>=0.45 for two phase installation.
- The target pkgs are unpacked with -U, and then reconfiguration happens
within the chroot, so that there's no need for host dependencies.
- Use chroot where possible to make sure that euid==0, not xbps-uchroot.

Close #32 and #33
2015-06-03 14:28:38 +02:00
Juan RP ec5a92c270 installer: disable locale setting with musl. 2015-05-29 17:44:31 +02:00
Juan RP c4ca2a33fa dracut/display-manager-autologin: autologin to lxde if found via lxdm. 2015-05-29 17:00:50 +02:00
Juan RP 9068070c6f .gitignore: *.{img,xz} 2015-05-29 09:25:41 +02:00
Juan RP eb787f0ef5 .gitignore: *.sh xbps-cachedir* 2015-05-29 09:24:39 +02:00
Juan RP 8824220321 mklive: misc changes to allow building images for musl.
- The required host utilities (grub, squashfs-tools and xorriso) are now
installed for the host os, this way we don't have to make tricks for
dsos to work.

- The cachedir is now by default set to $PWD/xbps-cachedir-$arch, this way
packages for the host and the target don't conflict.

- Due to the changes above it's now possible to build musl images without
having musl-bootstrap installed, previously it was necessary.
2015-05-29 09:21:11 +02:00
Juan RP 9b4819f33a installer: make remote install work with musl live images. 2015-05-27 17:24:48 +02:00
Juan RP 00dda59b0b mklive: remove modesetting workaround for musl, intel(4) works again. 2015-05-27 16:49:33 +02:00
Juan RP ae8d2e93eb Merge pull request #31 from pullmoll/master
mkimage.sh: fix partition size + toggle boot flag
2015-05-27 08:38:07 +02:00
jbu a7f094439b mkimage.sh: fix partition size + toggle boot flag 2015-05-26 13:44:13 +02:00
Juan RP 91c7d09305 mkrootfs: fix previous. 2015-05-26 11:20:30 +02:00
Juan RP b77a40785e mkrootfs: accept *-musl for any platform. 2015-05-26 11:19:39 +02:00
Juan RP 41fbde8a5b mk{image,rootfs}: accept musl targets and fix image creation with two partitions. 2015-05-26 11:00:52 +02:00
Juan RP b1e2685aef dracut/display-manager-autologin: autologin to i3 if found. 2015-05-25 09:22:27 +02:00
Juan RP af2fcf925a mklive: force modesetting on musl for now.
intel and radeon drivers are currently broken with musl (segmentation fault
in OsLookupColor()).
2015-05-24 08:35:56 +02:00
Juan RP bf37f6f5c6 build-x86-images: added kde image, but don't hook it up yet. 2015-05-24 07:38:46 +02:00
Juan RP 5962f489e0 dracut/display-manager-autologin.sh: enable kdm autologin. 2015-05-24 07:36:42 +02:00
Juan RP 3845a5b429 mkrootfs: add cubietruck platform. 2015-05-22 09:33:32 +02:00
Juan RP 3ab4ba77d0 installer: remove partx(8) use; cfdisk should be enough. 2015-05-22 07:35:31 +02:00
Juan RP d6e7c1653d installer: remove void-installer in local installation. 2015-05-22 07:29:15 +02:00
Juan RP d95e13b4aa mkimage: bananapi-uboot still assumes fat partition. 2015-05-21 12:16:25 +02:00
Juan RP 1bd3d55b05 mkimage: on bpi, cubie{board2,truck} we don't need a FAT partition. 2015-05-21 12:12:17 +02:00
Juan RP fc31e013a3 mkrootfs: fix -r order. 2015-05-20 19:18:05 +02:00
Juan RP d177ef47d6 Merge pull request #27 from pullmoll/master
installer.sh.in: really fix the md parsing
2015-05-20 11:23:10 +02:00
Juan RP b231ef76f5 installer: update for xbps>=0.43 (close #29). 2015-05-20 10:49:20 +02:00
jbu f3b9e9d2e4 mkimage.sh.in: add cubietruck 2015-05-16 20:16:32 +02:00
jbu ed2337f7c6 build-rootfs.sh.in: add cubietruck 2015-05-16 19:45:51 +02:00
jbu 08b105b511 build-arm-images.sh.in: add cubietruck 2015-05-16 19:42:47 +02:00
jbu 3f0dfe5832 installer.sh.in: really fix the md parsing 2015-05-14 17:52:13 +02:00
Juan RP 0493378c0c dracut: only install memdisk stuff if /usr/bin/memdiskfind exists. 2015-05-08 17:55:36 +02:00
Juan RP 30d9ebece4 Added musl.voidlinux.net RSA pubkey. 2015-05-08 17:25:42 +02:00
Juan RP 037523d1d1 installer: detect /dev/mmcblkX devices. 2015-05-08 16:35:57 +02:00
Juan RP 18fda50245 Merge pull request #26 from pullmoll/master
void-mklive: Fixes for systems with md / lvm2
2015-05-08 07:11:19 +02:00
jbu 944153192b void-mklive: Fixes for systems with md / lvm2
- Add quotes around $TARGET to allow for empty $1 in build-x86-images.sh
- In installer.sh there was $part for md where it should have been $p
- The list of md and lvm partitions should occur just once, thus move it out of the loop
2015-05-08 07:06:26 +02:00
Christian Neukirchen 929175a025 Support for MEMDISK
The .iso can now be booted using Grub (memdisk from Syslinux package):

	linux16 /memdisk
	initrd16 /path/to/iso

As well as from Syslinux:

	LINUX memdisk
	INITRD path/to/iso
2015-05-02 12:16:21 +02:00
Juan RP 1571ef8d44 installer: accept WPA passphrases up to 50 chars. 2015-05-01 10:10:03 +02:00
Juan RP 41e3a6c954 build-{arm-images,rootfs}: added support to build just one platform. 2015-04-30 15:17:33 +02:00
Juan RP f263a250f6 build-x86-images: add firefox/pa to all DE flavours; add support to build X img. 2015-04-30 10:44:33 +02:00
Juan RP 1c6321d1da dracut/services: do not enable the pulseaudio service. 2015-04-29 17:17:48 +02:00
Juan RP 749ed6c3c4 mklive: add a new entry to load image into RAM (grub, syslinux). 2015-04-29 16:50:18 +02:00
Enno Boland 6557b08b4c Merge pull request #23 from Gottox/usbamory
add platform support for USB armory
2015-04-29 16:39:19 +02:00
Enno Boland 8b238fad3f add platform support for USB armory 2015-04-28 17:30:16 +02:00
Juan RP bc5f40d51f COPYING: it's 2015. 2015-04-15 07:33:47 +02:00
Juan RP ad1fb6c388 README: update mklive examples. 2015-04-15 07:33:04 +02:00
Juan RP bc72a0b4cf mklive: use $BASE_ARCH if set for the image filename. 2015-04-15 07:30:18 +02:00
Juan RP 69f299c581 build-x86-images.sh.in: improve the monospace fonts issue. 2015-04-08 10:02:15 +02:00
Juan RP f0592dcd5e dracut/services: do not enable wpa_supplicant. 2015-04-07 10:23:33 +02:00
Juan RP 8ee6fd344b mklive: reconfigure base-files for the kvm group. 2015-04-07 10:23:19 +02:00
Juan RP 6bf0ef18f6 build-rootfs: fix arg order. 2015-02-22 09:46:05 +01:00