Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add Debian 12 package files, analog to Debian 1120221016-reducedro | Sven Gothel | 2022-10-16 | 1 | -0/+1 |
| | |||||
* | TARGET_RASPI and TARGET_ARCH=armhf: Disable 'arm_64bit=1' in config.txt files | Sven Gothel | 2021-08-05 | 1 | -0/+3 |
| | |||||
* | Raspi cmdline: Be quiet | Sven Gothel | 2021-07-18 | 1 | -1/+1 |
| | |||||
* | multi-arch: Support vanilla Debian for 'amd64' and 'i386' architecture incl. ↵ | Sven Gothel | 2021-07-17 | 3 | -3/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | loop_rootfs using grub (WIP) - Generic packages: nn-packages[-RELEASE] (using the optional '-RELEASE' variant) - System packages: nn-packages-sys-(raspi|debian)[-RELEASE] (using the optional '-RELEASE' variant), allow to distinguish not only for the RELEASE but the actual underlying distribution. - On debian amd64, all required usb-storage etc modules are loaded for loop_rootfs/initrd - loop_rootfs works on Raspi (Proprietary Bootloader) as well as on Debian (Grub Bootloader) - loop_rootfs uses the first vfat block-device partition for /boot - /boot will be mounted by loop_rootfs and handed over to new root-mount-point, this avoids issues of using an undefined /boot partition (but the first) - rotatelog_init_rootfs: Rotates /boot/init_rootfs.log if having more than 500 lines - FIX export-image: Copy the rootfs.img to the exported full image, which allows testing the image directly via qemu .. etc. | ||||
* | ROOTFS_RO: Make rootfs read-only optional (re-align with arm64 branch) | Sven Gothel | 2021-07-04 | 2 | -17/+1 |
| | |||||
* | stage1 fstab: commented-out, but add ',noauto' still .. | Sven Gothel | 2021-07-02 | 1 | -1/+1 |
| | |||||
* | ro: drop data partition; Use /dev/mmcblk0p[12] for generic deployment ↵ | Sven Gothel | 2021-07-02 | 1 | -1/+3 |
| | | | | (export-image, make_bootable); Add 'sdcard' folder in DEPLOY_DIR | ||||
* | disable swap | Sven Gothel | 2021-07-01 | 2 | -7/+7 |
| | |||||
* | ro: Move overlay handling stage1 -> stage2 (creation, as overlay_mount is ↵ | Sven Gothel | 2021-07-01 | 2 | -17/+0 |
| | | | | located there already) | ||||
* | ro: Refine /etc/init.d/overlay_mount and give explicit options to /data in fstab | Sven Gothel | 2021-06-27 | 1 | -1/+1 |
| | | | | | | | | | | The systemd service overlay_mount works as is, i.e. mounts /data at boot and mounts the overlays. However, systemdctl shows a failed execution due to already mounted /data. Hence I have to assume this service has been executed more than once. Well .. | ||||
* | Replace `dphys-swapfile` with static 200MB `/data/swapfile` | Sven Gothel | 2021-06-27 | 2 | -0/+11 |
| | |||||
* | ro: Inject overlayfs, using DATADEV '/data' partition as 'upper'; Disable ↵ | Sven Gothel | 2021-06-26 | 2 | -2/+21 |
| | | | | | | | | | | | | rootfs resize @ init (1st boot) /etc/fstab didn't work to mount the overlayfs (boot freeze due to some dependencies). Hence we use our own 'overlay_mount.service' Before 'local_fs.target', which mounts '/data' and its overlays. We also disable rootfs resize @ init (1st boot), since the rootfs is immutable from here on. | ||||
* | ro: new partition layout: 1 boot, 2 data, 3 rootfs (ro) | Sven Gothel | 2021-06-26 | 1 | -1/+2 |
| | |||||
* | Switch to KMS | Serge Schneider | 2020-12-15 | 1 | -2/+2 |
| | |||||
* | Switch to FKMS | Serge Schneider | 2020-07-30 | 1 | -2/+2 |
| | |||||
* | Package changes | Serge Schneider | 2020-07-30 | 1 | -2/+2 |
| | | | | | | | | Install vlc Remove realvnc server Switch to Full KMS | ||||
* | aarch64 | Serge Schneider | 2020-07-30 | 1 | -4/+1 |
| | |||||
* | Rename HOSTNAME variable to TARGET_HOSTNAME | Serge Schneider | 2020-01-21 | 1 | -2/+2 |
| | | | | Bash sets the HOSTNAME variable, overriding our default | ||||
* | Add hostname to /etc/hosts | Serge Schneider | 2019-11-06 | 3 | -10/+1 |
| | |||||
* | Added hostname parameter | Rene Klootwijk | 2019-11-05 | 2 | -2/+1 |
| | |||||
* | Update config.txt to replace lirc-rpi with gpio-ir (#328) | fpicalausa | 2019-09-23 | 1 | -2/+3 |
| | | | | | | The example for enabling IR transmission in `/boot/config.txt` is still using the deprecated `lirc-rpi` overlay. The documentation in `/boot/overlays/README` indicates that this overlay has been deprecated in favor of `gpio-ir` / `gpio-ir-tx`. This updates the actual config.txt to suggest `gpio-ir` instead of `lirc-rpi`. | ||||
* | cmdline.txt: remove dwc_otg.lpm_enable=0 | Serge Schneider | 2019-08-14 | 1 | -1/+1 |
| | |||||
* | Remove unused interfaces file (#322) | Christophe Hurpeau | 2019-08-11 | 1 | -4/+0 |
| | |||||
* | Remove obsolete IPv6 turnoff (#300) | Ondřej Caletka | 2019-07-01 | 2 | -4/+0 |
| | | | | | | | | Turning off IPv6 by aliasing `net-pf-10` to `off` does not work anymore. Also, turning off IPv6 on system level breaks apps depending on IPv6 loopback or IPv6 link-local addresssing and creates issues in both dual-stack and IPv6-only environments. Signed-off-by: Ondřej Caletka <[email protected]> | ||||
* | config.txt: Enable FKMS and set max_framebuffers=2 in [pi4] | Serge Schneider | 2019-06-07 | 1 | -0/+8 |
| | |||||
* | Allow setting user name and password from config | Sam Tygier | 2018-12-21 | 1 | -3/+3 |
| | | | | | | Add FIRST_USER_NAME and FIRST_USER_PASS variables that can be set in the config (or enviroment). Defaults to the standard pi and raspberry. | ||||
* | stage1: add missing netbase package to the net-tweaks sub stage | Hugo Hromic | 2018-05-08 | 1 | -0/+1 |
| | |||||
* | shellcheck | Serge Schneider | 2018-03-13 | 4 | -9/+9 |
| | |||||
* | Remove ld.so.preload and policy-rc.d changes | Serge Schneider | 2018-03-01 | 2 | -4/+0 |
| | |||||
* | stage1: fix symlink creation | Serge Schneider | 2017-08-31 | 1 | -1/+1 |
| | | | | Fixes #100 | ||||
* | Disable predictable network interface names | Serge Schneider | 2017-08-21 | 1 | -3/+1 |
| | |||||
* | Switch to Stretch | Serge Schneider | 2017-07-28 | 3 | -15/+0 |
| | |||||
* | Corrected various typos (#91) | TJ Rana | 2017-07-27 | 2 | -0/+2 |
| | | | | | | | | | | * Rename License.md to LICENSE * Correct typos * Clean up code layout Organize layout with extra lines | ||||
* | Shorten config.txt url | Ben Nuttall | 2017-05-10 | 1 | -1/+1 |
| | | | Because why not? :) | ||||
* | config.txt: update documentation URL | Serge Schneider | 2017-03-13 | 1 | -1/+1 |
| | |||||
* | Switch to PARTUUID | Serge Schneider | 2017-03-07 | 2 | -3/+3 |
| | |||||
* | Use capsh to ensure file capabilities aren't set | Serge Schneider | 2016-11-14 | 2 | -2/+2 |
| | |||||
* | Rework | Serge Schneider | 2016-05-05 | 1 | -2/+2 |
| | |||||
* | Add Raspbian stages | Serge Schneider | 2016-04-11 | 18 | -0/+164 |