summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichal Idziorek <m.i@gmx.at>2014-10-20 11:30:57 +0200
committerMichal Idziorek <m.i@gmx.at>2014-10-20 11:30:57 +0200
commit2f6fe94d436347c4d886407dbfd44b6ac1aa41fa (patch)
tree032ecd5ef4bb5bf8d66c58060c994a6e1e2452a9
parent3983a157056f10651f120cf39c5d3637aa956903 (diff)
set usbstick dev
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 278f72c..fc7dec2 100644
--- a/Makefile
+++ b/Makefile
@@ -13,7 +13,7 @@
############ some constants ############
-USB_STICK=/dev/sdd #take care!
+USB_STICK=/dev/sdf #take care!
#here our kernel will be loaded by the bootloader.
KERNEL_START=0x18000