From c54aec10bb9b7367f97956def49650bf7076ad37 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 7 Jul 2016 08:49:58 -0300 Subject: Minor script fixes --- files/bootless | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- cgit v1.2.3