aboutsummaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
Diffstat (limited to 'configs')
l---------configs/smalldeploy/airootfs/etc/systemd/system/multi-user.target.wants/hv_fcopy_daemon.service1
l---------configs/smalldeploy/airootfs/etc/systemd/system/multi-user.target.wants/hv_kvp_daemon.service1
l---------configs/smalldeploy/airootfs/etc/systemd/system/multi-user.target.wants/hv_vss_daemon.service1
l---------configs/smalldeploy/airootfs/etc/systemd/system/multi-user.target.wants/vboxservice.service1
l---------configs/smalldeploy/airootfs/etc/systemd/system/multi-user.target.wants/vmtoolsd.service1
l---------configs/smalldeploy/airootfs/etc/systemd/system/multi-user.target.wants/vmware-vmblock-fuse.service1
-rwxr-xr-xconfigs/smalldeploy/airootfs/root/.bash_login2
-rw-r--r--configs/smalldeploy/packages.x86_643
-rw-r--r--configs/smalldeploy/profiledef.sh2
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"
)