diff options
| author | Mhd Sulhan <ms@kilabit.info> | 2015-11-20 01:54:49 +0700 |
|---|---|---|
| committer | Mhd Sulhan <ms@kilabit.info> | 2015-11-20 01:54:49 +0700 |
| commit | 64c25489da9ba407734707432150234204b8ef66 (patch) | |
| tree | c65d062e6eb555815906cd724d6a86353548abc2 /scripts/create_rootfs.sh | |
| parent | fa259627bf7c99a79cb48f27d57203fdc9e3df11 (diff) | |
| download | arch-docker-64c25489da9ba407734707432150234204b8ef66.tar.xz | |
Add common docker build scripts.
* create_rootfs.sh for creating base root file system.
* create_image.sh for converting chroot to docker image.
* clean.sh for removing rootfs.
Diffstat (limited to 'scripts/create_rootfs.sh')
| -rwxr-xr-x | scripts/create_rootfs.sh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/scripts/create_rootfs.sh b/scripts/create_rootfs.sh new file mode 100755 index 0000000..ea6e768 --- /dev/null +++ b/scripts/create_rootfs.sh @@ -0,0 +1,8 @@ +#!/bin/zsh + +. ../scripts/rootfs.sh +. ../arch-base/vars.sh +. ./vars.sh + +rootfs_must_root +rootfs_main |
