| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'reducedro' into reducedro_zfs | Sven Gothel | 2021-07-22 | 8 | -18/+208 |
|\ |
|
| * | Update config scripts (remove 'Jau' and add most simple 'light' target configs) | Sven Gothel | 2021-07-22 | 5 | -3/+97 |
| * | make_bootable_image: Mutable images require UUID in fstab and kernel cmdline ... | Sven Gothel | 2021-07-22 | 1 | -15/+16 |
| * | Add lightxdev (mutable images) config files for debian-amd64 | Sven Gothel | 2021-07-22 | 2 | -0/+95 |
* | | Merge branch 'reducedro' into reducedro_zfs | Sven Gothel | 2021-07-22 | 3 | -8/+33 |
|\| |
|
| * | Refine boot process of build target and allow config of /boot fstype and moun... | Sven Gothel | 2021-07-22 | 3 | -8/+33 |
* | | Add stage_rescuezfs, adding prepared zfs-linux-2.0.5-1 debian10 and debian11 ... | Sven Gothel | 2021-07-18 | 2 | -0/+96 |
|/ |
|
* | Fix stage3b (split to stage3b_lxde and stage3b_kde alternatives); Misc changes: | Sven Gothel | 2021-07-18 | 5 | -26/+22 |
* | Custom personal build config 02 + 03: Only produce stage2 (developer test) | Sven Gothel | 2021-07-18 | 2 | -1/+3 |
* | multi-arch/boot: Handle GRUB boot-code images, showcase full feature via 'mak... | Sven Gothel | 2021-07-18 | 3 | -0/+179 |
* | Bump example config files .. (hostname matched project, version) | Sven Gothel | 2021-07-18 | 6 | -12/+12 |
* | Use $BASH_SOURCE[0] instead of $0 | Sven Gothel | 2021-07-18 | 1 | -1/+1 |
* | Enhance NBD/Image handling via imagetool.sh (use reusable stateless functions... | Sven Gothel | 2021-07-18 | 2 | -32/+303 |
* | Remove obsolete tagging scripts to SKIP stages and image creation | Sven Gothel | 2021-07-18 | 2 | -54/+0 |
* | multi-arch: Support vanilla Debian for 'amd64' and 'i386' architecture incl. ... | Sven Gothel | 2021-07-17 | 10 | -43/+287 |
* | qcow2_handling: Use fixed PART_NO (at least a variable) | Sven Gothel | 2021-07-09 | 1 | -2/+3 |
* | scripts/qcow2_handling: Reactivate partition resizing (Fix PART_START grep fo... | Sven Gothel | 2021-07-09 | 1 | -7/+6 |
* | scripts/chroot-example.sh: Adding example how to use the qcow2 image chroot f... | Sven Gothel | 2021-07-09 | 1 | -0/+24 |
* | Add stage3a_dev: Image '-litexdev', developer system on top of stage3a; Clean... | Sven Gothel | 2021-07-09 | 3 | -2/+9 |
* | build example rw rootfs: Don't use REDUCED_FOOTPRINT for writable rootfs (exp... | Sven Gothel | 2021-07-09 | 1 | -1/+1 |
* | bullseye: scripts/0[12]-build*: Move to 'bullseye' | Sven Gothel | 2021-07-09 | 2 | -4/+4 |
* | skip/unskip: Add stage3[ab] SKIP_IMAGES | Sven Gothel | 2021-07-09 | 2 | -0/+4 |
* | qcow2_handling mkfs.ext4: Reenable dropping 'huge_file' feature and 'has_jour... | Sven Gothel | 2021-07-09 | 1 | -3/+3 |
* | Fix he build scripts (generic), no APT_PROXY by default (personal anyways) ..... | Sven Gothel | 2021-07-09 | 2 | -4/+4 |
* | Enable EXPORT_IMAGE for stage3a '-litex', useful for basic xorg no-desktop in... | Sven Gothel | 2021-07-09 | 2 | -0/+53 |
* | None ROOTFS_RO: Only use 250 MiB vfat boot parition (as in arm64 branch) | Sven Gothel | 2021-07-08 | 1 | -2/+13 |
* | mkfs.ext4: Only set reserved-blocks-percentage to zero if ROOTFS_RO is set | Sven Gothel | 2021-07-08 | 1 | -1/+5 |
* | install-deps: Add fatattr | Sven Gothel | 2021-07-06 | 1 | -1/+1 |
* | 01-build.sh: Use CUSTOM_NAME for IMG_NAME and WORK_DIR | Sven Gothel | 2021-07-04 | 1 | -3/+5 |
* | Add CUSTOM_NAME and CUSTOM_VERSION for print_issue(); Add simple install-depe... | Sven Gothel | 2021-07-04 | 3 | -1/+55 |
* | scripts: Add convenient scripts to skip or unskip all stages | Sven Gothel | 2021-07-04 | 2 | -0/+44 |
* | Fix qcow2_handling make_boot*: cmdline.txt is below sys_arm64_000 | Sven Gothel | 2021-07-04 | 1 | -2/+2 |
* | qemu-debootstrap is deprecated, using debootstrap directly | Sven Gothel | 2021-07-04 | 1 | -3/+5 |
* | ROOTFS_RO: export_image: Cleanup and consider read-only or mutable rootfs... | Sven Gothel | 2021-07-04 | 1 | -9/+3 |
* | qcow2_handling: Drop 3rd partition for 2nd rootfs; Now we are back to size th... | Sven Gothel | 2021-07-04 | 1 | -36/+30 |
* | apt install package* file: Remove leading space, fix for all comments empty p... | Sven Gothel | 2021-07-02 | 1 | -0/+1 |
* | chroot: use UTF8 and set LC_* | Sven Gothel | 2021-07-02 | 1 | -0/+6 |
* | ro: drop data partition; Use /dev/mmcblk0p[12] for generic deployment (export... | Sven Gothel | 2021-07-02 | 1 | -38/+34 |
* | qcow2_handling: Add more robustness, make imagetool.sh more usable (add raw-i... | Sven Gothel | 2021-07-01 | 1 | -4/+56 |
* | ro: Adapt new 15200 MiB for 16GB sdcard layout, store raw rootfs image with r... | Sven Gothel | 2021-06-28 | 1 | -17/+31 |
* | Zafena: Branding of 'etc/rpi-issue` ; Add 'Zafena version' | Sven Gothel | 2021-06-28 | 1 | -1/+2 |
* | Refine '/etc/rpi-issue' file: Use full UTC date and list all packages etc (me... | Sven Gothel | 2021-06-28 | 1 | -3/+20 |
* | ro: export the raw image of rootfs (export-image, qcow2_handling's make_boota... | Sven Gothel | 2021-06-28 | 1 | -0/+44 |
* | ro: Use sdcard layout 'Image-B' 1 boot (250MB), 2 data (1GB), 3 rootfs1 (4GB)... | Sven Gothel | 2021-06-28 | 1 | -51/+79 |
* | ro: Inject overlayfs, using DATADEV '/data' partition as 'upper'; Disable roo... | Sven Gothel | 2021-06-26 | 1 | -0/+1 |
* | ro: new partition layout: 1 boot, 2 data, 3 rootfs (ro) | Sven Gothel | 2021-06-26 | 1 | -7/+28 |
* | Merge remote-tracking branch 'upstream/master' into arm64arm64 | Serge Schneider | 2021-06-22 | 1 | -2/+4 |
|\ |
|
| * | Copy debootstrap.log on failure | Serge Schneider | 2021-06-22 | 1 | -2/+4 |
* | | Merge branch 'master' into arm64 | Serge Schneider | 2021-03-04 | 1 | -0/+256 |
|\| |
|
| * | Add QCOW2 build mechanism (#349) | Holger Pandel | 2021-02-10 | 1 | -0/+256 |