]> gitweb.fluxo.info Git - bootless.git/commitdiff
Minor script fixes
authorSilvio Rhatto <rhatto@riseup.net>
Thu, 7 Jul 2016 11:49:58 +0000 (08:49 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Thu, 7 Jul 2016 11:49:58 +0000 (08:49 -0300)
files/bootless

index b607b523912b6a93a86138bb0dc59a8a86c8a35e..be8fa2e9c9e44d761a3351f196b4fd970514fd53 100755 (executable)
@@ -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