From: Silvio Rhatto Date: Thu, 7 Jul 2016 11:49:58 +0000 (-0300) Subject: Minor script fixes X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=c54aec10bb9b7367f97956def49650bf7076ad37;p=bootless.git Minor script fixes --- diff --git a/files/bootless b/files/bootless index b607b52..be8fa2e 100755 --- a/files/bootless +++ b/files/bootless @@ -76,10 +76,10 @@ function bootless_init { # Create a fresh repository mkdir -p $BOOTLESS_DIR/{default,custom,grub} - mkdir -p $BOOTLESS_DIR/custom/{debian,memtest} + mkdir -p $BOOTLESS_DIR/default/{debian,memtest} touch $BOOTLESS_DIR/{default,custom,grub}/.empty touch $BOOTLESS_DIR/default/{debian,memtest}/.empty - ( cd $BOOTLESS_DIR && ln -s . boot) + #( cd $BOOTLESS_DIR && ln -s . boot) if [ -f "/boot/memtest86+.bin" ]; then cp /boot/memtest86+.bin $BOOTLESS_DIR/default/memtest