Actions
Bug #315
closedNewlines slipping into dynamic partition table layouts
Description
I'm not sure where they slipped in, but custom partition tables are ending up with DOS style line endings. This causes kickstart to fail miserably, since this command:
echo foo > /tmp/diskpart.cfg
ends up becoming:
echo foo > /tmp/diskpart.cfg\r
which creates diskpart.cfg\r
instead of diskpart.cfg
. I couldn't figure out where in the path they're appearing (web browser, rails, mysql, etc), but I did a simple patch to filter them out of the generated kickstart script.
Files
Updated by Ohad Levy over 14 years ago
- Status changed from New to Ready For Testing
- % Done changed from 0 to 100
Applied in changeset 2a06208d4b7770329f2cf1f3602e703e5c1cb5f5.
Updated by Ohad Levy over 14 years ago
- Category set to Web Interface
- Status changed from Ready For Testing to Closed
- Assignee set to Ohad Levy
- Target version set to 0.1-6
Actions