Hello,
I tried to make the unattended-4.4.zip;
1) make download failed to download mysql -- all the directories of that servers seems empty -- I used a previous download.
2) Eventually I got this:
(last few lines of `make' attached because of line breaks)
make: *** No rule to make target `../bootdisk/empty-boot.img.gz', needed by `stage1/var/lib/dosemu/drives/dosboot.img'. Stop.
I tried to look into the Makefile, but, well, I'm lost therein.
Do I guess correctly that the info:
---------------------------------DONE compiling-------------------------------
Now you must install DOSEMU. Make sure you are root and: make install
is not meant to be done, but is the output of the default DOSemu built?
Bye,
-- Steffen Kaiser
chmod +x ../1.3.1.0/bin/dosemu
---------------------------------DONE compiling------------------------------- Now you must install DOSEMU. Make sure you are root and: make install make: Leaving directory `/local/skaise2a/unattend/linuxboot-4.4/build-dosemu-20040723/src' [ -e build-dosemu-20040723/bin/dosemu.bin ] mkdir -p stage1/usr/bin/ ; cp -f build-dosemu-20040723/bin/dosemu.bin stage1/usr/bin/dosemu.bin.tmp ; strip stage1/usr/bin/dosemu.bin.tmp ; mv stage1/usr/bin/dosemu.bin.tmp stage1/usr/bin/dosemu.bin mkdir -p stage1/etc/dosemu/ ; cp -f misc/dosemu.conf stage1/etc/dosemu/dosemu.conf.tmp ; mv -f stage1/etc/dosemu/dosemu.conf.tmp stage1/etc/dosemu/dosemu.conf mkdir -p stage1/.dosemu/ touch stage1/.dosemu/disclaimer mkdir -p dosboot/ ; cp -f misc/autoexec.bat dosboot/autoexec.bat.tmp ; mv -f dosboot/autoexec.bat.tmp dosboot/autoexec.bat mkdir -p dosboot/ ; cp -f misc/config.sys dosboot/config.sys.tmp ; mv -f dosboot/config.sys.tmp dosboot/config.sys [ -e build-dosemu-20040723/bin/../commands/lredir.com ] && touch build-dosemu-20040723/bin/../commands/lredir.com mkdir -p dosboot/ ; cp -f build-dosemu-20040723/bin/../commands/lredir.com dosboot/lredir.com.tmp ; mv -f dosboot/lredir.com.tmp dosboot/lredir.com make: *** No rule to make target `../bootdisk/empty-boot.img.gz', needed by `stage1/var/lib/dosemu/drives/dosboot.img'. Stop.
