cookbook/container: remove unexplained "exec >&2" lines.
These are often a good idea, but not necessary here and are distracting to the tutorial, so let's just take them out. Reported-by: Jeff Stearns <jeff.stearns@gmail.com>
This commit is contained in:
parent
1eeb1fb909
commit
537866b871
7 changed files with 7 additions and 14 deletions
|
|
@ -1,4 +1,3 @@
|
|||
exec >&2
|
||||
fs=${1%.fs}
|
||||
rm -rf "$fs" "$fs.fakeroot"
|
||||
|
||||
|
|
@ -7,7 +6,7 @@ cp -a debdownload/. "$fs"
|
|||
eatmydata \
|
||||
fakechroot \
|
||||
fakeroot -s "$fs.fakeroot" \
|
||||
debootstrap $(cat debootstrap.options) "$fs"
|
||||
debootstrap $(cat debootstrap.options) "$fs" >&2
|
||||
|
||||
# Clean up installed package files
|
||||
rm -f "$fs"/var/cache/apt/archives/*.deb \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue