summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)Author
2023-08-29T5522: Add logging for which mksquashfs syntax is being usedApachez
2021-08-02add items for grub setup and enable persistenceKim Hagen
2021-07-29create loop partitions with mknod instead of bind mounting /devKim Hagen
2021-07-28create vyos hdd imageKim Hagen
2021-07-19Enable dm-verity support also for ext filesystemsmasterThore Sommer
2021-07-11Adding dm-verity support for rootfsThore Sommer
2021-03-29Removed filesystem.size for squashfs images.Roland Clobus
2021-03-21Fixed handling of checksums in combination with the d-i installer.Roland Clobus
2021-02-18No mksquashfs progress bar if stdin is not a terminalRyan Finnie
2021-02-17Use --apt-http-proxy/--apt-ftp-proxy for debootstrapRyan Finnie
2021-02-16mkfs.msdos needs at most 32 bits for the -i argument.Roland Clobus
2021-02-14Fix build on architecture without syslinuxLuca Boccassi
2021-02-10lilo is not available any more in Bullseye (and newer), see #973850Roland Clobus
2021-02-10The local LIVE_BUILD wins over the system live-build for the list of udeb exc...Roland Clobus
2021-02-10The local LIVE_BUILD wins over the system live-build for the list of udeb inc...Roland Clobus
2021-01-30binary_syslinux: Do not modify grub theme.txt if grub/splash.png existsRyan Finnie
2021-01-21Fix a small info messageRaphaël Hertzog
2021-01-17Bugfix: do not create /dev/lock and /dev/lock-frontendRoland Clobus
2021-01-16binary_rootfs stage: slightly lower mksquashfs nice levels (19 -> 17)Marcel Partap
2021-01-16binary_rootfs stage: disable mksquashfs progress bar only in quiet modeMarcel Partap
2021-01-15binary_rootfs stage: give custom MKSQUASHFS_OPTIONS precedenceMarcel Partap
2021-01-15Apply SOURCE_DATE_EPOCH to newly generated files and create a logRoland Clobus
2021-01-15Set timestamp in embedded files of the installerRoland Clobus
2021-01-15Set timestamp embedded in EFI filesRoland Clobus
2021-01-15Use SOURCE_DATE_EPOCH for the partition-id of /boot/grub/efi.imgRoland Clobus
2021-01-15Use SOURCE_DATE_EPOCH for the partition-id of /efi.imgRoland Clobus
2021-01-15Use SOURCE_DATE_EPOCH for 'now' in .disk/infoRoland Clobus
2021-01-15Use SOURCE_DATE_EPOCH for 'now' in the boot splash imageRoland Clobus
2021-01-15SOURCE_DATE_EPOCH is always setRoland Clobus
2021-01-13bootstrap_debootstrap: change debootstrap path to /usr/sbin/debootstrapJan Kot
2021-01-12Don't fail if one of the package lists expands to an empty listRaphaël Hertzog
2021-01-11Preserve timestampsRoland Clobus
2021-01-01Preserve timestampsRoland Clobus
2020-12-13Delay resolving the timestamp for the ISO volume to the moment the ISO-image ...Roland Clobus
2020-12-13Bugfix: use minutes instead of month in the time of the modification date fieldRoland Clobus
2020-12-07Bugfix: use minutes instead of month in the time of the modification date fieldRoland Clobus
2020-11-24binary_iso: Execute mkdir binary/.disk before writing to itMatthijs Kooijman
2020-11-18Bugfix: LB_DERIVATIVE was used the wrong way aroundRoland Clobus
2020-10-27Added the option to include files before and after package installationThore Sommer
2020-10-12Option for using systemd-nspawn instead of chroot for hooks.Thore Sommer
2020-10-12Add option to change compression algorithm and level for squashfs.Thore Sommer
2020-10-12For 32bit UEFI secure boot, the package name is grub-efi-ia32-signedMarcel Partap
2020-10-08The sed -e ‘d’ commands with ‘#’ will not work, a slash is needed, fi...Roland Clobus
2020-09-14chroot_apt: fixed adding Pin-Priority (broken in da1fab11)Victor Gavro
2020-06-01Enable arm64 for binary_grub_cfgRyan Finnie
2020-05-30Add initial ppc64el supportRyan Finnie
2020-05-15clean: handle all common optionsLyndon Brown
2020-05-15clean: refactorLyndon Brown
2020-05-05Revert "config: catch and report unexpected arguments"Lyndon Brown
2020-05-05s/Remove_package/Remove_packages/Lyndon Brown