aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarvin Borner2019-06-29 00:03:21 +0200
committerMarvin Borner2019-06-29 00:03:21 +0200
commita00860cfc36b2ab0eac10359356c60d9b4f87550 (patch)
tree1146bf65c02a34432402015e8c8c63db37a191c7
parentda7a30dadb24b8009e01484d0b6633ed3687abe3 (diff)
Removed bootgrub directory
-rw-r--r--bootstrap.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap.sh b/bootstrap.sh
index 5fae3f8..86e3ada 100644
--- a/bootstrap.sh
+++ b/bootstrap.sh
@@ -26,7 +26,7 @@ curl -sSL "https://www.zlib.net/zlib-1.2.11.tar.xz" | tar xJ
cd ${MELVIX}
echo "Initializing filesystem structure"
-mkdir -p ${MELVIX}/{bin,boot{,grub},dev,{etc/,}opt,home,lib/{firmware,modules},lib64,mnt}
+mkdir -p ${MELVIX}/{bin,boot{,/grub},dev,{etc/,}opt,home,lib/{firmware,modules},lib64,mnt}
mkdir -p ${MELVIX}/{proc,media/{floppy,cdrom},sbin,srv,sys}
mkdir -p ${MELVIX}/var/{lock,log,mail,run,spool}
mkdir -p ${MELVIX}/var/{opt,cache,lib/{misc,locate},local}