davilla / atv-bootloader

Automatically exported from code.google.com/p/atv-bootloader
GNU General Public License v2.0
19 stars 10 forks source link

ubuntu complains about parted #3

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
grrrr, 

sudo /usr/bin/apt-get remove parted

# follow the instructions for building a patched parted
sudo ./install_parted.sh
# add a symbolic link to the removed parted
sudo ln -s /usr/local/sbin/parted /sbin/parted

Original issue reported on code.google.com by sdavi...@gmail.com on 16 Mar 2008 at 7:42

GoogleCodeExporter commented 9 years ago
On Ubuntu Gutsy 7.10 it is not needed to

# add a symbolic link to the removed parted
sudo ln -s /usr/local/sbin/parted /sbin/parted

Original comment by markbi...@gmail.com on 21 Apr 2008 at 7:31