remove broken and useless line
This commit is contained in:
parent
541589ca19
commit
278b3ef2a8
1 changed files with 0 additions and 2 deletions
2
akshara
2
akshara
|
@ -431,8 +431,6 @@ Server = {package_repo["repo-url"]}
|
|||
exec('cp', '-ax', '/.new_rootfs/var/lib/pacman', '/.new.var.lib/pacman')
|
||||
|
||||
exec('mv', '.new_rootfs', '.update_rootfs')
|
||||
# don't move /etc/shells to /usr/etc
|
||||
exec('bash', '-c', 'shopt -s extglob; cd /.update_rootfs/etc; cp -ax !(shells) /.update_rootfs/usr/etc; cd -')
|
||||
|
||||
new_boot_files = []
|
||||
|
||||
|
|
Loading…
Reference in a new issue