mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-03-10 10:51:11 +00:00
Also use --print-architecture in BuildLiveCD.
This commit is contained in:
parent
a8ea2627cf
commit
18d127f4ab
@ -24,7 +24,7 @@ if [ -n "$SSH_ORIGINAL_COMMAND" ]; then
|
||||
[ ${1##*/} != 'BuildLiveCD' ] && echo bad command >&2 && exit 2
|
||||
shift
|
||||
fi
|
||||
ARCH=$(dpkg --print-installation-architecture)
|
||||
ARCH=$(dpkg --print-architecture)
|
||||
SUBARCH=""
|
||||
SUBARCHARG=""
|
||||
DEFAULTSUITE="karmic"
|
||||
|
Loading…
x
Reference in New Issue
Block a user