/mandos/trunk

To get this branch, use:
bzr branch http://bzr.recompile.se/loggerhead/mandos/trunk

« back to all changes in this revision

Viewing changes to initramfs-tools-script

  • Committer: Teddy Hogeborn
  • Date: 2011-07-13 02:24:39 UTC
  • mfrom: (24.1.174 mandos)
  • Revision ID: teddy@fukt.bsnet.se-20110713022439-wbv6kghshdsc2x24
Merge from Björn.

Show diffs side-by-side

added added

removed removed

Lines of Context:
156
156
mandos_group="65534"
157
157
while read line; do
158
158
    line="${line%%#*}"
159
 
    TEMP=`getopt --quiet --longoptions userid:,groupid: --options "" -- $line`
 
159
    TEMP=`getopt --quiet --longoptions userid:,groupid: -- $line`
160
160
    eval set -- "$TEMP"
161
161
    while true; do
162
162
        case "$1" in