Nice idea btw... rs
On 2/1/11 4:44 PM, "Arjan van de Ven" <[email protected]> wrote: >Hi, >I have made the following changes to sample-media in project >Trunk:Testing. Please review and accept ASAP. > >Thank You, >Arjan van de Ven > >[This message was auto-generated] > >--- > >Request #13210: > > submit: home:arjan/sample-media(r2) -> Trunk:Testing/sample-media > > >Message: > Make sure we use ionice for the media copy; otherwise the copy takes >away all disk bandwidth from our normal startup which gives a really >really bad experience > >State: new 2011-02-01T16:44:16 arjan >Comment: None > > > >changes files: >-------------- >--- sample-media.changes >+++ sample-media.changes >@@ -0,0 +1,4 @@ >+* Tue Feb 1 2011 Arjan van de Ven <[email protected]> - 0.3 >+- make sure the copy is done "ionice" so that the system actually >+ boots up in a reasonable amount of time >+ > >spec files: >----------- > >other changes: >-------------- > >++++++ sample-media-install.sh >--- sample-media-install.sh >+++ sample-media-install.sh >@@ -21,7 +21,7 @@ > fi > # auto-attempt COW copy, fallback to regular if possible > type -p btrfs-clone &> /dev/null && btrfs-clone "$1" "$2/$1" || \ >- cp "$1" "$2/$1" >+ /usr/bin/ionice -c 3 cp "$1" "$2/$1" > } > > copy_dir() { > >_______________________________________________ >MeeGo-commits mailing list >[email protected] >http://lists.meego.com/listinfo/meego-commits _______________________________________________ MeeGo-packaging mailing list [email protected] http://lists.meego.com/listinfo/meego-packaging
