Re: pxe-boot debian-installer of emdebian/grip squeeze
Neil Williams <[email protected]>
| Newsgroups | gmane.linux.debian.devel.embedded |
|---|---|
| Message-ID | <[email protected]> |
On Wed, 27 Mar 2013 12:29:15 +0000 "luke.leighton" <[email protected]> wrote: This is covered on the wiki under the multistrap section because that's the usual way these things are installed. Debian Installer isn't the typical use case. http://wiki.debian.org/Multistrap#Steps_for_Squeeze_and_later export DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true export LC_ALL=C LANGUAGE=C LANG=C /var/lib/dpkg/info/dash.preinst install dpkg --configure -a > is there anything that i can do which will allow debian-installer > preseeding to work... without having to resort to debian/stable > installs [followed by an apt-get dist-upgrade]? You'd have to reinvent what I once implemented but found too problematic to support - a bespoke package which does this in it's preinst and then gets a higher priority than dash and then get that into the installer image. At one stage, there was a d-i command to run arbitrary calls (like wget foo.deb) in a preseed but I don't think that exists any longer. > btw i've installed the ssh thing, which allowed me to get in: by doing > "mkdir -p /usr/share/man/man1" followed by "touch > /usr/share/man/man1/sh.1.gz" seems to get one stage further. but.. > the next stage is: there's no kernel! :) methinks i am going to be There are very few kernels in Emdebian Grip. Kernel packages are generally too fat for embedded use, aren't built for targets which will use Emdebian Grip and/or just need customised builds anyway. Kernel packages also contain very little content which can be removed, so converting a kernel package to Grip does not change it's size and size is the principle problem. Generally, use debootstrap or multistrap with a custom method of getting the kernel into place. -- Neil Williams ============= http://www.linux.codehelp.co.uk/
signature.asc
(application/pgp-signature, 836 B)
-----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.12 (GNU/Linux) iQIcBAEBCAAGBQJRUuxcAAoJEPFn5DyBQ7aC0YEP/2KLHieaX2aCu6ttt5tcwcvB 6ZS+1tqaqCim6IxuUMvVUv8TzOr+ssHoYXMPChRCmb2K1Y8R2pZXEYHJKYMvzXyy offQqPlaLwXtbB36agEG/7Ypjv3s6sfjEP+ulYoUF5bC4WfcZK17NI81a6Fq0PX0 3lDMhG0MU3X+oM7327WJGsMwmRLFlPP2XGkylyxJZRPQ78BK6TS9l1LAU+NjuFqs rpciwLdKHEhd/2yXIGr/NB/nje7zsKVwcW0p9z9dr+N7hePqkoXVq+CQAOF8Kc0F uTMBhCCjjFxc6aVZmh4sYzXXXI2+trg6FeSK2WqSzxulYLu5nNdbcvbf/XRLUNgG fyMkxOUhTPs7ejhdsnFQvqLXTSCPg714HVYZTHNA58SXWiBLNGnv6/ENpW3eshzb 6Md6qLM+tYDRubtWydZLWhBZ62bodqbizJmVt9jCKj+nzEvWSfehsdUhiKC5qXFt AG7AOWnrixhbz/wQnyzmaRqhM7fpyL+7CWB5eWBBglwOMeSS0Z/XfXYRgvPzjBfF RlQLi7IvMRKpPd5JNkwwoDbicZwcA1lxHHWgSJSTrWylPULy9bNhdzdN3YUPoQyj 0TcOlp6j0dANA80787KEe4PisGNmXCub8a60/68XeIGrnObowfFKy160gVYqjs9L my5g+eSTOvHvb8sxccWj =CKW2 -----END PGP SIGNATURE-----