summaryrefslogtreecommitdiff
path: root/Meta/build-image-qemu.sh
AgeCommit message (Expand)Author
2022-12-28Meta: Remove i686 targetLiav A
2022-12-20Meta: Tweak shell_include.shNico Weber
2022-12-17Meta: Fix `mke2fs` on MacOSEWouters
2022-12-14Meta: Rename `E2FSCK` => `E2FSCK_PATH`Lucas CHOLLET
2022-12-14Meta: Factorize path resolutionLucas CHOLLET
2022-12-14Meta: Don't depend on sudo for privileged operationsBaitinq
2022-11-24Meta: Look for e2fsck path on build-image-qemu.shBaitinq
2022-11-04Meta: Make file-system resizing work on macOSGunnar Beutner
2022-10-16Meta: Start moving common shell definitions into a common fileTim Schumacher
2022-10-15Meta: Don't tell to run script as root when that's not the actual errordemostanis
2022-07-08Meta: Provide the correct path for `e2fsck` on SerenityOSTim Schumacher
2022-07-08Meta: Use `pls` instead of `sudo` on SerenityOSTim Schumacher
2022-05-24Meta: Shellcheck ignore for our expr use (SC2307)Nathan Wallace
2022-05-08Meta: Remove hardcoded resize2fs executable pathLucas CHOLLET
2022-05-07Meta: Fix shellcheck errors in build-image-qemu.shLinus Groh
2022-05-07Meta: Tweak default disk size calculation to not be as gratuitousLinus Groh
2022-05-07Meta: Allow overriding the default calculated _disk_image sizeLinus Groh
2022-03-30Meta: Fix e2fsck variable on macOS in build-image-qemu.shTom Maisey
2022-02-19Meta: Explicitly set number of available inodes for genext2fsGunnar Beutner
2022-02-05Meta: Fix problematic `e2fsck` behavior (Debian)Στέφανος
2022-02-01Build: Remove hardcoded executable pathLucas CHOLLET
2022-01-28Meta: Check if gdu is part of GNU coreutilsMika Sundland
2022-01-13Meta: Use fuse2fs if available to avoid root when building imageChris Frey
2022-01-13Meta: Use consistent indents in build-image-qemu.shChris Frey
2022-01-13Meta: Do not ignore error message with execChris Frey
2021-12-29Meta+Documentation: Don't rebuild disk image for every run on OpenBSDtuftedocelot
2021-08-18Meta: Assume and find GNU duMartin Åberg
2021-08-18Meta: Create memory disk before mounting it on FreeBSDMartin Åberg
2021-08-13Meta: Tune default QEMU disk sizeJean-Baptiste Boric
2021-07-24Meta: Add Homebrew paths for macOS on M1 to the PATH env variableGunnar Beutner
2021-07-03Meta: Prefer to use the QEMU binaries from the toolchain directoryGunnar Beutner
2021-06-17Meta: Increase additional space for disk imagesGunnar Beutner
2021-05-16Meta: Run 'du' with '--apparent-size', except on macOSSiddharth Kapoor
2021-05-09Meta: Always try genext2fs as fallback to build disk imageEric Butler
2021-04-23Meta: Re-use existing disk image where possibleGunnar Beutner
2021-04-20Everywhere: Replace SERENITY_ROOT with SERENITY_SOURCE_DIRPanagiotis Vasilopoulos
2021-02-14Build: Sprinkle some portability, fix on OpenBSDjoshua stein
2020-10-20Build: Modify various parts to allow the build to succeed on FreeBSDLaurent Cimon
2020-07-28Meta: Fix style of image building scriptsPeter Elliott
2020-07-28Meta: Calculate image size based on size of Build/Root and BasePeter Elliott
2020-06-21Meta: default SUDO_UID and SUDO_GID to 0 in build-image-*.sh scriptsEmanuele Torre
2020-06-21Meta: get rid of sync.sh using the technique used in the previous commitEmanuele Torre
2020-05-22Build: Add DockerfileYonatan Goldschmidt
2020-05-14Build: Switch to CMake :^)Sergey Bugaev