Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 67197
Collapse All | Expand All

(-)cramfs-runscript.sh (-4 lines)
Lines 11-20 Link Here
11
11
12
case $1 in
12
case $1 in
13
	run)
13
	run)
14
		# move this to preclean stage
15
		# it's a hack because dhcpcd is lame
16
		install -d $root_fs_path/var/lib/dhcpc
17
	
18
		install -d $clst_image_path
14
		install -d $clst_image_path
19
		mkcramfs $root_fs_path $clst_image_path/root.img
15
		mkcramfs $root_fs_path $clst_image_path/root.img
20
		imagesize=`du -sk $clst_image_path/root.img | cut -f1`
16
		imagesize=`du -sk $clst_image_path/root.img | cut -f1`

Return to bug 67197