Just a tip as I needed to build binary packages for all the installed packages on a gentoo box:
equery list | cut -d’ ‘ -f3 | while read f; do quickpkg “=${f}”; done
It’s a giant hack, but it gets the job done.
Just a tip as I needed to build binary packages for all the installed packages on a gentoo box:
equery list | cut -d’ ‘ -f3 | while read f; do quickpkg “=${f}”; done
It’s a giant hack, but it gets the job done.
Looks like I need to update my triple-boot procedure with instructions for fixing the EFI bug that Vista SP1 introduced. The procedure requires a box running windows (sadly), and a utility called oscdimg.exe which I’ve mirrored. Here’s a quick rundown of the procedure posted at http://blog.aproductofsociety.org/?p=13:
- Download Vista SP1/2008 x64 ISO from MSDN, orgrab your CD
- Create 3 folders c:\efi-iso c:\efi-exe c:\efi-dvd
- Download oscdimg into c:\efi-exe
- Extract iso using 7Zip or WinRAR (Or copy the contents of the DVD) into c:\efi-dvd
- Start up a command prompt (Start -> Run -> cmd)
- Type: cd c:\efi-exe
- Type: oscdimg -n -m -bc:\efi-dvd\boot\etfsboot.com c:\efi-dvd c:\efi-iso\server2008dvd.iso