Skip to content

Commit

Permalink
remove userconf-pi which asks to add user at boot
Browse files Browse the repository at this point in the history
  • Loading branch information
rumengb committed Sep 7, 2023
1 parent 274e55e commit 65e18f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ build_indigosky () {
git clone ${src_repo} ${work_dir}
cd ${work_dir}
git checkout ${used_commit}
rm -rf export-image/01-user-rename
sed -i 's@exit 1@mount -t binfmt_misc binfmt_misc /proc/sys/fs/binfmt_misc@g' scripts/dependencies_check
cd ..
cp -Rf config indigosky stage2 ${work_dir}
Expand Down

0 comments on commit 65e18f7

Please sign in to comment.