Skip to content

Commit

Permalink
avoid interact in build
Browse files Browse the repository at this point in the history
  • Loading branch information
fuji246 committed Sep 14, 2021
1 parent 531d560 commit c628599
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions stage-share/prerun.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,9 @@
if [ ! -d "${ROOTFS_DIR}" ]; then
copy_previous
fi

on_chroot << EOF
echo "samba-common samba-common/workgroup string WORKGROUP" | sudo debconf-set-selections
echo "samba-common samba-common/dhcp boolean true" | sudo debconf-set-selections
echo "samba-common samba-common/do_debconf boolean true" | sudo debconf-set-selections
EOF
Empty file added stage2/SKIP_IMAGE
Empty file.

0 comments on commit c628599

Please sign in to comment.