hyperclock

Results 26 comments of hyperclock

Do you have a list of installed packages of your host when building with these scripts. I seam to have gotten a bit further using Arch than I did with...

I got the scripts to work using the Venom Mate iso. I do want to build using Debian, so I guess that's my job for the next 2-3 weeks. I...

I finally got it to build on Debian, BUT I have a very huge set of tools added to the basic Debian host. I now need to sort this out....

Does `prt-get` also work with a sort of profile? Like, if I wanted certain packages for my desktop and add only whats needed in the depends area. Will `prt-get` be...

It might be interesting to point out thar RedHat has a bug report of that with sot of an answer. It's at https://bugzilla.redhat.com/show_bug.cgi?id=1512493

I had to create a symlink to get this running, acually 2 links. ``` ln -s /mnt/lfs/usr/lib/grub/x86_64-efi /usr/lib/grub/x86_64-efi ``` and ``` ln -s /mnt/lfs/usr/share/syslinux /usr/share/syslinux ```

@emmett1 that did not fix it, I still need to symlink it. That maybe a Debian problem. I will try Ubuntu on the weekend, if that works I'll try to...

Sorry, but I'm a DDG (Debian Damaged Guy). Been using Debian exclusivly since 2005. Whenever a claim is made that Debian does not do something, it's my thing to find...

I understood your claim, from a developers point of view. And I agree that Debian does do some things in a strange way. I was only claiming that with some...

@M0E-lnx that's why I symlinked those (there are 2 needed at this point) to the host before running ```sudo ./03-mkiso```. until now that was the only method I had to...