Code Sample |
#/bin/bash chmod 764 exec ./qemu -L . -hda harddisk -cdrom dsl.iso -boot d -m 256 -enable-audio -user-net -localtime |
Code Sample |
cd /to_the_dir_you_put_dsl-embed chmod 764 dsl-linux.sh chmod 764 qemu |
Quote (henk1955 @ Dec. 06 2004,04:08) | ||||
i have tried the same thing as DImGR and have the same result. this "problem" has bin since the first dsl-embed. it appears the files : dsl-linux.sh and qemu do not have the exe-bit set. i can be solved easy. add 1 line to dsl-embed.sh
and call it as: sh ./dsl-linux.sh or
then you call it as: dsl-linux.sh <edit> i just remebered. if you extract to a windows(fat) filesystem. ALL mod-bits are set. if you extract to a linux (ext2) filesystem NOT all m0d-bits are set so it is posible roberts and DImGR have different results on testing dsl-embeded. </edit> |
Quote |
My guess is that roberts has installed DSL-embedded on a USB drive (FAT file system) while everyone else is trying to install it to a native EXT2 partition on a hard drive or in the RAMdisk. |