Commit Graph

461 Commits

Author SHA1 Message Date
Juan RP eddedc275d dracut/dm-autologin: autostart lxqt if available. 2015-07-30 07:41:47 +02:00
Juan RP 96e5d154d2 Merge pull request #38 from thypon/dockstar
mkrootfs: add dockstar support
2015-07-23 07:33:13 +02:00
Andrea Brancaleoni 8a42aecd3f mkrootfs: add dockstar support 2015-07-18 16:44:49 +02:00
Juan RP e514350f88 mklive: install GRUB EFI loader as EFI/BOOT/BOOTX64.EFI.
There are some EFI firmwares that expect the loader to be in that
location and being uppercase, so that there more chances to make this
boot on more systems.
2015-07-12 08:48:08 +02:00
Juan RP 202c0c17e5 build-x86-images: add gnome-keyring to cinnamon/mate/xfce images.
... otherwise network-manager-applet won't be able to work correctly.

Thanks to Pessimist on IRC for the notice.
2015-06-30 18:17:22 +02:00
Juan RP 6c79637e0f build-x86-images: add firefox now it's available for musl. 2015-06-12 15:24:36 +02:00
Juan RP 99de4e9f93 build-arm-images: respect musl targets. 2015-06-12 11:02:30 +02:00
Juan RP 391e50f0c2 mkimage: consistently redirect std{err,out} to /dev/null with dd(1). 2015-06-12 10:59:23 +02:00
Juan RP 288406151b build-arm-images: disable cubietruck for now; does not boot. 2015-06-12 10:34:38 +02:00
Juan RP 8dfb5efab8 build-arm-images: build all ARM images for glibc and musl. 2015-06-12 10:29:31 +02:00
Juan RP 539ed0703a mkrootfs: get rid of pixz; fix rpi target arch. 2015-06-12 10:28:40 +02:00
Juan RP 1b010f1a4c mkrootfs: set cachedir to $PWD/xbps-cachedir-<arch>; misc tweaks for musl. 2015-06-12 10:09:48 +02:00
Juan RP 9261876718 mkrootfs: update for musl support. 2015-06-11 11:36:14 +02:00
Juan RP 7d41efdb09 build-x86-images: do not build the kde image; does not work yet. 2015-06-08 15:48:23 +02:00
Duncaen 429170afbd mkrootfs: fix rpi2 target 2015-06-07 22:36:36 +02:00
Juan RP b12ccf4597 build-x86-images: add -a arch and -b image (if unset builds all images). 2015-06-07 12:31:59 +02:00
Juan RP 4c81ceefdd build-arm-images: build all rootfs/images. 2015-06-07 12:31:45 +02:00
Juan RP 42b599fa97 mkrootfs: update for xbps-0.45. 2015-06-07 12:31:30 +02:00
Juan RP 52c027ad0c mklive: use $BASE_ARCH where it's required. 2015-06-04 09:13:30 +02:00
Juan RP 70b6bae1e9 build-x86-images: don't shift without args; xfce image needs gnome-themes-standard. 2015-06-04 08:11:06 +02:00
Juan RP 9f809e5211 installer: repair configuration of pkgs with network installation.
Close #28
2015-06-03 14:36:04 +02:00
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