assume the permissions of the home directory are correct. Allows us to have the root FS RO

pull/10/head
Raphaël Vinot 2013-08-02 14:30:06 +02:00
parent 3835b5f887
commit a0f168facb
2 changed files with 1 additions and 6 deletions

View File

@ -12,17 +12,11 @@ fi
clean(){
echo Done, cleaning.
#mount -o remount,rw /
${SYNC}
}
trap clean EXIT TERM INT
# Remount the root filesystem in RO mode
#mount -o remount,ro /
chown -R ${USERNAME}:${USERNAME} /home/${USERNAME}/
su ${USERNAME} -c ./groomer.sh

View File

@ -10,3 +10,4 @@ apt-get autoremove
apt-get install libreoffice p7zip-full libfontforge1
dpkg -i libpoppler28*.deb pdf2htmlex*.deb
chown -R kitten:kitten /home/kitten