aboutsummaryrefslogtreecommitdiff
path: root/archiso/mkarchiso
Commit message (Expand)AuthorAgeFilesLines
* Fixing issues with variable quoting and arraysDavid Runge2020-06-301-23/+40
* Introducing shellcheck in gitlab CIDavid Runge2020-06-291-31/+34
* add zstd in supported squashfs compression listChristian Hesse2019-09-031-1/+1
* make sure the root filesystem is owned by rootChristian Hesse2019-01-091-0/+1
* generate pkglist with query (not sync) operationChristian Hesse2018-07-261-2/+1
* [archiso] Drop --config when using --sysrootGerardo Exequiel Pozzi2018-06-251-1/+1
* [archiso] Use --sysroot when list installed packages.Gerardo Exequiel Pozzi2018-06-241-1/+1
* Ensure correct umask for scriptsGerardo Exequiel Pozzi2018-06-231-0/+2
* Drop the '-d' from pacstrap callsSean Enck via arch-releng2018-06-171-2/+2
* use a stronger hashing algorithmChristian Hesse2017-10-171-1/+1
* Fix non-signed buildsGerardo Exequiel Pozzi2016-03-011-1/+3
* Optionally sign the squashfs files with gpgThomas Bächler2016-02-281-1/+12
* [archiso] mkarchiso: Switch to overlayfs by defaultGerardo Exequiel Pozzi2015-09-281-1/+1
* explicitly detach loop device on umountChristian Hesse2015-04-211-1/+1
* [archiso] Add optional OverlayFS supportGerardo Exequiel Pozzi2015-01-271-4/+30
* [archiso] Disable ext4 resize_inode on airootfs.Gerardo Exequiel Pozzi2014-08-221-1/+1
* [archiso] Rework checksum functionGerardo Exequiel Pozzi2014-06-281-22/+8
* [archiso] _chroot_init() remove "already runned" logicGerardo Exequiel Pozzi2014-06-281-7/+2
* [archiso] command_install() remove "already executed" logicGerardo Exequiel Pozzi2014-06-281-8/+1
* [archiso] Minor changeGerardo Exequiel Pozzi2014-06-281-3/+1
* [archiso] Remove _is_directory_changed()Gerardo Exequiel Pozzi2014-06-281-64/+32
* [archiso] Rework _mount_fs() to _mount_airootfs() same for umountGerardo Exequiel Pozzi2014-06-281-30/+13
* [archiso] Merge _mkfs() and _mksfs() in _mkairootfs()Gerardo Exequiel Pozzi2014-06-281-48/+21
* [archiso] rename airootfs.fs.sfs to airootfs.sfsGerardo Exequiel Pozzi2014-06-281-6/+6
* [archiso] Drop aitab supportGerardo Exequiel Pozzi2014-06-281-34/+14
* [archiso] mkarchiso: Add -c switch to specify squashfs compression type.Gerardo Exequiel Pozzi2014-06-281-7/+9
* [archiso] Always use a 32GiB filesystem size for airootfsGerardo Exequiel Pozzi2014-06-281-21/+3
* [archiso] mkarchiso: Only use ext4 as filesystem for airootfsGerardo Exequiel Pozzi2014-06-281-29/+6
* [archiso] Rename root-image to airootfsGerardo Exequiel Pozzi2014-06-281-27/+27
* [archiso] mkarchiso: init cmd: test for file instead of directoryGerardo Exequiel Pozzi2013-10-021-1/+4
* [archiso] mkarchiso: use arch-install-scripts instead of own functionsGerardo Exequiel Pozzi2013-09-211-37/+6
* [configs/releng] explicit set 'Storage=volatile' for journaldGerardo Exequiel Pozzi2013-09-211-5/+1
* [archiso] Add support to isohybrid-gpt for EFI bootGerardo Exequiel Pozzi2013-06-201-2/+5
* [archiso] Fix find cmd in _cleanup()Gerardo Exequiel Pozzi2013-03-031-1/+1
* [archiso] mkarchiso: Cleanup kernel(s) in /bootGerardo Exequiel Pozzi2012-12-161-2/+6
* [archiso] mkarchiso: do not process aitab entry if arch differsGerardo Exequiel Pozzi2012-12-161-0/+3
* [archiso] mkarchiso: Disable lazy_itable_init (ext4)Gerardo Exequiel Pozzi2012-12-101-1/+1
* [archiso] mkarchiso: Use truncate instead of ddGerardo Exequiel Pozzi2012-12-101-1/+1
* [archiso] Avoid journald log to /var/log/journalGerardo Exequiel Pozzi2012-10-241-0/+4
* [archiso] Remove uneeded cleanup /tmpGerardo Exequiel Pozzi2012-10-241-4/+0
* [archiso] Remove old code (now redundant)Gerardo Exequiel Pozzi2012-10-241-4/+0
* [archiso] Replace rsync with cpGerardo Exequiel Pozzi2012-08-011-1/+1
* [archiso] Add btrfs support as filesystem for *.fs.sfsGerardo Exequiel Pozzi2012-07-201-1/+4
* [archiso] mkarchiso: improve info messagesGerardo Exequiel Pozzi2012-05-291-5/+8
* [archiso] mkarchiso: add new pkglist command.Gerardo Exequiel Pozzi2012-04-091-0/+20
* [archiso] mkarchiso: optionally add EFI "El Torito" boot support.Gerardo Exequiel Pozzi2012-04-011-0/+8
* [archiso] Re-order and use long xorrisofs options.Gerardo Exequiel Pozzi2012-04-011-7/+10
* [archiso] Set a safe locale to CGerardo Exequiel Pozzi2012-03-171-0/+2
* [archiso] Improve help message of mkarchisoGerardo Exequiel Pozzi2012-03-171-4/+8
* [archiso] Implement own chroot functions in mkarchisoGerardo Exequiel Pozzi2012-03-161-17/+86