du is missing from initrd
Bug #424731 reported by
Tormod Volden
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
busybox (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
Binary package hint: casper
fs_size in scripts/
From casper.log:
+ du -ks /mnt/tmp_fs_size
/init: line 1: du: not found
+ cut -f1
+ size=
+ expr + / 20
expr: non-numeric argument
+ size=
ProblemType: Bug
Architecture: i386
Date: Sat Sep 5 10:10:45 2009
DistroRelease: Ubuntu 9.10
Package: casper 1.189
ProcEnviron:
LANG=en_US.UTF-8
SHELL=/bin/bash
ProcVersionSign
SourcePackage: casper
Uname: Linux 2.6.31-9-generic i686
affects: | casper (Ubuntu) → busybox (Ubuntu) |
To post a comment you must log in.
Oh wait, I guess busybox has du (and df which I see used other places), so adding the full du binary will not be necessary.