diff options
author | Aaron Griffin <aaronmgriffin@gmail.com> | 2008-09-06 20:45:45 -0500 |
---|---|---|
committer | Aaron Griffin <aaronmgriffin@gmail.com> | 2008-09-06 20:45:45 -0500 |
commit | 98318ea039c39bff953c6b83010e48791ee6d286 (patch) | |
tree | b817b6594cea311c3fdfe31dabbe33d80e56a5c5 /testiso | |
parent | 8966351b12bbcf2f8fffbd8c3a4b00e7529349b8 (diff) | |
download | archiso32-98318ea039c39bff953c6b83010e48791ee6d286.tar.xz |
Rename "default-config" to "overlay"
I like difficulty and then name was annoying me
Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
Diffstat (limited to 'testiso')
-rwxr-xr-x | testiso | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/testiso b/testiso deleted file mode 100755 index 9de347a..0000000 --- a/testiso +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/sh - -if [ $# -ne 1 ]; then - echo "usage: testiso <iso name>" - exit 1 -fi -qemu -boot d -kernel-kqemu -m 256 -cdrom "${1}" |