lp:~gideon/ltsp/ltspfs-trunk-gadi

Created by GideonRomm and last modified
Get this branch:
bzr branch lp:~gideon/ltsp/ltspfs-trunk-gadi
Only GideonRomm can upload to this branch. If you are GideonRomm please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
GideonRomm
Project:
LTSP5
Status:
Abandoned

Recent revisions

64. By GideonRomm

Add lts.conf parameter LOCALDEV_DENY to deny certain types of local
devices based upon udevinfo params (and combinations of params).

Syntax: LOCALDEV_DENY = "var1:val1,var2:val2,var3:val3+var4:val4"
This means: Deny if var1=val1 OR var2=val2 OR (var3=val3 AND var4=val4)

Example:

Deny SCSI devices;
LOCALDEV_DENY = "ID_BUS:scsi"

Deny SCSI hard drives:
LOCALDEV_DENY = "ID_BUS:scsi+ID_TYPE:disk"

Deny SCSI CDROM AND all USB devices:
LOCALDEV_DENY = "ID_BUS:scsi+ID_TYPE:cd,ID_BUS:usb"

63. By Vagrant Cascadian

added manpages for ltspfs_mount and ltspfs_umount

62. By Vagrant Cascadian

added manpage for cdpinger

61. By Vagrant Cascadian

version 0.5.3

60. By Vagrant Cascadian

add code to start cdpinger from ltspfs_entry

59. By Vagrant Cascadian

- start ltspfsd if not already running
- create ltspfs_token if not present

58. By Vagrant Cascadian

respect LOCALDEV setting:
- source ltspfsd.conf
- source LTSP configuration (ltsp_config)

57. By Vagrant Cascadian

- handle both floppy and cdroms
- only use ID_FS_LABEL_SAFE if not yet set

56. By Vagrant Cascadian

don't mount swap partitions

55. By Warren Togami

version 0.5.2

Branch metadata

Branch format:
Branch format 6
Repository format:
Bazaar pack repository format 1 (needs bzr 0.92)
This branch contains Public information 
Everyone can see this information.

Subscribers