about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* mkrootfs: accept -p cubieboard.Juan RP2014-01-261-0/+1
|
* Merge pull request #4 from Gottox/masterJuan RP2014-01-222-6/+13
|\ | | | | Typo fix
| * using xpart instead of losetup -P, as -P is not supported by debian stableroot2014-01-221-5/+12
| | | | | | | | mkfs.vfat thinks it writes to a raw device instead of a partition on debian. force it
| * Merge branch 'master' of https://github.com/voidlinux/void-mkliveroot2014-01-221-1/+1
| |\ | |/ |/|
* | mkrootfs: fix xbps-query -R PKGBASEJuan RP2014-01-221-1/+1
| |
| * Merge branch 'master' of https://github.com/voidlinux/void-mkliveGottox2014-01-221-3/+3
| |\ | |/ |/|
* | mkrootfs: typofix in previous.Juan RP2014-01-221-3/+3
| |
| * typo fixGottox2014-01-221-1/+1
|/
* mkrootfs: replace -R with -C to specify xbps.conf.Juan RP2014-01-221-5/+6
|
* mkrootfs: remove std{err,out} redirs to see cmd output.Juan RP2014-01-221-2/+2
|
* mkrootfs: fix previous.Juan RP2014-01-221-1/+2
|
* mkrootfs: fix xbps-query with remote repos.Juan RP2014-01-221-1/+1
|
* mkrootfs: added -R to set the xbps repository.Juan RP2014-01-221-5/+6
|
* mkimage: create /boot partition at 4096 sectors.Juan RP2014-01-211-1/+1
|
* mkrootfs: added new flags: -k <xbps-keys-dir> and -m <platform> (rpi|odroid*).Juan RP2014-01-211-9/+21
|
* Makefile: generate executable scripts.Juan RP2014-01-111-0/+1
|
* mklive.sh.in: install local installer if available, otherwise the host one.Juan RP2014-01-111-0/+6
|
* mklive.sh: make it work with xbps>=0.27.Juan RP2014-01-111-5/+10
|
* installer: after successfull installation only remove dialog pkg.Juan RP2013-11-141-1/+1
|
* mklive: always use base-system and dialog pkgs to generate the live image.Juan RP2013-11-141-9/+4
|
* vmklive: drop locale.LANG from kernel cmdline, it's always set to en_US.UTF-8.Juan RP2013-11-142-2/+2
|
* mkrootfs: drop systemd dependency; misc tweaks.Juan RP2013-11-121-19/+43
|
* mkimage: check for losetup existence too.Juan RP2013-11-121-1/+1
|
* mkimage: check for mkfs.xxx after setting defaults.Juan RP2013-11-111-6/+6
|
* 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
|