Project

General

Profile

Actions

Bug #315

closed

Newlines slipping into dynamic partition table layouts

Added by Frank Sweetser almost 14 years ago. Updated almost 14 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
Web Interface
Target version:
Difficulty:
Triaged:
Fixed in Releases:
Found in Releases:

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

Actions #1

Updated by Ohad Levy almost 14 years ago

  • Status changed from New to Ready For Testing
  • % Done changed from 0 to 100
Actions #2

Updated by Ohad Levy almost 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

Also available in: Atom PDF