From a00860cfc36b2ab0eac10359356c60d9b4f87550 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Sat, 29 Jun 2019 00:03:21 +0200 Subject: Removed bootgrub directory --- bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} -- cgit v1.2.3