diff options
author | Adam T. Carpenter <atc@53hor.net> | 2021-01-30 18:58:04 -0500 |
---|---|---|
committer | Adam T. Carpenter <atc@53hor.net> | 2021-01-30 18:58:04 -0500 |
commit | 27138be0504ddfa1cf7ad3bf11c920a922452eae (patch) | |
tree | b8e6a1b126c833b38e275d89db7b2b194ebc5f67 /Bastillefile | |
parent | 54afca3221a60235e9556a9fb918759846b96f71 (diff) | |
download | theglassyladies-27138be0504ddfa1cf7ad3bf11c920a922452eae.tar.xz theglassyladies-27138be0504ddfa1cf7ad3bf11c920a922452eae.zip |
PRE -> CMD
Diffstat (limited to 'Bastillefile')
-rw-r--r-- | Bastillefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Bastillefile b/Bastillefile index 734dcd9..fc385b9 100644 --- a/Bastillefile +++ b/Bastillefile @@ -1,6 +1,5 @@ # Dirs and mounts -PRE mkdir -p /tmp/build -#CMD mkdir -p /tmp/build +CMD mkdir -p /tmp/build CMD mkdir -p /var/db/gl FSTAB /zroot/gl /var/db/gl nullfs rw 0 0 |