|
|||||||||||
|
Re: [RFC] Allow block device providers to veto file systems
From: Frans Pop <elendil(at)planet.nl>
Date: Fri Nov 30 2007 - 11:01:35 EST
Could you elaborate a bit? The report talks about "the 'tmp' setting in /etc/crypttab". Is that equivalent to using random keys? Why is use of random keys so restricted? Also, isn't swap also allowed with random keys? > I've pondered different ways of implementing this, and Why pipe them and not just pass them as a parameter? Call the script as '$i $dev $id "$filesystems"' and in the script have 'filesystems="$3"'. > The second thing I don't like but couldn't come up with {test,check}_valid_filesystems ? > If we can, we should IMO try prevent invalid choices in the first place. Agreed. > + for fs in $(cat); do The preferred indentation for case statements is: case fs in ext2) echo $fs ;; esac In this case I'd just use: case fs in ext2) echo $fs ;; esac
Cheers,
-- To UNSUBSCRIBE, email to debian-boot-REQUEST@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.orgReceived on Fri Nov 30 11:02:01 2007 This archive was generated by hypermail 2.1.8 : Wed Mar 19 2008 - 03:35:16 EDT |
||||||||||
|
|||||||||||