Changeset 1105 for trunk/packages/sipb-xen-autoinstaller
- Timestamp:
- Oct 13, 2008, 9:19:09 PM (16 years ago)
- Location:
- trunk/packages/sipb-xen-autoinstaller
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/packages/sipb-xen-autoinstaller/debian/changelog
r1083 r1105 1 sipb-xen-autoinstaller (2.8) unstable; urgency=low 2 3 * Correctly evaluate the kernel command line to deal with weird 4 potential quoting issues 5 6 -- Evan Broder <broder@mit.edu> Mon, 13 Oct 2008 21:18:22 -0400 7 1 8 sipb-xen-autoinstaller (2.7) unstable; urgency=low 2 9 -
trunk/packages/sipb-xen-autoinstaller/guest/etc/init.d/rcS.sipb-xen
- Property svn:executable set to *
r938 r1105 1 1 #!/bin/bash 2 for x in $(cat /proc/cmdline); do 2 eval "set -- $(cat /proc/cmdline)" 3 for x; do 3 4 case $x in 4 5 ip=*)
Note: See TracChangeset
for help on using the changeset viewer.