diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2018-04-26 04:23:49 -0500 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2018-04-26 04:23:49 -0500 |
commit | 2973438d76de017b9f2c6cf4f2d54125b1f62f76 (patch) | |
tree | 348f930392710c98bd8e5c9643047928820f3f89 /adelie-build-cd | |
parent | 9b9f0cfcbdf91c3811dd8946aeee511a636c9b41 (diff) | |
download | image-2973438d76de017b9f2c6cf4f2d54125b1f62f76.tar.gz image-2973438d76de017b9f2c6cf4f2d54125b1f62f76.tar.bz2 image-2973438d76de017b9f2c6cf4f2d54125b1f62f76.tar.xz image-2973438d76de017b9f2c6cf4f2d54125b1f62f76.zip |
adelie-build-cd: wow pro unix shell scripter right here
Diffstat (limited to 'adelie-build-cd')
-rwxr-xr-x | adelie-build-cd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/adelie-build-cd b/adelie-build-cd index 8327674..872b904 100755 --- a/adelie-build-cd +++ b/adelie-build-cd @@ -182,7 +182,7 @@ make_structure() { echo 'live:x:1000:1000:Live User:/home/live:/bin/bash' >> squashroot-$ARCH/etc/passwd echo 'live:x:1000:' >> squashroot-$ARCH/etc/group echo 'live::::::::' >> squashroot-$ARCH/etc/shadow - chmod 1000:1000 squashroot-$ARCH/home/live + chown 1000:1000 squashroot-$ARCH/home/live cat >squashroot-$ARCH/etc/shells <<- SHELLS /bin/bash |