Changeset 3085 for lmd/trunk/fuentes/lmd-server.install
- Timestamp:
- Dec 15, 2016, 1:21:41 PM (4 years ago)
- Location:
- lmd/trunk/fuentes/lmd-server.install/usr
- Files:
-
- 1 added
- 2 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 -
lmd/trunk/fuentes/lmd-server.install/usr/share/lmd-scripts/mate-ltsp-desktop.sh
r3008 r3085 27 27 28 28 # Launch aweome-script on client 29 linux32 chroot $chroot /usr/sbin/mate-ltsp-desktop.sh 29 #linux32 chroot $chroot /usr/sbin/mate-ltsp-desktop.sh 30 if [ $3 = "amd64" ]; then 31 linux64 chroot $chroot $command 32 else 33 linux32 chroot $chroot $command 34 fi 35 30 36 31 37
Note: See TracChangeset
for help on using the changeset viewer.