More info-
I am using the portable-qemu to run a dual-booting vhd with slack and dsl + swap
on a now 2.2GB vhd "qemu-img create vhd 2200M"
here's the install script-
Code:
for num in 1; do
qemu/qemu -L qemu/ -no-kqemu -soundhw all -m 128 -boot d -cdrom qemu/SlackDVD.iso -hda qemu/vhd &
sleep 1s
done
here's the "run from vhd" script-
Code:
for num in 1; do
qemu/qemu -L qemu/ -no-kqemu -soundhw all -m 256 -hda qemu/vhd &
sleep 1s
done
Issues include having to re-install slack anew if I mess it up.
DSL doesn't install lilo correctly but grub installs fine.
( dsl-frugal-grub or frugal-lilo )
DSL also doesn't install lilo correctly on HD install, but grub is good.
Slack installs lilo correctly using expert config, but How to add
dsl on hda2 to lilo.conf?
I know grub mostly....