Changes between Version 3 and Version 4 of R1/Alpha2/ReleaseAddendum


Ignore:
Timestamp:
May 11, 2010, 3:53:15 AM (14 years ago)
Author:
mmadia
Comment:

whitespace formatting.

Legend:

Unmodified
Added
Removed
Modified
  • R1/Alpha2/ReleaseAddendum

    v3 v4  
    2424
    2525    # Create the directory on the partition being installed to.
    26         mkdir -p $dir
     26    mkdir -p $dir
    2727
    28         # Copy the files from the LiveCD to the partition.
    29         cp /boot/$dir/* $dir/
     28    # Copy the files from the LiveCD to the partition.
     29    cp /boot/$dir/* $dir/
    3030
    31         # Temporarily delete the files on the LiveCD.
    32         rm -rf /boot/$dir/*.so
     31    # Temporarily delete the files on the LiveCD.
     32    rm -rf /boot/$dir/*.so
    3333
    34         # Launch Installer
    35         Installer
     34    # Launch Installer
     35    Installer
    3636
    3737}}}