summaryrefslogtreecommitdiff
path: root/archiso/hooks/archiso
AgeCommit message (Expand)Author
2012-08-25[archiso] Rework Makefile / Reorder filesGerardo Exequiel Pozzi
2012-04-19[archiso] Canonicalize path to dm-devices in used_block_devicesGerardo Exequiel Pozzi
2012-02-22[archiso] Add /run/archiso/used_block_devicesGerardo Exequiel Pozzi
2012-02-22[archiso] Use losetup/mount instead of mount directly *.sfsGerardo Exequiel Pozzi
2012-02-22[archiso] Setup ro loop devs as read-onlyGerardo Exequiel Pozzi
2012-02-22[archiso] Use _mnt_dev() for SquashFS and dm-mapperGerardo Exequiel Pozzi
2012-02-22[archiso] Remove uneeded ;Gerardo Exequiel Pozzi
2012-01-11[archiso] Refactor: Use losetup from util-linuxGerardo Exequiel Pozzi
2012-01-05[archiso] simplify _mnt_fs() and _mnt_sfs()Gerardo Exequiel Pozzi
2012-01-05[archiso] Make fstab from initramfsGerardo Exequiel Pozzi
2011-12-03[archiso] Cleanup: Remove *.fs support.Gerardo Exequiel Pozzi
2011-11-28[archiso] Checksum only aitab and *.sfs (per architecture)Gerardo Exequiel Pozzi
2011-11-28[archiso] Check if /run/archiso/bootmnt is a mountpoint.Gerardo Exequiel Pozzi
2011-11-28[archiso] Only accepts aitab insideGerardo Exequiel Pozzi
2011-11-28[archiso] Use different logic when archisodevice == cow_deviceGerardo Exequiel Pozzi
2011-11-28[archiso] simplify _mnt_dev() (mount is now from util-linux)Gerardo Exequiel Pozzi
2011-11-16[archiso] Do not bind mount on /bootmntGerardo Exequiel Pozzi
2011-10-23[archiso] Mount all fs on /run/archiso instead of /Gerardo Exequiel Pozzi
2011-10-23[archiso] Allow persistent cow dm-snapshots.Gerardo Exequiel Pozzi
2011-10-23[archiso] Add a new function _mnt_dev(), use it for mounting archisodevice.Gerardo Exequiel Pozzi
2011-08-26[archiso] Load module loop in run_hook()Gerardo Exequiel Pozzi
2011-08-15[archiso] Add checksum= boot paramGerardo Exequiel Pozzi
2011-08-09[archiso] Add dm_snap_prefix= boot param.Gerardo Exequiel Pozzi
2011-07-09[archiso] Create correctly loop devs if loop.max_part > 0Gerardo Exequiel Pozzi
2011-06-18[archiso] Use dm-snapshot instead of aufs2 (A.K.A. "The Big Commit")Gerardo Exequiel Pozzi
2011-05-07[archiso] Update fstab and "source dev" of aufs.Gerardo Exequiel Pozzi
2010-11-30[archiso] Add -D <install_dir> option to mkarchisoGerardo Exequiel Pozzi
2010-10-17Do not unset archisobasedir when it's setThomas Bächler
2010-07-09Call launch_interactive_shell in more cases of error.Gerardo Exequiel Pozzi
2010-07-09Rename directories and parameteres to be more descriptiveGerardo Exequiel Pozzi
2010-07-09First mount ${archisodevice} before other mountsGerardo Exequiel Pozzi
2010-07-08archiso hook: umount /bootmnt if copytoram=yGerardo Exequiel Pozzi
2010-07-05Mount tmpfs filesystems with mode=0755Gerardo Exequiel Pozzi
2010-06-04Add optional command line parameter: archisobasedirThomas Bächler
2010-03-16Remove archiso_early hook, use /dev/disk/by-label/${archisolabel} instead.Gerardo Exequiel Pozzi
2010-03-15Fixed msg about copying images to RAMGerardo Exequiel Pozzi
2010-03-06Add -p to blkid in hooks, to bypass the cache like in udev rules.Gerardo Exequiel Pozzi
2010-03-01Split aufs mount command from _mnt_squashfs()Gerardo Exequiel Pozzi
2010-03-01Welcome back copytoram= optionGerardo Exequiel Pozzi
2010-02-17Removed a non-working option: copytoramGerardo Exequiel Pozzi
2010-02-17Fix coding style in archiso hookGerardo Exequiel Pozzi
2010-02-17Pass $newroot as part of the $mountpoint avoiding a global variableGerardo Exequiel Pozzi
2010-02-17Take advantage of module autoloading when mounting images as loopGerardo Exequiel Pozzi
2010-02-17Drop to recovery shell when mounting main media filesystem fails.Gerardo Exequiel Pozzi
2010-02-16Implement mount hook function in archiso hook.Gerardo Exequiel Pozzi
2010-02-06Remove special handling for vfat, all done via blkidGerardo Exequiel Pozzi
2010-02-06Update archiso hooks to work with next mkinitcpio 0.6Gerardo Exequiel Pozzi
2009-12-01Add an error message when mounting aufs fails, then exit 1Gerardo Exequiel Pozzi
2009-11-17Only lock the optical drive if mounted from thisGerardo Exequiel Pozzi
2009-11-17Rename ramdisk_size parameter to tmpfs_size to avoid conflictGerardo Exequiel Pozzi