precise 5.4.95 and 5.5

Please post any bugs you have found
Post Reply
Message
Author
eps
Posts: 34
Joined: Sun 04 Jul 2010, 02:40

precise 5.4.95 and 5.5

#1 Post by eps »

in rest 5.5 work good
thanks !
eps
Attachments
full-install-precise 5.5.png
(36.18 KiB) Downloaded 526 times
frugal-precise5.5.png
(42.69 KiB) Downloaded 347 times

User avatar
Karl Godt
Posts: 4199
Joined: Sun 20 Jun 2010, 13:52
Location: Kiel,Germany

#2 Post by Karl Godt »

Code: Select all

for i in `seq 1 1 15`;do
[ -b /dev/sda$i ] && continue
mknod /dev/sda$i b 8 $i
done
or

Code: Select all

partprobe
should create missing device nodes in the /dev/directory
«Give me GUI or Death» -- I give you [[Xx]term[inal]] [[Cc]on[s][ole]] .
Macpup user since 2010 on full installations.
People who want problems with Puppy boot frugal :P

Post Reply