Jump to content

aemrec

Members
  • Posts

    2
  • Joined

  • Last visited

  1. thanks for your answer. I use UnionFS .
  2. Hello there, I'm trying to do is read-only system. My system will only work nginx and cron. I do not want to system update. I made some sets available below. Do you think I'm doing all right? apt-get remove logrotate apt-get install busybox-syslogd dpkg --purge rsyslog disable swap /etc/sysctl.conf in ` vm.swappiness=0 ` remove fake-hwlock, install ntpdate update clock boot and every hour rm -rf /var/lib/dhcp/ ln -s /tmp /var/lib/dhcp rm -rf /var/run /var/spool /var/lock ln -s /tmp /var/run ln -s /tmp /var/spool ln -s /tmp /var/lock insserv -r bootlogs insserv -r alsa-utils fstab edit /dev/mmcblk0p1 / ext4 defaults,noatime,nodiratime,data=writeback,ro <- add ro #/var/swap none swap sw 0 0 <- disable swap disabled service: armhwinfo,unattended-upgrades,ntp rm /etc/cron.daily/* rm /etc/cron.weekly/* Is there something else I can add to you ? Do you have a configuration can suggest thanks
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines