On 2015-11-24 at 14:05 Kevin Klues <[email protected]> wrote: > Only comment is on the name "pornstick", otherwise, looks good to me.
I can change that to usbstick. > > On Tue, Nov 24, 2015 at 11:40 AM, Barret Rhoden > <[email protected]> wrote: > > Our USB sticks expect a kernel named 'akaros' in /boot. The kernel > > can be either a compressed kernel or uncompressed. I recommend > > compressed. (Have your Makelocal's usb target depend on > > CMP_KERNEL_OBJ). > > > > Signed-off-by: Barret Rhoden <[email protected]> > > --- > > Makelocal.template | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/Makelocal.template b/Makelocal.template > > index 74635fdae539..81c2c6e4a828 100644 > > --- a/Makelocal.template > > +++ b/Makelocal.template > > @@ -17,7 +17,7 @@ export CFLAGS_USER CFLAGS_TESTS > > #$(OBJDIR)/kern/.usb.touch: $(CMP_KERNEL_OBJ) > > # @echo " (USB) Copying to /dev/sdc4" > > # $(Q)mount /dev/sdc4 > > -# $(Q)cp $^ /mnt/pornstick/akaros > > +# $(Q)cp $^ /mnt/pornstick/boot/akaros > > # @sync > > # $(Q)umount /mnt/pornstick > > # @touch $@ > > -- > > 2.6.0.rc2.230.g3dd15c0 > > > > -- > > You received this message because you are subscribed to the Google > > Groups "Akaros" group. To unsubscribe from this group and stop > > receiving emails from it, send an email to > > [email protected]. To post to this group, send > > email to [email protected]. For more options, visit > > https://groups.google.com/d/optout. > > > -- You received this message because you are subscribed to the Google Groups "Akaros" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. For more options, visit https://groups.google.com/d/optout.
