Thread
:
[Debian] Running Debian in a chroot
View Single Post
BoxOfSnoo
2008-07-10 , 17:11
Posts: 259 | Thanked: 72 times | Joined on Dec 2007 @ Halifax, NS
#
180
That would be awesome! But... probably take too long each launch...
Otherwise you could rescan on demand and use something like this:
Code:
find / -name debian*.img* 2>/dev/null
The 2> err redirect is purely to prevent seeing the common "too many open files" error. You could use grep or awk to filter just the ones you want, and get them into a list for on-the-fly selection...
Quote & Reply
|
BoxOfSnoo
View Public Profile
Find all posts by BoxOfSnoo