67 Commits (master)

Author SHA1 Message Date
  Nagy Károly Gábriel 30089f0408
toolchain: make the rootfs creation less chatty 3 years ago
  Nagy Károly Gábriel 5232c84900 docker: simplified output, now uses archives not sandbox. 7 years ago
  Nagy Károly Gábriel 58f9eea90e target: added docker rootfs output support 7 years ago
  Alejandro Mery 8d868893c4 squashfs: don't check for /init - meaningless for these images 12 years ago
  Alejandro Mery 5d9732d072 squashfs: introduced $SQUASHFS_REMOVE_EMPTY_DIRS and $SQUASHFS_REMOVE_BROKEN_LINKS 12 years ago
  Alejandro Mery 13b79da9dd squashfs: changed squashfs_install_overlay() to receive the targetdir as $1 12 years ago
  Christian Wiese 914a303f12 squashfs: only remove /boot from squashfs image 12 years ago
  Christian Wiese fb2a671cae squashfs: fixed build.sh to exclude /boot 12 years ago
  Christian Wiese 04fa1ab4d3 squashfs/build.sh: changed to not remove empty directories and to not remove broken symlinks 12 years ago
  Christian Wiese 1938495373 target/share/squashfs: added the possibility to choose the compressor 12 years ago
  Christian Wiese 2c43a9c9fa target/share/squashfs: changed to remove prior generated squashfs image files 12 years ago
  Christian Wiese 9ccf551857 target: added squashfs output support 12 years ago
  Alejandro Mery 0dda5ee522 initramfs: changed initramfs_install_overlay() to receive the targetdir as $1 12 years ago
  Alejandro Mery 96e9a848a4 initramfs: s/folders/directories/g 13 years ago
  Alejandro Mery 3966674508 sde-config: changed target description extraction to use get_field() 13 years ago
  Alejandro Mery 715d8d6f69 install: changed to handle mkinitramfs 14 years ago
  Alejandro Mery 30a4a1584a install: sed -e 's/udevsettle/udevadm settle/g' -e 's/udevtrigger/udevadm trigger/' 15 years ago
  Alejandro Mery 0f5a0aa382 initramfs: changed pack_and_push.sh to use inplace when uploading 15 years ago
  Alejandro Mery b72b7c9e38 initramfs: made pack_and_push create images using the suffix instead of only uploading them by that name 15 years ago
  Alejandro Mery 2e1bea6266 initramfs: enhanced pack_and_push.sh to support a -f option to force mkinitramfs, and sudo support to run rsync as the user when called using sudo 15 years ago
  Alejandro Mery 4d6418d74e initramfs: changed pack_and_push.sh to not hide rsync output 15 years ago
  Alejandro Mery 7abbc5fcdd initramfs: changed pack_and_push.sh to do a single rsync call 15 years ago
  Alejandro Mery 0af7c2805c initramfs: enhanced pack_and_push.sh to only `mkinitramfs` when needed 15 years ago
  Alejandro Mery 5a7e812114 initramfs: added pack_and_push.sh helper, which first uses mkinitramfs and the rsync 15 years ago
  Alejandro Mery 8a3b76df62 initramfs: Changed broken links checker to skip /dev 15 years ago
  Alejandro Mery 5298b255d8 initramfs: Enhanced to support symlinks to symlinks 15 years ago
  Alejandro Mery 481d90b695 [initramfs] Enhanced output format to run `ldconfig` if etc/ld.so.conf is present 15 years ago
  Nagy Karoly Gabriel 37c3d7d9ce [opensde] improved build_stage2.sh to recognise util-linux-ng 15 years ago
  Alejandro Mery efa2d66f0d [initramfs] Improved to detect and remove broken symlinks 16 years ago
  Alejandro Mery 4e196129e5 Moved initramfs output format's initramfs_install_overlay to a global lib/overlay/overlay-functions.in under the name of overlay_apply 16 years ago
  Alejandro Mery 0f27e0fa2a Added to ./target/share/initramfs/build.sh missing code to evaluate INITRAMFS_POSTOVERLAY_HOOK 16 years ago
  Alejandro Mery b13e8172fc Changed target/share/initramfs/build.sh to build the cpio using find . instead of find * 16 years ago
  Alejandro Mery d15cdfd9e1 Fixed initramfs_install_overlay() to delete files before overriding them, because if they are symlinks the referenced file gets replaced. ow! 16 years ago
  Alejandro Mery c3685c62d6 Changed livecd output format to use boot_cd_*() instead of arch_boot_cd_*() 16 years ago
  Alejandro Mery 80624c5708 Changed install output format to use boot_cd_*() instead of arch_boot_cd_*() 16 years ago
  Alejandro Mery d18076c802 Deleted target/share/boot.in in favor of lib/boot/boot.in 16 years ago
  Alejandro Mery 0c4cc8c4b0 Changed install and livecd output formats to use lib/boot/boot.in instead of target/share/boot.in 16 years ago
  Alejandro Mery 666897dac1 Changed target/share/install/init to use only udev, and not hardcode any modprobe 16 years ago
  Christian Wiese bc1fa971ac Remove hotplug++ from 2nd stage image 16 years ago
  Alejandro Mery af30fe6fe5 Removed even more superfluous ""s and ''s 16 years ago
  Alejandro Mery e5439a1f56 Improved initramfs output format's initramfs_install_overlay() to create the directory of the file to inject if it's new 16 years ago
  Alejandro Mery 5bf5dbfacb Improved initramfs output format by not removing empty folders from /srv, /root and /var neither 16 years ago
  Alejandro Mery aba629a15e Improved initramfs output format to support .ln overlay files as symlinks, including the referenced location as content 16 years ago
  Alejandro Mery b440483344 Fixed typo in target/share/initramfs/build.sh to evaluate INITRAMFS_POSTINSTALL_HOOK correctly 16 years ago
  Alejandro Mery 95ab330f91 Improved initramfs output format to exclude by default aclocal/, opt/*/{doc,info,man} and gtk-doc/ and to not remove empty dirs from /dev 16 years ago
  Alejandro Mery a4e549bf3f Changed initramfs_install_flist() to not hardcode any sed argument 16 years ago
  Alejandro Mery f420cee6a1 Improved initramfs_install_overlay() to set the right file modes of the injected files 16 years ago
  Alejandro Mery 658e3597e6 Changed target/share/initramfs to use $rootfs instead of $initrddir, it's clearer 16 years ago
  Alejandro Mery a8719e9fab Cleaned target/share/initramfs/build.sh, and introduced target/share/initramfs.in library for reusable functions 16 years ago
  Alejandro Mery dff6a79940 Improved initramfs output format to accept dynamic binaries when CONFIG_STATIC != 1 16 years ago