summaryrefslogtreecommitdiff
path: root/archiso
AgeCommit message (Expand)Author
2011-07-09[archiso] Update for mkinitcpio >= 0.7Gerardo Exequiel Pozzi
2011-07-09[archiso] Create correctly loop devs if loop.max_part > 0Gerardo Exequiel Pozzi
2011-07-09[archiso] Update MakefileGerardo Exequiel Pozzi
2011-07-09Avoid killing nbd-daemon on shutdownGerardo Exequiel Pozzi
2011-07-09[archiso] Delete etc/mtab on _cleanup stepGerardo Exequiel Pozzi
2011-07-09[archiso] Ensure that there is no .fs before create itGerardo Exequiel Pozzi
2011-07-09[archiso] mark installed packages, after installing it, not beforeGerardo 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
2011-04-11[archiso] Set default SquashFS compressor to XZGerardo Exequiel Pozzi
2011-03-20Fix old port reference in NBD boot scriptSimo Leone
2010-12-08[archiso] Fix tabs/spaces in mkarchisoGerardo Exequiel Pozzi
2010-12-08[archiso] Use poll_device() in _pxe_nbd and _loop_mnt hooks.Gerardo Exequiel Pozzi
2010-12-07Unify scheme of sed replacements.Gerardo Exequiel Pozzi
2010-12-07[archiso] Add support to mount iso in loopback mode.Gerardo Exequiel Pozzi
2010-12-07[archiso] Place *.sqfs images in /${install_dir}/${arch}/Gerardo Exequiel Pozzi
2010-11-30[archiso] Add -D <install_dir> option to mkarchisoGerardo Exequiel Pozzi
2010-10-18[archiso] Add support for squashfs compression typesGerardo Exequiel Pozzi
2010-10-17Do not unset archisobasedir when it's setThomas Bächler
2010-10-12[archiso] Update nbd hook to match newer nbd operation mode.Gerardo Exequiel Pozzi
2010-09-16Do not copy host configuration to root-imageGerardo Exequiel Pozzi
2010-07-22Rename all occurrences of isolinux to syslinuxThomas Bächler
2010-07-13[archiso_pxe_nbd] Remove unneeded umount commandsGerardo Exequiel Pozzi
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-30[archiso] Rewrite cleanup step in mkarchisoGerardo Exequiel Pozzi
2010-06-29Improved testiso to allow differents scenariosGerardo Exequiel Pozzi
2010-06-23Make it compatible with latest mkinitcpio.Gerardo Exequiel Pozzi
2010-06-04Add optional command line parameter: archisobasedirThomas Bächler
2010-05-16archiso_pxe_nbd: Remove unnecessary/unsupported network modulesThomas Bächler
2010-05-09archiso: Support booting from a virtio CD driveThomas Bächler
2010-03-21[archiso] Add support to setups with more than one network card.Gerardo Exequiel Pozzi
2010-03-21[archiso] Fix install dir perms 644 -> 755 in MakefileGerardo Exequiel Pozzi
2010-03-18[archiso] Use a mount handler in archiso_pxe_nbd hookGerardo Exequiel Pozzi
2010-03-18[archiso] Rename nbd hook to archiso_nbdGerardo Exequiel Pozzi
2010-03-17[archiso] Add nbd hook, to make posible boot archiso from PXE via a NBD.Gerardo Exequiel Pozzi
2010-03-16Remove archiso_early hook, use /dev/disk/by-label/${archisolabel} instead.Gerardo Exequiel Pozzi
2010-03-16Revert back isohybrid offset to default setting.Gerardo Exequiel Pozzi
2010-03-15Fixed msg about copying images to RAMGerardo Exequiel Pozzi
2010-03-14Add missing archiso_early on uninstall procedure at MakefileGerardo 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-18Rename archiso-early hook to archiso_earlyGerardo 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