Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1650196
| From | Rob Landley <rob@landley.net> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: Patch 0727d35de ("Make initramfs honor CONFIG_DEVTMPFS_MOUNT") breaks boot |
| Date | 2017-05-25 08:00 +0200 |
| Message-ID | <tKTYt-4c9-1@gated-at.bofh.it> (permalink) |
| References | (1 earlier) <tK7qO-5fE-19@gated-at.bofh.it> <tKm6t-6oT-5@gated-at.bofh.it> <tKm6t-6oT-3@gated-at.bofh.it> <tKTYt-4c9-3@gated-at.bofh.it> <tKTYt-4c9-5@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On 05/23/2017 06:08 PM, Yury Norov wrote: >> It was 2 years ago, but AFAIR I took the Ubuntu image here: >> http://cdimage.ubuntu.com/ubuntu-base/releases/14.04.1/release/ubuntu-base-14.04.1-core-arm64.tar.gz Have you applied updates since then? (Maybe they fixed their init script since 2 years ago?) >> Kernel config is attached. I build the kernel with simple 'make'. >> >> Yury > > Sorry, config is here. $ diff -u yury.conf /boot/config-4.4.0-78-generic | grep '^[-+]' | wc -l 10384 So that's not Ubuntu's current 14.04 kernel config. $ diff -u yury.conf /boot/config-4.2.0-36-generic | grep '^[-+]' | wc -l 10212 And it's not the oldest Ubuntu 14.04 config I have lying around (from a year ago). $ cd linux && make defconfig $ diff -u ~/yury.conf .config | grep '^[-+]' | wc -l 4369 It's much closer to the current defconfig, but still significantly different. So you're using a custom config, and can't switch off a symbol. Rob
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Re: Patch 0727d35de ("Make initramfs honor CONFIG_DEVTMPFS_MOUNT") breaks boot Rob Landley <rob@landley.net> - 2017-05-23 04:10 +0200
Re: Patch 0727d35de ("Make initramfs honor CONFIG_DEVTMPFS_MOUNT") breaks boot Rob Landley <rob@landley.net> - 2017-05-23 19:50 +0200
Re: Patch 0727d35de ("Make initramfs honor CONFIG_DEVTMPFS_MOUNT") breaks boot Rob Landley <rob@landley.net> - 2017-05-25 08:00 +0200
Re: Patch 0727d35de ("Make initramfs honor CONFIG_DEVTMPFS_MOUNT") breaks boot Michael Ellerman <mpe@ellerman.id.au> - 2017-05-25 08:20 +0200
csiph-web