summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
...
* mkimage: make sure to update rootfstype on /boot/cmdline.txt for Raspberry Pi.Juan RP2013-11-111-0/+4
|
* mkimage: allow -r f2fs or any other fs and check we have required cmds.Juan RP2013-11-101-1/+7
|
* mkrootfs: added -p option to add extra pkgs to the rootfs.Juan RP2013-11-101-3/+4
|
* installer: repair local installations.Juan RP2013-10-161-4/+6
|
* Make this work with xbps >= 0.26.Juan RP2013-09-292-2/+3
|
* mkimage: do not force FAT32 for the /boot filesystem.Juan RP2013-09-211-1/+1
| | | | | | | If the FAT partition does not have enough clusters for FAT32, the Raspberry Pi will fail to boot. Fix: let mkfs.vfat choose the FAT type automatically.
* installer: use an infobox when copying live image to target; misc tweaks.Juan RP2013-09-161-7/+9
|
* installer: two more infoboxes after copying image to target; remove useless dir.Juan RP2013-09-141-0/+3
|
* mklive: update conf file with an uptodate pkglist.Juan RP2013-09-141-4/+1
|
* COPYING: sync with reality.Juan RP2013-09-141-1/+2
|
* installer: remove temporary pkgs from target after copying live image.Juan RP2013-08-261-0/+2
|
* Makefile: use short git tag; bump to v21.Juan RP2013-08-231-2/+2
|
* README -> README.mdJuan RP2013-08-221-0/+0
|
* README: update.Juan RP2013-08-221-36/+14
|
* installer: repair network install.Juan RP2013-08-221-25/+33
|
* Makefile: bump to v20.Juan RP2013-08-221-1/+1
|
* installer: after copying live image also generate a new initramfs.Juan RP2013-08-221-0/+2
|
* installer.sh: literally copy live rootfs to the targetdir and cleanup.Juan RP2013-08-221-14/+10
|
* Misc changes to reduce image size.Juan RP2013-08-222-67/+30
| | | | | | | | | | | 1- Stop generating locale via dracut; generate choosen locale at build time. 2- Stop generating a local repository (/packages) to the rootfs. 3- Drop support for -l option. 4- There's no need to copy kernel modules manually anymore. 5- Switch to base-system and some more additional packages to drop base-system-live requirement. WIP! the installer must be updated to copy rootfs files to the targetdir.
* README: update.Juan RP2013-08-111-1/+2
|
* Makefile: install void-mkimage.Juan RP2013-08-111-0/+1
|
* Bump version to v19.Juan RP2013-08-111-1/+1
|
* New void-mkimage script to generate working images with a provided rootfs ↵Juan RP2013-08-111-0/+140
| | | | tarball.
* Add -V option to show version to void-mk{live,rootfs} and installer in the ↵Juan RP2013-08-113-4/+9
| | | | title.
* .gitignore: ignore all .sh files.Juan RP2013-08-111-3/+1
|
* installer: detect xen native domU disks (xvd devices).Juan RP2013-08-101-8/+6
|
* Bump to v18.Juan RP2013-07-291-1/+1
|
* installer: use lsblk(8) to find fs{size,type}; use blkid(8) -o value to find ↵Juan RP2013-07-261-10/+10
| | | | UUID.
* mklive.sh.in: if REPOSITORY_CACHE not set use system default cachedir.Juan RP2013-07-121-6/+5
|
* mklive.sh.in: use -S while installing pkgs for the initramfs.Juan RP2013-07-121-1/+1
|
* Bump version to 17.Juan RP2013-07-121-1/+1
|
* mklive.sh.in: repair support for remote repos.Juan RP2013-07-121-3/+8
|
* mklive.sh.in: add -S to XBPS_ARGS, to make this work with remote repos.Juan RP2013-07-121-1/+1
|
* installer: tyop fix.Juan RP2013-07-011-1/+1
|
* installer: avoid creating a broken dhcpcd.conf.Juan RP2013-07-011-13/+16
|
* Bump version to v16.Juan RP2013-06-121-1/+1
|
* dracut/adduser.sh: fix issue #1.Juan RP2013-06-121-0/+2
| | | | Make sure that systemd uses our getty service modified to autologin with the live user.
* mklive.sh: fix the xorriso efi args (needs -no-emul-boot).Juan RP2013-06-121-1/+1
|
* Bump to v15 for the recent EFI boot fix (tested by ojab).Juan RP2013-06-111-1/+1
|
* Use Fedora way to generate the images with xorriso (-e and ↵Juan RP2013-06-111-1/+1
| | | | -isohybrid-gpt-basdat).
* dracut: chown after chroot to NEWROOT instead.Juan RP2013-06-022-2/+1
|
* dracut/module-setup.sh: need chown(1) for adduser.sh.Juan RP2013-06-021-0/+1
|
* dracut/adduser.sh: fix polkit rules file name.Juan RP2013-06-021-1/+1
|
* mklive: force-add vmklive dracut module and generate a polkit rules file to ↵Juan RP2013-06-022-3/+18
| | | | bypass auth.
* installer: added support for f2fs (Flash-Friendly Filesystem).Juan RP2013-05-231-5/+7
|
* After installing pkgs reconfigure them with systemd-nspawn.Juan RP2013-05-221-2/+2
|
* dracut/copy-initramfs.sh: set $KVER to make this work again.Juan RP2013-05-221-0/+1
|
* dracut/locale.sh: set locale/keymap in newroot config files too.Juan RP2013-05-211-0/+9
|
* mklive: copy kmods from temp rootfs to the final rootfs; remove redundant stuff.Juan RP2013-05-211-15/+4
|
* Set locale.LANG in grub/syslinux config.Juan RP2013-05-212-2/+2
|