index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Meta
/
build-image-qemu.sh
Age
Commit message (
Expand
)
Author
2022-12-28
Meta: Remove i686 target
Liav A
2022-12-20
Meta: Tweak shell_include.sh
Nico Weber
2022-12-17
Meta: Fix `mke2fs` on MacOS
EWouters
2022-12-14
Meta: Rename `E2FSCK` => `E2FSCK_PATH`
Lucas CHOLLET
2022-12-14
Meta: Factorize path resolution
Lucas CHOLLET
2022-12-14
Meta: Don't depend on sudo for privileged operations
Baitinq
2022-11-24
Meta: Look for e2fsck path on build-image-qemu.sh
Baitinq
2022-11-04
Meta: Make file-system resizing work on macOS
Gunnar Beutner
2022-10-16
Meta: Start moving common shell definitions into a common file
Tim Schumacher
2022-10-15
Meta: Don't tell to run script as root when that's not the actual error
demostanis
2022-07-08
Meta: Provide the correct path for `e2fsck` on SerenityOS
Tim Schumacher
2022-07-08
Meta: Use `pls` instead of `sudo` on SerenityOS
Tim Schumacher
2022-05-24
Meta: Shellcheck ignore for our expr use (SC2307)
Nathan Wallace
2022-05-08
Meta: Remove hardcoded resize2fs executable path
Lucas CHOLLET
2022-05-07
Meta: Fix shellcheck errors in build-image-qemu.sh
Linus Groh
2022-05-07
Meta: Tweak default disk size calculation to not be as gratuitous
Linus Groh
2022-05-07
Meta: Allow overriding the default calculated _disk_image size
Linus Groh
2022-03-30
Meta: Fix e2fsck variable on macOS in build-image-qemu.sh
Tom Maisey
2022-02-19
Meta: Explicitly set number of available inodes for genext2fs
Gunnar Beutner
2022-02-05
Meta: Fix problematic `e2fsck` behavior (Debian)
Στέφανος
2022-02-01
Build: Remove hardcoded executable path
Lucas CHOLLET
2022-01-28
Meta: Check if gdu is part of GNU coreutils
Mika Sundland
2022-01-13
Meta: Use fuse2fs if available to avoid root when building image
Chris Frey
2022-01-13
Meta: Use consistent indents in build-image-qemu.sh
Chris Frey
2022-01-13
Meta: Do not ignore error message with exec
Chris Frey
2021-12-29
Meta+Documentation: Don't rebuild disk image for every run on OpenBSD
tuftedocelot
2021-08-18
Meta: Assume and find GNU du
Martin Åberg
2021-08-18
Meta: Create memory disk before mounting it on FreeBSD
Martin Åberg
2021-08-13
Meta: Tune default QEMU disk size
Jean-Baptiste Boric
2021-07-24
Meta: Add Homebrew paths for macOS on M1 to the PATH env variable
Gunnar Beutner
2021-07-03
Meta: Prefer to use the QEMU binaries from the toolchain directory
Gunnar Beutner
2021-06-17
Meta: Increase additional space for disk images
Gunnar Beutner
2021-05-16
Meta: Run 'du' with '--apparent-size', except on macOS
Siddharth Kapoor
2021-05-09
Meta: Always try genext2fs as fallback to build disk image
Eric Butler
2021-04-23
Meta: Re-use existing disk image where possible
Gunnar Beutner
2021-04-20
Everywhere: Replace SERENITY_ROOT with SERENITY_SOURCE_DIR
Panagiotis Vasilopoulos
2021-02-14
Build: Sprinkle some portability, fix on OpenBSD
joshua stein
2020-10-20
Build: Modify various parts to allow the build to succeed on FreeBSD
Laurent Cimon
2020-07-28
Meta: Fix style of image building scripts
Peter Elliott
2020-07-28
Meta: Calculate image size based on size of Build/Root and Base
Peter Elliott
2020-06-21
Meta: default SUDO_UID and SUDO_GID to 0 in build-image-*.sh scripts
Emanuele Torre
2020-06-21
Meta: get rid of sync.sh using the technique used in the previous commit
Emanuele Torre
2020-05-22
Build: Add Dockerfile
Yonatan Goldschmidt
2020-05-14
Build: Switch to CMake :^)
Sergey Bugaev