tools-hardened/desktop: Code cleanup for build scripts
Code cleanup is simply replacements of spaces to tabs to make all lines coincide with one another.
This commit is contained in:
parent
06559f9d9d
commit
778d69698e
4 changed files with 6 additions and 6 deletions
|
@ -110,7 +110,7 @@ setup_systemd() {
|
|||
chroot "${ROOTFS}"/ systemctl enable gdm.service
|
||||
chroot "${ROOTFS}"/ systemctl enable metalog.service
|
||||
chroot "${ROOTFS}"/ systemctl enable NetworkManager.service
|
||||
chroot "${ROOTFS}"/ systemctl enable systemd-resolved
|
||||
chroot "${ROOTFS}"/ systemctl enable systemd-resolved
|
||||
chroot "${ROOTFS}"/ systemctl enable postfix.service
|
||||
chroot "${ROOTFS}"/ systemctl disable gdm
|
||||
chroot "${ROOTFS}"/ systemctl enable slim
|
||||
|
@ -123,7 +123,7 @@ setup_systemd() {
|
|||
|
||||
cleanup_dirs() {
|
||||
rm -rf "${ROOTFS}"/tmp/*
|
||||
rm -rf "${ROOTFS}"/usr/src/*
|
||||
rm -rf "${ROOTFS}"/usr/src/*
|
||||
rm -rf "${ROOTFS}"/var/cache/*
|
||||
rm -rf "${ROOTFS}"/var/log/*
|
||||
rm -rf "${ROOTFS}"/var/tmp/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue