[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#576573: live-helper: config: bogus architecture checking



Package: live-helper
Version:  2.0~a9-1

Hello,

Live-helper config does bogus checking on architecture.

To me it seems it only checks during "create" of the config tree

Please check architecture also during "update"


Demostration:

|stappers@inertia:/tmp
|$ mkdir qed
|stappers@inertia:/tmp
|$ cd qed
|stappers@inertia:/tmp/qed
|$ sudo lh config --architecture i486
|P: Considering defaults defined in /etc/default/live-helper
|E: Architecture i486 not yet supported (FIXME)
|stappers@inertia:/tmp/qed
|$ ls
|stappers@inertia:/tmp/qed
|$ sudo lh config --architecture i386
|P: Considering defaults defined in /etc/default/live-helper
|P: Creating config tree
|stappers@inertia:/tmp/qed
|$ ls
|auto  config
|stappers@inertia:/tmp/qed
|$ grep -ri architecture *
|config/bootstrap:# $LH_ARCHITECTURE: select chroot architecture
|config/bootstrap:LH_ARCHITECTURE="i386"
|stappers@inertia:/tmp/qed
|$ sudo lh config --architecture i486
|P: Considering defaults defined in /etc/default/live-helper
|P: Updating config tree
|stappers@inertia:/tmp/qed
|$ grep -ri architecture *
|config/bootstrap:# $LH_ARCHITECTURE: select chroot architecture
|config/bootstrap:LH_ARCHITECTURE="i486"
|stappers@inertia:/tmp/qed
|$ 


Regards
Geert Stappers

Attachment: signature.asc
Description: Digital signature


Reply to: