- Timestamp:
- Dec 15, 2016, 1:21:41 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lmd/trunk/fuentes/lmd-server.install/usr/share/lmd-scripts/awesome-desktop.sh
r392 r3085 26 26 27 27 # Launch aweome-script on client 28 linux32 chroot $chroot /usr/sbin/awesome-desktop.sh 28 #linux32 chroot $chroot /usr/sbin/awesome-desktop.sh 29 30 if [ $3 = "amd64" ]; then 31 linux64 chroot $chroot $command 32 else 33 linux32 chroot $chroot $command 34 fi 29 35 30 36 # Umnount anything
Note: See TracChangeset
for help on using the changeset viewer.