Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- echo "18" > /sys/class/gpio/export
- echo "out" > /sys/class/gpio/gpio18/direction
- /etc/init.d/samba start
- /usr/sbin/ntpdate -u -s 216.239.35.8
- mount -t squashfs /root/redmine332.squashfs /mnt/redmine
- unionfs-fuse -o cow,allow_other,suid,dev /mnt/redmine-changes/=RW:/mnt/redmine=ro /mnt/redmine-aufs/
- mount --bind /dev /mnt/redmine-aufs/dev
- /usr/bin/screen -dmS redmine /usr/sbin/chroot /mnt/redmine-aufs/ /startme.sh
- mount -t squashfs /root/fhem-alexa.squashfs /mnt/alexa
- unionfs-fuse -o cow,allow_other,suid,dev /mnt/alexa-changes/=RW:/mnt/alexa=ro /mnt/alexa-aufs/
- mount --bind /dev /mnt/alexa-aufs/dev
- /usr/bin/screen -dmS alexa /usr/sbin/chroot /mnt/alexa-aufs/ /startme.sh
- exit 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement