diff --git a/Makefile b/Makefile index c55cd0a5f..eb2c36b4e 100644 --- a/Makefile +++ b/Makefile @@ -378,7 +378,7 @@ _cdrom/ramdisk.img: ${NONTEST} hdd/usr/share/wallpapers util/devtable hdd/usr/sh @${BEG} "hdd" "Generating a ramdisk image..." @rm -f $(filter-out ${NONTEST},${USERSPACE}) @rm -f ${BLACKLIST} - @${STRIP} hdd/bin/* + @${STRIP} ${NONTEST} @${GENEXT} -B 4096 -d hdd -D util/devtable -U -b 16384 -N 2048 $@ @${END} "hdd" "Generated ramdisk image" diff --git a/hdd/opt/examples/get-py b/hdd/bin/get-py similarity index 100% rename from hdd/opt/examples/get-py rename to hdd/bin/get-py