index : archiso32 | |
Archlinux32 iso tools | gitolite user |
summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-03-21 | [archiso] Fix install dir perms 644 -> 755 in Makefile | Gerardo Exequiel Pozzi | |
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> | |||
2010-03-18 | [archiso] Rename nbd hook to archiso_nbd | Gerardo Exequiel Pozzi | |
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> | |||
2010-03-17 | [archiso] Add nbd hook, to make posible boot archiso from PXE via a NBD. | Gerardo Exequiel Pozzi | |
nbd (network block device utilities) package is required. This package is in AUR at this moment: http://aur.archlinux.org/packages.php?ID=9691 Also mkinitcpio-nfs-utils is required for ipconfig. Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> | |||
2010-03-16 | Remove archiso_early hook, use /dev/disk/by-label/${archisolabel} instead. | Gerardo Exequiel Pozzi | |
Takes the advantage of already symlinks created on /dev/disk/by-label/ by 60-persistent-storage.rules add by udev hook. Tested on: * Real machine as CD-ROM and USB key drive. * KVM as CD-ROM and DISK (for both modes, in combination with IDE and SCSI) * VirtualBox as IDE CD-ROM. IMPORTANT note: Since isohybrid is a hack, if more partitions are added to USB key drive, filesystem on these partitions MUST have LABEL, otherwise USB key will fail to boot. Anyway there is an option archisodevice=, to force and specific device where live-media reside. (Maybe isohybrid will change the hack method used in a future) More info at: http://mailman.archlinux.org/pipermail/arch-releng/2010-March/000890.html http://mailman.archlinux.org/pipermail/arch-releng/2010-March/000913.html Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> | |||
2010-03-14 | Add missing archiso_early on uninstall procedure at Makefile | Gerardo Exequiel Pozzi | |
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> | |||
2010-02-18 | Rename archiso-early hook to archiso_early | Gerardo Exequiel Pozzi | |
To make compatible with disablehooks= param. Since "hook_archiso-early" is not a valid variable name. Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> | |||
2009-06-08 | Updated deps, Makefile, TODO | Sven-Hendrik Haase | |
Done to better reflect and indicate current progress. Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com> | |||
2009-01-24 | Advanced USB delay handling | Aaron Griffin | |
USB boot delay is now handled with the usbdelay kernel param (default=0) We use the built in delay of usb-storage to control this. by setting the module's delay param. If your USB device doesn't work on first boot, try setting usbdelay=10 or so Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com> | |||
2009-01-22 | Makefile fixes for 'install' target | Øyvind Heggstad | |
Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com> | |||
2008-12-18 | Remove mkusbimg from the install Makefile | Aaron Griffin | |
Merged into mkarchiso now Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com> | |||
2008-09-06 | Makefile cleanup | Aaron Griffin | |
Use -D flag for install binary instead of mkdir Remove old boot-{cd,usb} hooks Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com> | |||
2008-09-06 | Split mkarchiso and configs into logical parts | Aaron Griffin | |
Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com> |