diff options
Diffstat (limited to 'files')
-rwxr-xr-x | files/bootless | 4 |
1 files 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 |