Hi
I could create a swapfile with the swapfile-tool. It is /mnt/sda4/tc.swp. I saw, that it is already activ. Means mkswap and swapon is done by the tool?
Now I would like to make it permanent on boot. Normaly this is in /etc/fstab with:
swapfile none swap defaults 0 0
Looks to me, as these is not ok for TC. What line I need to add?
Here my fstab:
proc /proc proc defaults 0 0
sysfs /sys sysfs defaults 0 0
devpts /dev/pts devpts defaults 0 0
tmpfs /dev/shm tmpfs defaults 0 0
/dev/zram0 swap swap defaults,noauto 0 0
/dev/sda4 /mnt/sda4 ext4 noauto,users,exec 0 0 # Added by TC
/dev/sda2 /mnt/sda2 ext4 noauto,users,exec 0 0 # Added by TC
/dev/sda3 /mnt/sda3 ext4 noauto,users,exec 0 0 # Added by TC
/dev/sda1 /mnt/sda1 ext4 noauto,users,exec 0 0 # Added by TC
/dev/sr0 /mnt/sr0 auto noauto,users,exec 0 0 # Added by TC
Then I like to set the swapiness. This is normally in /etc/sysctl.conf . But I can not find this file at this location.
So can you help me to do the right thing whit this in TC, please?