Skip to content

Commit

Permalink
Merge pull request #19 from sysrich/twleapmig
Browse files Browse the repository at this point in the history
module-mig: make /etc umount optional - doesn't mount on Leap/TW sources
  • Loading branch information
sysrich authored May 24, 2024
2 parents 382043d + f3ad2a5 commit f7a99f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion usr/lib/tik/modules/pre/20-mig
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ if [ -z "${skipbackup}" ]; then
prun-opt /usr/bin/cp -a ${mig_dir}/mnt/var/lib/AccountsService/users ${mig_dir}/users
prun-opt /usr/bin/chmod 744 ${mig_dir}/users
prun-opt /usr/bin/cp -a ${mig_dir}/mnt/var/lib/AccountsService/icons ${mig_dir}/icons
prun /usr/bin/umount ${mig_dir}/mnt/etc
prun-opt /usr/bin/umount ${mig_dir}/mnt/etc
prun /usr/bin/umount ${mig_dir}/mnt/var
prun /usr/bin/umount ${mig_dir}/mnt
prun /usr/bin/rmdir ${mig_dir}/mnt
Expand Down

0 comments on commit f7a99f1

Please sign in to comment.