diff options
| author | Thorsten Töpper <atsutane@freethoughts.de> | 2025-09-17 19:24:55 +0200 |
|---|---|---|
| committer | Thorsten Töpper <atsutane@freethoughts.de> | 2025-09-17 19:24:55 +0200 |
| commit | e4aa6ffeb28749bc172bbab7c0c28b8e43777ce9 (patch) | |
| tree | 629cec0f386aea4d57e0ef88f6a3ad9b69fd5cb6 | |
| parent | 2e025e3b04aa9a58348159870e3838033b1a2537 (diff) | |
| download | archiso-e4aa6ffeb28749bc172bbab7c0c28b8e43777ce9.tar.gz archiso-e4aa6ffeb28749bc172bbab7c0c28b8e43777ce9.tar.bz2 | |
minor adjustments
9 files changed, 3 insertions, 10 deletions
diff --git a/configs/smalldeploy/airootfs/etc/systemd/system/multi-user.target.wants/hv_fcopy_daemon.service b/configs/smalldeploy/airootfs/etc/systemd/system/multi-user.target.wants/hv_fcopy_daemon.service deleted file mode 120000 index 20ac7b2..0000000 --- a/configs/smalldeploy/airootfs/etc/systemd/system/multi-user.target.wants/hv_fcopy_daemon.service +++ /dev/null @@ -1 +0,0 @@ -/usr/lib/systemd/system/hv_fcopy_daemon.service
\ No newline at end of file diff --git a/configs/smalldeploy/airootfs/etc/systemd/system/multi-user.target.wants/hv_kvp_daemon.service b/configs/smalldeploy/airootfs/etc/systemd/system/multi-user.target.wants/hv_kvp_daemon.service deleted file mode 120000 index a7eac4a..0000000 --- a/configs/smalldeploy/airootfs/etc/systemd/system/multi-user.target.wants/hv_kvp_daemon.service +++ /dev/null @@ -1 +0,0 @@ -/usr/lib/systemd/system/hv_kvp_daemon.service
\ No newline at end of file diff --git a/configs/smalldeploy/airootfs/etc/systemd/system/multi-user.target.wants/hv_vss_daemon.service b/configs/smalldeploy/airootfs/etc/systemd/system/multi-user.target.wants/hv_vss_daemon.service deleted file mode 120000 index eae19ef..0000000 --- a/configs/smalldeploy/airootfs/etc/systemd/system/multi-user.target.wants/hv_vss_daemon.service +++ /dev/null @@ -1 +0,0 @@ -/usr/lib/systemd/system/hv_vss_daemon.service
\ No newline at end of file diff --git a/configs/smalldeploy/airootfs/etc/systemd/system/multi-user.target.wants/vboxservice.service b/configs/smalldeploy/airootfs/etc/systemd/system/multi-user.target.wants/vboxservice.service deleted file mode 120000 index cb2d560..0000000 --- a/configs/smalldeploy/airootfs/etc/systemd/system/multi-user.target.wants/vboxservice.service +++ /dev/null @@ -1 +0,0 @@ -/usr/lib/systemd/system/vboxservice.service
\ No newline at end of file diff --git a/configs/smalldeploy/airootfs/etc/systemd/system/multi-user.target.wants/vmtoolsd.service b/configs/smalldeploy/airootfs/etc/systemd/system/multi-user.target.wants/vmtoolsd.service deleted file mode 120000 index e0a11a7..0000000 --- a/configs/smalldeploy/airootfs/etc/systemd/system/multi-user.target.wants/vmtoolsd.service +++ /dev/null @@ -1 +0,0 @@ -/usr/lib/systemd/system/vmtoolsd.service
\ No newline at end of file diff --git a/configs/smalldeploy/airootfs/etc/systemd/system/multi-user.target.wants/vmware-vmblock-fuse.service b/configs/smalldeploy/airootfs/etc/systemd/system/multi-user.target.wants/vmware-vmblock-fuse.service deleted file mode 120000 index 173f306..0000000 --- a/configs/smalldeploy/airootfs/etc/systemd/system/multi-user.target.wants/vmware-vmblock-fuse.service +++ /dev/null @@ -1 +0,0 @@ -/usr/lib/systemd/system/vmware-vmblock-fuse.service
\ No newline at end of file diff --git a/configs/smalldeploy/airootfs/root/.bash_login b/configs/smalldeploy/airootfs/root/.bash_login index 28f6a36..f598e43 100755 --- a/configs/smalldeploy/airootfs/root/.bash_login +++ b/configs/smalldeploy/airootfs/root/.bash_login @@ -1,3 +1 @@ -# Execution permission not always applied on the iso -chmod 755 ~/.automated_script.sh ~/.automated_script.sh diff --git a/configs/smalldeploy/packages.x86_64 b/configs/smalldeploy/packages.x86_64 index 08d5509..27425e2 100644 --- a/configs/smalldeploy/packages.x86_64 +++ b/configs/smalldeploy/packages.x86_64 @@ -1,16 +1,15 @@ arch-install-scripts -archinstall base btrfs-progs dosfstools e2fsprogs exfatprogs +gptfdisk less linux mkinitcpio mkinitcpio-archiso nfs-utils -open-vm-tools openssh parted qemu-guest-agent diff --git a/configs/smalldeploy/profiledef.sh b/configs/smalldeploy/profiledef.sh index 7ec394b..f818845 100644 --- a/configs/smalldeploy/profiledef.sh +++ b/configs/smalldeploy/profiledef.sh @@ -18,4 +18,6 @@ airootfs_image_tool_options=('-zlzma,109' -E 'ztailpacking') bootstrap_tarball_compression=(zstd -c -T0 --long -19) file_permissions=( ["/etc/shadow"]="0:0:400" + ["/root"]="0:0:750" + ["/root/.automated_script.sh"]="0:0:755" ) |
