I've got nothing terribly exciting going on with virtual machines right now. No itches to scratch.
What I do have is my old computer and it's gathering dust; along with some external USB hard drives.
I tried Linux From Scratch before. I compiled everything, booted but there were configuration weirdnesses.
I'm going to do something different this time.
This time I'm going to boot and work from the Mint 18 usb disk, use the external HD as a download and work area ($LFS) and have sda set as my target.
If this works, this should make things a LOT easier than trying to split up one hard drive between Mint and LFS.
I'll post my results if I get any!
Wednesday, May 10, 2017
Subscribe to:
Posts (Atom)
automating zfs mounts -a quick and very dirty script
#!/bin/sh for x in obj xsrc src pkgsrc pkgsrc/distfiles pkgsrc/packages pkg do zfs create ext/$x zfs set mountpoint=/usr/$x ext/$x ...
-
KVM commandline (on host): screen -S qemu06 /usr/local/bin/qemu-system-x86_64 -enable-kvm -cpu host -smp 4,cores=4,maxcpus=8 -m 2048 -net ...
-
Two days after I decided to test the -currents: --- iso_image --- mkdir -p -m 0755 /usr/src/obj/releasedir/images /usr/src/obj/tooldir.Net...
-
Normally doing a NetBSD desktop on VirtualBox involves a convoluted ritual on both host and guest. I still need to do VBoxManage for the ho...