aboutsummaryrefslogtreecommitdiffstats
path: root/export-image
Commit message (Collapse)AuthorAgeFilesLines
* export-image: don't round up if already a multiple of 4MBSerge Schneider2018-03-011-1/+1
| | | | Fixes #156
* make root filesystem 4M aligned (#154)James Ruan2018-03-011-1/+2
|
* Remove ld.so.preload and policy-rc.d changesSerge Schneider2018-03-013-17/+0
|
* Round image size up to nearest 4M blockSerge Schneider2017-11-241-1/+2
|
* Remove /etc/vnc/updateid when finalisingAndrew Wedgbury2017-11-221-0/+1
|
* Fix typo in export-imageXECDesign2017-11-071-1/+1
| | | Fixes #132
* Label root partitionXECDesign2017-11-061-1/+1
| | | Fixes #131
* [adding] qemu emulation layout to test images with qemuJacen2017-09-141-2/+4
|
* export-image: when work in a non-English locale environment the PARTUUID ↵James Ruan2017-08-311-1/+1
| | | | | | | | will silently fail, resulting to an unbootable image file. (#96) * use dd and xxd to get disk identifier * add xxd as dependency
* Disable 64bit filesystem featureSerge Schneider2017-08-111-3/+5
|
* export-image: generate .info fileSerge Schneider2017-07-281-1/+21
|
* Switch to StretchSerge Schneider2017-07-281-3/+3
|
* Corrected various typos (#91)TJ Rana2017-07-274-1/+4
| | | | | | | | | | * Rename License.md to LICENSE * Correct typos * Clean up code layout Organize layout with extra lines
* Export-image: Only disable metadata_csum feature if it's possibly enabled.Russ Kubes2017-07-171-1/+5
|
* Export-image: disable metadata_csum for compatibility with older SD card copiersSerge Schneider2017-07-031-1/+1
|
* export-image: increase free space padding2017-06-21-raspbian-jessieSerge Schneider2017-06-211-1/+1
|
* export-image: switch from fallocate to truncateSerge Schneider2017-06-211-1/+1
|
* export-image: use apparent size when calculating disk usageSerge Schneider2017-06-201-2/+2
|
* stage4: add /etc/mtab symlinkSerge Schneider2017-05-151-0/+2
|
* Clean up clean upSerge Schneider2017-04-032-6/+29
|
* Switch to PARTUUIDSerge Schneider2017-03-073-0/+12
|
* export-image: Format /boot as FAT32Serge Schneider2017-03-061-1/+1
|
* Added Docker support (#40)Claus F. Strasburger2017-01-231-3/+15
| | | | | | | | | | | | | * Added Docker support - replaced necessity for devicemapper (through kpartx) by using parted and losetup with offsets - added Dockerfile - added dependency for parted and grep - added hints to README.md - common: loop through unmounts, fix shellcheck warnings * stage2: use debconf instead of console-setup patch. Fixes #41
* Use capsh to ensure file capabilities aren't setSerge Schneider2016-11-142-2/+2
|
* Fix .config permissionsSerge Schneider2016-11-141-0/+4
|
* rsync single file system (#25)chz^32016-10-091-1/+1
| | | | If proc is mounted in rootfs (e.g., via chroot), rsync will try copying kcore when permitted to cross file system boundaries.
* hardlink documentationSerge Schneider2016-05-191-0/+1
|
* ReworkSerge Schneider2016-05-0510-0/+190